@magento/venia-ui 9.3.0 → 9.4.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 (296) hide show
  1. package/i18n/en_US.json +1 -1
  2. package/lib/RootComponents/CMS/cms.module.css +1 -1
  3. package/lib/RootComponents/Category/NoProductsFound/noProductsFound.module.css +18 -19
  4. package/lib/RootComponents/Category/category.module.css +50 -70
  5. package/lib/components/Accordion/accordion.module.css +4 -2
  6. package/lib/components/Accordion/section.module.css +24 -16
  7. package/lib/components/AccountChip/accountChip.module.css +5 -5
  8. package/lib/components/AccountInformationPage/accountInformationPage.module.css +22 -35
  9. package/lib/components/AccountInformationPage/editForm.module.css +13 -12
  10. package/lib/components/AccountInformationPage/editModal.module.css +1 -1
  11. package/lib/components/AccountMenu/accountMenu.module.css +34 -31
  12. package/lib/components/AccountMenu/accountMenuItems.module.css +20 -15
  13. package/lib/components/AddToCartDialog/addToCartDialog.module.css +27 -25
  14. package/lib/components/AddressBookPage/addEditDialog.module.css +10 -14
  15. package/lib/components/AddressBookPage/addressBookPage.module.css +30 -41
  16. package/lib/components/AddressBookPage/addressCard.module.css +61 -59
  17. package/lib/components/AuthBar/authBar.module.css +13 -12
  18. package/lib/components/AuthModal/authModal.module.css +5 -3
  19. package/lib/components/Breadcrumbs/breadcrumbs.module.css +12 -19
  20. package/lib/components/Button/button.module.css +95 -59
  21. package/lib/components/ButtonGroup/button.module.css +30 -28
  22. package/lib/components/ButtonGroup/buttonGroup.module.css +4 -4
  23. package/lib/components/CartPage/GiftCards/giftCard.module.css +3 -3
  24. package/lib/components/CartPage/GiftCards/giftCards.module.css +44 -41
  25. package/lib/components/CartPage/PriceAdjustments/CouponCode/couponCode.module.css +26 -18
  26. package/lib/components/CartPage/PriceAdjustments/ShippingMethods/__tests__/__snapshots__/shippingRadios.spec.js.snap +4 -0
  27. package/lib/components/CartPage/PriceAdjustments/ShippingMethods/shippingForm.module.css +7 -6
  28. package/lib/components/CartPage/PriceAdjustments/ShippingMethods/shippingMethods.module.css +9 -18
  29. package/lib/components/CartPage/PriceAdjustments/ShippingMethods/shippingRadio.module.css +1 -1
  30. package/lib/components/CartPage/PriceAdjustments/ShippingMethods/shippingRadios.module.css +5 -18
  31. package/lib/components/CartPage/PriceAdjustments/__tests__/__snapshots__/giftCardSection.ee.spec.js.snap +1 -1
  32. package/lib/components/CartPage/PriceAdjustments/__tests__/__snapshots__/giftOptionsSection.ce.spec.js.snap +1 -1
  33. package/lib/components/CartPage/PriceAdjustments/__tests__/__snapshots__/giftOptionsSection.ee.spec.js.snap +3 -3
  34. package/lib/components/CartPage/PriceAdjustments/__tests__/giftCardSection.ce.spec.js +1 -1
  35. package/lib/components/CartPage/PriceAdjustments/__tests__/giftCardSection.ee.spec.js +1 -1
  36. package/lib/components/CartPage/PriceAdjustments/__tests__/giftOptionsSection.ce.spec.js +1 -1
  37. package/lib/components/CartPage/PriceAdjustments/__tests__/giftOptionsSection.ee.spec.js +1 -1
  38. package/lib/components/CartPage/PriceAdjustments/giftCardSection.ce.js +2 -2
  39. package/lib/components/CartPage/PriceAdjustments/giftOptionsSection.ce.js +2 -2
  40. package/lib/components/CartPage/PriceSummary/__tests__/__snapshots__/giftCardSummary.ce.spec.js.snap +1 -1
  41. package/lib/components/CartPage/PriceSummary/__tests__/__snapshots__/giftCardSummary.ee.spec.js.snap +4 -4
  42. package/lib/components/CartPage/PriceSummary/__tests__/__snapshots__/giftOptionsSummary.ce.spec.js.snap +1 -1
  43. package/lib/components/CartPage/PriceSummary/__tests__/__snapshots__/giftOptionsSummary.ee.spec.js.snap +4 -4
  44. package/lib/components/CartPage/PriceSummary/__tests__/giftCardSummary.ce.spec.js +1 -1
  45. package/lib/components/CartPage/PriceSummary/__tests__/giftCardSummary.ee.spec.js +1 -1
  46. package/lib/components/CartPage/PriceSummary/__tests__/giftOptionsSummary.ce.spec.js +1 -1
  47. package/lib/components/CartPage/PriceSummary/__tests__/giftOptionsSummary.ee.spec.js +1 -1
  48. package/lib/components/CartPage/PriceSummary/giftOptionsSummary.ce.js +2 -2
  49. package/lib/components/CartPage/PriceSummary/priceSummary.module.css +16 -16
  50. package/lib/components/CartPage/ProductListing/EditModal/productDetail.module.css +16 -13
  51. package/lib/components/CartPage/ProductListing/EditModal/productForm.js +2 -2
  52. package/lib/components/CartPage/ProductListing/EditModal/productForm.module.css +28 -22
  53. package/lib/components/CartPage/ProductListing/__tests__/__snapshots__/product.spec.js.snap +4 -0
  54. package/lib/components/CartPage/ProductListing/__tests__/quantity.spec.js +3 -3
  55. package/lib/components/CartPage/ProductListing/errorMessage.module.css +11 -7
  56. package/lib/components/CartPage/ProductListing/product.module.css +67 -59
  57. package/lib/components/CartPage/ProductListing/productListing.module.css +6 -5
  58. package/lib/components/CartPage/ProductListing/quantity.js +8 -92
  59. package/lib/components/CartPage/cartPage.module.css +18 -22
  60. package/lib/components/CategoryList/categoryList.module.css +8 -7
  61. package/lib/components/CategoryList/categoryTile.module.css +14 -11
  62. package/lib/components/CategoryTree/categoryLeaf.module.css +19 -16
  63. package/lib/components/CategoryTree/categoryTree.module.css +2 -2
  64. package/lib/components/Checkbox/checkbox.module.css +33 -30
  65. package/lib/components/Checkout/Receipt/receipt.module.css +28 -23
  66. package/lib/components/Checkout/addressForm.module.css +20 -20
  67. package/lib/components/Checkout/braintreeDropin.module.css +1 -1
  68. package/lib/components/Checkout/checkoutButton.module.css +2 -1
  69. package/lib/components/Checkout/flow.module.css +34 -30
  70. package/lib/components/Checkout/form.module.css +13 -9
  71. package/lib/components/Checkout/label.module.css +6 -6
  72. package/lib/components/Checkout/paymentsForm.module.css +23 -21
  73. package/lib/components/Checkout/section.module.css +30 -31
  74. package/lib/components/Checkout/shippingForm.module.css +1 -1
  75. package/lib/components/CheckoutPage/AddressBook/addressBook.module.css +52 -61
  76. package/lib/components/CheckoutPage/AddressBook/addressCard.module.css +43 -47
  77. package/lib/components/CheckoutPage/BillingAddress/billingAddress.module.css +14 -28
  78. package/lib/components/CheckoutPage/GuestSignIn/guestSignIn.module.css +28 -26
  79. package/lib/components/CheckoutPage/ItemsReview/item.js +1 -1
  80. package/lib/components/CheckoutPage/ItemsReview/item.module.css +29 -18
  81. package/lib/components/CheckoutPage/ItemsReview/itemsReview.module.css +8 -5
  82. package/lib/components/CheckoutPage/ItemsReview/showAllButton.module.css +15 -11
  83. package/lib/components/CheckoutPage/OrderConfirmationPage/createAccount.module.css +12 -26
  84. package/lib/components/CheckoutPage/OrderConfirmationPage/orderConfirmationPage.module.css +29 -37
  85. package/lib/components/CheckoutPage/OrderSummary/orderSummary.module.css +12 -17
  86. package/lib/components/CheckoutPage/PaymentInformation/braintreeDropin.module.css +5 -2
  87. package/lib/components/CheckoutPage/PaymentInformation/braintreeSummary.module.css +30 -50
  88. package/lib/components/CheckoutPage/PaymentInformation/creditCard.module.css +20 -34
  89. package/lib/components/CheckoutPage/PaymentInformation/editCard.module.css +3 -2
  90. package/lib/components/CheckoutPage/PaymentInformation/paymentInformation.module.css +12 -13
  91. package/lib/components/CheckoutPage/PaymentInformation/paymentMethods.module.css +17 -14
  92. package/lib/components/CheckoutPage/PaymentInformation/summary.module.css +9 -9
  93. package/lib/components/CheckoutPage/ShippingInformation/AddressForm/customerForm.module.css +15 -13
  94. package/lib/components/CheckoutPage/ShippingInformation/AddressForm/guestForm.module.css +14 -12
  95. package/lib/components/CheckoutPage/ShippingInformation/card.module.css +7 -7
  96. package/lib/components/CheckoutPage/ShippingInformation/editModal.module.css +66 -49
  97. package/lib/components/CheckoutPage/ShippingInformation/shippingInformation.module.css +37 -26
  98. package/lib/components/CheckoutPage/ShippingMethod/__tests__/__snapshots__/shippingMethod.spec.js.snap +2 -0
  99. package/lib/components/CheckoutPage/ShippingMethod/__tests__/__snapshots__/updateModal.spec.js.snap +2 -0
  100. package/lib/components/CheckoutPage/ShippingMethod/completedView.module.css +23 -26
  101. package/lib/components/CheckoutPage/ShippingMethod/shippingMethod.module.css +17 -15
  102. package/lib/components/CheckoutPage/ShippingMethod/shippingRadios.module.css +13 -24
  103. package/lib/components/CheckoutPage/ShippingMethod/updateModal.module.css +1 -1
  104. package/lib/components/CheckoutPage/checkoutPage.module.css +85 -79
  105. package/lib/components/CmsBlock/cmsBlock.module.css +3 -1
  106. package/lib/components/CmsDynamicBlock/__tests__/__snapshots__/cmsDynamicBlock.ce.spec.js.snap +1 -1
  107. package/lib/components/CmsDynamicBlock/__tests__/__snapshots__/cmsDynamicBlock.ee.spec.js.snap +8 -8
  108. package/lib/components/CmsDynamicBlock/__tests__/cmsDynamicBlock.ce.spec.js +1 -1
  109. package/lib/components/CmsDynamicBlock/__tests__/cmsDynamicBlock.ee.spec.js +1 -1
  110. package/lib/components/CmsDynamicBlock/cmsDynamicBlock.ce.js +2 -2
  111. package/lib/components/CommunicationsPage/communicationsPage.module.css +14 -20
  112. package/lib/components/ContactPage/contactPage.module.css +1 -1
  113. package/lib/components/CreateAccount/createAccount.module.css +24 -27
  114. package/lib/components/CreateAccountPage/createAccountPage.module.css +13 -12
  115. package/lib/components/Dialog/__stories__/dialog.module.css +3 -2
  116. package/lib/components/Dialog/dialog.module.css +98 -99
  117. package/lib/components/ErrorMessage/errorMessage.module.css +4 -4
  118. package/lib/components/ErrorView/errorView.module.css +21 -24
  119. package/lib/components/Field/field.module.css +32 -35
  120. package/lib/components/Field/fieldIcons.module.css +18 -13
  121. package/lib/components/Field/message.module.css +11 -7
  122. package/lib/components/FilterModal/CurrentFilters/currentFilter.js +4 -2
  123. package/lib/components/FilterModal/CurrentFilters/currentFilter.module.css +14 -11
  124. package/lib/components/FilterModal/CurrentFilters/currentFilters.module.css +10 -5
  125. package/lib/components/FilterModal/FilterList/__tests__/filterItemRadio.spec.js +134 -0
  126. package/lib/components/FilterModal/FilterList/filterItemRadio.js +76 -0
  127. package/lib/components/FilterModal/FilterList/filterItemRadio.module.css +0 -0
  128. package/lib/components/FilterModal/FilterList/filterItemRadioGroup.js +86 -0
  129. package/lib/components/FilterModal/FilterList/filterList.js +65 -41
  130. package/lib/components/FilterModal/FilterList/filterList.module.css +8 -10
  131. package/lib/components/FilterModal/__tests__/filterModal.spec.js +58 -3
  132. package/lib/components/FilterModal/filterBlock.js +4 -0
  133. package/lib/components/FilterModal/filterBlock.module.css +15 -12
  134. package/lib/components/FilterModal/filterFooter.module.css +8 -8
  135. package/lib/components/FilterModal/filterModal.js +4 -2
  136. package/lib/components/FilterModal/filterModal.module.css +49 -28
  137. package/lib/components/FilterModal/filterSearch.module.css +1 -1
  138. package/lib/components/FilterModalOpenButton/filterModalOpenButton.module.css +3 -6
  139. package/lib/components/FilterSidebar/__tests__/filterSidebar.spec.js +9 -2
  140. package/lib/components/FilterSidebar/filterSidebar.js +4 -1
  141. package/lib/components/FilterSidebar/filterSidebar.module.css +33 -25
  142. package/lib/components/Footer/footer.module.css +89 -109
  143. package/lib/components/ForgotPassword/ForgotPasswordForm/forgotPasswordForm.module.css +11 -11
  144. package/lib/components/ForgotPassword/FormSubmissionSuccessful/formSubmissionSuccessful.module.css +7 -7
  145. package/lib/components/ForgotPassword/forgotPassword.module.css +9 -8
  146. package/lib/components/ForgotPasswordPage/forgotPasswordPage.module.css +13 -12
  147. package/lib/components/Gallery/__tests__/__snapshots__/gallery.spec.js.snap +2 -2
  148. package/lib/components/Gallery/__tests__/__snapshots__/item.spec.js.snap +1 -1
  149. package/lib/components/Gallery/__tests__/gallery.spec.js +2 -2
  150. package/lib/components/Gallery/__tests__/item.spec.js +1 -1
  151. package/lib/components/Gallery/addToCartButton.module.css +15 -25
  152. package/lib/components/Gallery/gallery.module.css +7 -7
  153. package/lib/components/Gallery/item.js +12 -5
  154. package/lib/components/Gallery/item.module.css +31 -27
  155. package/lib/components/Header/accountTrigger.module.css +9 -14
  156. package/lib/components/Header/cartTrigger.module.css +30 -37
  157. package/lib/components/Header/currencySwitcher.module.css +67 -50
  158. package/lib/components/Header/header.js +5 -1
  159. package/lib/components/Header/header.module.css +26 -36
  160. package/lib/components/Header/navTrigger.module.css +4 -7
  161. package/lib/components/Header/onlineIndicator.module.css +11 -9
  162. package/lib/components/Header/searchTrigger.module.css +8 -13
  163. package/lib/components/Header/storeSwitcher.module.css +61 -52
  164. package/lib/components/Header/switcherItem.module.css +12 -11
  165. package/lib/components/HomePage/homePage.module.css +9 -8
  166. package/lib/components/Icon/icon.module.css +9 -8
  167. package/lib/components/Image/__stories__/image.module.css +4 -4
  168. package/lib/components/Image/image.module.css +16 -9
  169. package/lib/components/LegacyMiniCart/body.module.css +2 -2
  170. package/lib/components/LegacyMiniCart/cartOptions.module.css +29 -23
  171. package/lib/components/LegacyMiniCart/emptyMiniCartBody.module.css +9 -9
  172. package/lib/components/LegacyMiniCart/footer.module.css +10 -6
  173. package/lib/components/LegacyMiniCart/header.module.css +20 -19
  174. package/lib/components/LegacyMiniCart/kebab.module.css +19 -28
  175. package/lib/components/LegacyMiniCart/mask.module.css +2 -1
  176. package/lib/components/LegacyMiniCart/miniCart.js +3 -0
  177. package/lib/components/LegacyMiniCart/miniCart.module.css +22 -15
  178. package/lib/components/LegacyMiniCart/product.module.css +36 -32
  179. package/lib/components/LegacyMiniCart/productList.module.css +6 -4
  180. package/lib/components/LegacyMiniCart/productOptions.module.css +9 -9
  181. package/lib/components/LegacyMiniCart/section.js +2 -0
  182. package/lib/components/LegacyMiniCart/section.module.css +28 -16
  183. package/lib/components/LegacyMiniCart/totalsSummary.module.css +11 -10
  184. package/lib/components/LinkButton/linkButton.module.css +8 -9
  185. package/lib/components/LoadingIndicator/indicator.module.css +20 -18
  186. package/lib/components/LoadingIndicator/spinner.module.css +1 -10
  187. package/lib/components/Main/main.module.css +7 -6
  188. package/lib/components/Mask/mask.module.css +19 -14
  189. package/lib/components/MegaMenu/__tests__/__snapshots__/MegaMenu.spec.js.snap +1 -1
  190. package/lib/components/MegaMenu/__tests__/__snapshots__/Submenu.spec.js.snap +1 -1
  191. package/lib/components/MegaMenu/megaMenuItem.module.css +9 -7
  192. package/lib/components/MegaMenu/submenu.js +1 -1
  193. package/lib/components/MegaMenu/submenu.module.css +22 -16
  194. package/lib/components/MegaMenu/submenuColumn.module.css +11 -9
  195. package/lib/components/MiniCart/ProductList/item.module.css +16 -13
  196. package/lib/components/MiniCart/ProductList/productList.module.css +2 -2
  197. package/lib/components/MiniCart/miniCart.module.css +81 -67
  198. package/lib/components/MyAccount/ResetPassword/resetPassword.module.css +25 -26
  199. package/lib/components/MyAccount/accountLink.module.css +17 -15
  200. package/lib/components/MyAccount/myAccount.module.css +3 -3
  201. package/lib/components/Navigation/navHeader.module.css +7 -6
  202. package/lib/components/Navigation/navigation.module.css +82 -68
  203. package/lib/components/Newsletter/newsletter.module.css +59 -64
  204. package/lib/components/OrderHistoryPage/OrderDetails/billingInformation.module.css +4 -4
  205. package/lib/components/OrderHistoryPage/OrderDetails/item.module.css +21 -25
  206. package/lib/components/OrderHistoryPage/OrderDetails/items.module.css +8 -12
  207. package/lib/components/OrderHistoryPage/OrderDetails/orderDetails.module.css +20 -26
  208. package/lib/components/OrderHistoryPage/OrderDetails/orderTotal.module.css +30 -31
  209. package/lib/components/OrderHistoryPage/OrderDetails/paymentMethod.module.css +4 -4
  210. package/lib/components/OrderHistoryPage/OrderDetails/shippingInformation.module.css +4 -4
  211. package/lib/components/OrderHistoryPage/OrderDetails/shippingMethod.module.css +7 -6
  212. package/lib/components/OrderHistoryPage/collapsedImageGallery.module.css +10 -9
  213. package/lib/components/OrderHistoryPage/orderHistoryPage.module.css +37 -41
  214. package/lib/components/OrderHistoryPage/orderProgressBar.module.css +5 -5
  215. package/lib/components/OrderHistoryPage/orderRow.module.css +113 -78
  216. package/lib/components/PageLoadingIndicator/pageLoadingIndicator.module.css +18 -17
  217. package/lib/components/Pagination/pagination.module.css +11 -8
  218. package/lib/components/Pagination/tile.module.css +11 -8
  219. package/lib/components/Password/password.module.css +13 -11
  220. package/lib/components/ProductFullDetail/CustomAttributes/AttributeType/Multiselect/__tests__/__snapshots__/multiSelect.spec.js.snap +10 -0
  221. package/lib/components/ProductFullDetail/CustomAttributes/AttributeType/Multiselect/multiselect.js +7 -2
  222. package/lib/components/ProductFullDetail/CustomAttributes/AttributeType/Multiselect/multiselect.module.css +11 -2
  223. package/lib/components/ProductFullDetail/CustomAttributes/AttributeType/Select/select.module.css +1 -1
  224. package/lib/components/ProductFullDetail/CustomAttributes/AttributeType/Text/text.module.css +1 -1
  225. package/lib/components/ProductFullDetail/CustomAttributes/AttributeType/Textarea/textarea.js +10 -4
  226. package/lib/components/ProductFullDetail/CustomAttributes/AttributeType/attributeType.js +6 -0
  227. package/lib/components/ProductFullDetail/CustomAttributes/__tests__/__snapshots__/customAttributes.spec.js.snap +0 -3
  228. package/lib/components/ProductFullDetail/CustomAttributes/customAttributes.js +6 -10
  229. package/lib/components/ProductFullDetail/CustomAttributes/customAttributes.module.css +0 -5
  230. package/lib/components/ProductFullDetail/__tests__/__snapshots__/productFullDetail.spec.js.snap +403 -208
  231. package/lib/components/ProductFullDetail/__tests__/productFullDetail.spec.js +1 -3
  232. package/lib/components/ProductFullDetail/productFullDetail.js +80 -14
  233. package/lib/components/ProductFullDetail/productFullDetail.module.css +90 -79
  234. package/lib/components/ProductImageCarousel/carousel.module.css +50 -52
  235. package/lib/components/ProductImageCarousel/thumbnail.module.css +25 -22
  236. package/lib/components/ProductOptions/option.module.css +17 -13
  237. package/lib/components/ProductOptions/swatch.module.css +10 -4
  238. package/lib/components/ProductOptions/tile.module.css +14 -7
  239. package/lib/components/ProductOptions/tileList.module.css +3 -3
  240. package/lib/components/ProductQuantity/quantity.js +3 -0
  241. package/lib/components/ProductQuantity/quantity.module.css +2 -2
  242. package/lib/components/ProductSort/productSort.module.css +44 -45
  243. package/lib/components/ProductSort/productSort.shimmer.module.css +1 -5
  244. package/lib/components/ProductSort/sortItem.module.css +14 -13
  245. package/lib/components/QuantityStepper/index.js +1 -0
  246. package/lib/components/QuantityStepper/quantityStepper.js +94 -0
  247. package/lib/components/QuantityStepper/quantityStepper.module.css +80 -0
  248. package/lib/components/RadioGroup/__tests__/__snapshots__/radioGroup.spec.js.snap +16 -0
  249. package/lib/components/RadioGroup/radio.js +14 -2
  250. package/lib/components/RadioGroup/radio.module.css +41 -37
  251. package/lib/components/RadioGroup/radioGroup.module.css +10 -14
  252. package/lib/components/RichContent/plainHtmlRenderer.js +2 -1
  253. package/lib/components/RichContent/richContent.module.css +13 -1
  254. package/lib/components/RichText/richText.module.css +7 -3
  255. package/lib/components/SavedPaymentsPage/creditCard.module.css +49 -37
  256. package/lib/components/SavedPaymentsPage/savedPaymentsPage.module.css +35 -40
  257. package/lib/components/ScrollAnchor/scrollAnchor.module.css +4 -2
  258. package/lib/components/SearchBar/__tests__/suggestedProduct.spec.js +8 -0
  259. package/lib/components/SearchBar/autocomplete.js +8 -0
  260. package/lib/components/SearchBar/autocomplete.module.css +39 -37
  261. package/lib/components/SearchBar/searchBar.module.css +30 -22
  262. package/lib/components/SearchBar/suggestedCategories.module.css +7 -4
  263. package/lib/components/SearchBar/suggestedProduct.js +29 -5
  264. package/lib/components/SearchBar/suggestedProduct.module.css +12 -12
  265. package/lib/components/SearchBar/suggestedProducts.module.css +7 -4
  266. package/lib/components/SearchBar/suggestions.module.css +4 -4
  267. package/lib/components/SearchPage/searchPage.module.css +42 -49
  268. package/lib/components/Select/select.module.css +9 -8
  269. package/lib/components/Shimmer/shimmer.module.css +31 -17
  270. package/lib/components/SignIn/signIn.module.css +40 -33
  271. package/lib/components/SignInPage/signInPage.module.css +13 -12
  272. package/lib/components/SortedByContainer/sortedByContainer.module.css +7 -11
  273. package/lib/components/StockStatusMessage/stockStatusMessage.module.css +10 -6
  274. package/lib/components/TextArea/textArea.module.css +16 -10
  275. package/lib/components/TextInput/textInput.module.css +11 -2
  276. package/lib/components/ToastContainer/toast.module.css +51 -42
  277. package/lib/components/ToastContainer/toastContainer.module.css +10 -22
  278. package/lib/components/Wishlist/AddToListButton/addToListButton.module.css +6 -5
  279. package/lib/components/Wishlist/WishlistDialog/CreateWishlistForm/createWishlistForm.module.css +4 -4
  280. package/lib/components/Wishlist/WishlistDialog/WishlistLineItem/wishlistLineItem.module.css +7 -6
  281. package/lib/components/Wishlist/WishlistDialog/wishlistDialog.module.css +14 -9
  282. package/lib/components/WishlistPage/actionMenu.js +2 -2
  283. package/lib/components/WishlistPage/createWishlist.module.css +31 -26
  284. package/lib/components/WishlistPage/wishlist.module.css +54 -49
  285. package/lib/components/WishlistPage/wishlistConfirmRemoveProductDialog.module.css +7 -7
  286. package/lib/components/WishlistPage/wishlistEditFavoritesListDialog.module.css +4 -4
  287. package/lib/components/WishlistPage/wishlistItem.module.css +36 -37
  288. package/lib/components/WishlistPage/wishlistItems.module.css +5 -7
  289. package/lib/components/WishlistPage/wishlistMoreActionsDialog.module.css +11 -9
  290. package/lib/components/WishlistPage/wishlistPage.module.css +24 -24
  291. package/lib/components/clickable.module.css +7 -7
  292. package/lib/index.module.css +40 -11
  293. package/lib/targets/__tests__/venia-ui-targets.spec.js +27 -2
  294. package/lib/tokens.module.css +62 -57
  295. package/package.json +5 -5
  296. package/lib/components/CartPage/ProductListing/quantity.module.css +0 -76
@@ -7,6 +7,13 @@ exports[`it disables the add to cart button when the talon indicates 1`] = `
7
7
  onReset={[Function]}
8
8
  onSubmit={[Function]}
9
9
  >
10
+ <section
11
+ className="imageCarousel"
12
+ >
13
+ <ProductImageCarousel
14
+ images={Array []}
15
+ />
16
+ </section>
10
17
  <section
11
18
  className="title"
12
19
  >
@@ -32,13 +39,6 @@ exports[`it disables the add to cart button when the talon indicates 1`] = `
32
39
  </span>
33
40
  </p>
34
41
  </section>
35
- <section
36
- className="imageCarousel"
37
- >
38
- <ProductImageCarousel
39
- images={Array []}
40
- />
41
- </section>
42
42
  <FormError
43
43
  classes={
44
44
  Object {
@@ -91,7 +91,7 @@ exports[`it disables the add to cart button when the talon indicates 1`] = `
91
91
  id="global.quantity"
92
92
  />
93
93
  </span>
94
- QuantityFields
94
+ QuantityStepper
95
95
  </section>
96
96
  <section
97
97
  className="actions"
@@ -131,8 +131,8 @@ exports[`it disables the add to cart button when the talon indicates 1`] = `
131
131
  className="descriptionTitle"
132
132
  >
133
133
  <mock-FormattedMessage
134
- defaultMessage="Product Description"
135
- id="productFullDetail.productDescription"
134
+ defaultMessage="Description"
135
+ id="productFullDetail.description"
136
136
  />
137
137
  </span>
138
138
  <RichContent
@@ -146,15 +146,30 @@ exports[`it disables the add to cart button when the talon indicates 1`] = `
146
146
  className="detailsTitle"
147
147
  >
148
148
  <mock-FormattedMessage
149
- defaultMessage="SKU"
150
- id="global.sku"
149
+ defaultMessage="Details"
150
+ id="productFullDetail.details"
151
151
  />
152
152
  </span>
153
- <strong>
154
- BTTF123
155
- </strong>
156
153
  <CustomAttributes
157
- customAttributes={Object {}}
154
+ customAttributes={
155
+ Array [
156
+ Object {
157
+ "attribute_metadata": Object {
158
+ "label": "SKU",
159
+ "ui_input": Object {
160
+ "ui_input_type": "TEXT",
161
+ },
162
+ "uid": "attribute_sku",
163
+ "used_in_components": Array [
164
+ "PRODUCT_DETAILS_PAGE",
165
+ ],
166
+ },
167
+ "entered_attribute_value": Object {
168
+ "value": "BTTF123",
169
+ },
170
+ },
171
+ ]
172
+ }
158
173
  />
159
174
  </section>
160
175
  </form>
@@ -167,6 +182,13 @@ exports[`it does not render options if the product is not a ConfigurableProduct
167
182
  onReset={[Function]}
168
183
  onSubmit={[Function]}
169
184
  >
185
+ <section
186
+ className="imageCarousel"
187
+ >
188
+ <ProductImageCarousel
189
+ images={Array []}
190
+ />
191
+ </section>
170
192
  <section
171
193
  className="title"
172
194
  >
@@ -192,13 +214,6 @@ exports[`it does not render options if the product is not a ConfigurableProduct
192
214
  </span>
193
215
  </p>
194
216
  </section>
195
- <section
196
- className="imageCarousel"
197
- >
198
- <ProductImageCarousel
199
- images={Array []}
200
- />
201
- </section>
202
217
  <FormError
203
218
  classes={
204
219
  Object {
@@ -221,7 +236,7 @@ exports[`it does not render options if the product is not a ConfigurableProduct
221
236
  id="global.quantity"
222
237
  />
223
238
  </span>
224
- QuantityFields
239
+ QuantityStepper
225
240
  </section>
226
241
  <section
227
242
  className="actions"
@@ -261,8 +276,8 @@ exports[`it does not render options if the product is not a ConfigurableProduct
261
276
  className="descriptionTitle"
262
277
  >
263
278
  <mock-FormattedMessage
264
- defaultMessage="Product Description"
265
- id="productFullDetail.productDescription"
279
+ defaultMessage="Description"
280
+ id="productFullDetail.description"
266
281
  />
267
282
  </span>
268
283
  <RichContent
@@ -276,15 +291,30 @@ exports[`it does not render options if the product is not a ConfigurableProduct
276
291
  className="detailsTitle"
277
292
  >
278
293
  <mock-FormattedMessage
279
- defaultMessage="SKU"
280
- id="global.sku"
294
+ defaultMessage="Details"
295
+ id="productFullDetail.details"
281
296
  />
282
297
  </span>
283
- <strong>
284
- BTTF123
285
- </strong>
286
298
  <CustomAttributes
287
- customAttributes={Object {}}
299
+ customAttributes={
300
+ Array [
301
+ Object {
302
+ "attribute_metadata": Object {
303
+ "label": "SKU",
304
+ "ui_input": Object {
305
+ "ui_input_type": "TEXT",
306
+ },
307
+ "uid": "attribute_sku",
308
+ "used_in_components": Array [
309
+ "PRODUCT_DETAILS_PAGE",
310
+ ],
311
+ },
312
+ "entered_attribute_value": Object {
313
+ "value": "BTTF123",
314
+ },
315
+ },
316
+ ]
317
+ }
288
318
  />
289
319
  </section>
290
320
  </form>
@@ -297,6 +327,13 @@ exports[`it renders an error for an invalid cart 1`] = `
297
327
  onReset={[Function]}
298
328
  onSubmit={[Function]}
299
329
  >
330
+ <section
331
+ className="imageCarousel"
332
+ >
333
+ <ProductImageCarousel
334
+ images={Array []}
335
+ />
336
+ </section>
300
337
  <section
301
338
  className="title"
302
339
  >
@@ -322,13 +359,6 @@ exports[`it renders an error for an invalid cart 1`] = `
322
359
  </span>
323
360
  </p>
324
361
  </section>
325
- <section
326
- className="imageCarousel"
327
- >
328
- <ProductImageCarousel
329
- images={Array []}
330
- />
331
- </section>
332
362
  <FormError
333
363
  classes={
334
364
  Object {
@@ -385,7 +415,7 @@ exports[`it renders an error for an invalid cart 1`] = `
385
415
  id="global.quantity"
386
416
  />
387
417
  </span>
388
- QuantityFields
418
+ QuantityStepper
389
419
  </section>
390
420
  <section
391
421
  className="actions"
@@ -425,8 +455,8 @@ exports[`it renders an error for an invalid cart 1`] = `
425
455
  className="descriptionTitle"
426
456
  >
427
457
  <mock-FormattedMessage
428
- defaultMessage="Product Description"
429
- id="productFullDetail.productDescription"
458
+ defaultMessage="Description"
459
+ id="productFullDetail.description"
430
460
  />
431
461
  </span>
432
462
  <RichContent
@@ -440,15 +470,30 @@ exports[`it renders an error for an invalid cart 1`] = `
440
470
  className="detailsTitle"
441
471
  >
442
472
  <mock-FormattedMessage
443
- defaultMessage="SKU"
444
- id="global.sku"
473
+ defaultMessage="Details"
474
+ id="productFullDetail.details"
445
475
  />
446
476
  </span>
447
- <strong>
448
- BTTF123
449
- </strong>
450
477
  <CustomAttributes
451
- customAttributes={Object {}}
478
+ customAttributes={
479
+ Array [
480
+ Object {
481
+ "attribute_metadata": Object {
482
+ "label": "SKU",
483
+ "ui_input": Object {
484
+ "ui_input_type": "TEXT",
485
+ },
486
+ "uid": "attribute_sku",
487
+ "used_in_components": Array [
488
+ "PRODUCT_DETAILS_PAGE",
489
+ ],
490
+ },
491
+ "entered_attribute_value": Object {
492
+ "value": "BTTF123",
493
+ },
494
+ },
495
+ ]
496
+ }
452
497
  />
453
498
  </section>
454
499
  </form>
@@ -461,6 +506,13 @@ exports[`it renders an error for an invalid user token when adding to cart 1`] =
461
506
  onReset={[Function]}
462
507
  onSubmit={[Function]}
463
508
  >
509
+ <section
510
+ className="imageCarousel"
511
+ >
512
+ <ProductImageCarousel
513
+ images={Array []}
514
+ />
515
+ </section>
464
516
  <section
465
517
  className="title"
466
518
  >
@@ -486,13 +538,6 @@ exports[`it renders an error for an invalid user token when adding to cart 1`] =
486
538
  </span>
487
539
  </p>
488
540
  </section>
489
- <section
490
- className="imageCarousel"
491
- >
492
- <ProductImageCarousel
493
- images={Array []}
494
- />
495
- </section>
496
541
  <FormError
497
542
  classes={
498
543
  Object {
@@ -549,7 +594,7 @@ exports[`it renders an error for an invalid user token when adding to cart 1`] =
549
594
  id="global.quantity"
550
595
  />
551
596
  </span>
552
- QuantityFields
597
+ QuantityStepper
553
598
  </section>
554
599
  <section
555
600
  className="actions"
@@ -589,8 +634,8 @@ exports[`it renders an error for an invalid user token when adding to cart 1`] =
589
634
  className="descriptionTitle"
590
635
  >
591
636
  <mock-FormattedMessage
592
- defaultMessage="Product Description"
593
- id="productFullDetail.productDescription"
637
+ defaultMessage="Description"
638
+ id="productFullDetail.description"
594
639
  />
595
640
  </span>
596
641
  <RichContent
@@ -604,15 +649,30 @@ exports[`it renders an error for an invalid user token when adding to cart 1`] =
604
649
  className="detailsTitle"
605
650
  >
606
651
  <mock-FormattedMessage
607
- defaultMessage="SKU"
608
- id="global.sku"
652
+ defaultMessage="Details"
653
+ id="productFullDetail.details"
609
654
  />
610
655
  </span>
611
- <strong>
612
- BTTF123
613
- </strong>
614
656
  <CustomAttributes
615
- customAttributes={Object {}}
657
+ customAttributes={
658
+ Array [
659
+ Object {
660
+ "attribute_metadata": Object {
661
+ "label": "SKU",
662
+ "ui_input": Object {
663
+ "ui_input_type": "TEXT",
664
+ },
665
+ "uid": "attribute_sku",
666
+ "used_in_components": Array [
667
+ "PRODUCT_DETAILS_PAGE",
668
+ ],
669
+ },
670
+ "entered_attribute_value": Object {
671
+ "value": "BTTF123",
672
+ },
673
+ },
674
+ ]
675
+ }
616
676
  />
617
677
  </section>
618
678
  </form>
@@ -630,6 +690,13 @@ Array [
630
690
  onReset={[Function]}
631
691
  onSubmit={[Function]}
632
692
  >
693
+ <section
694
+ className="imageCarousel"
695
+ >
696
+ <ProductImageCarousel
697
+ images={Array []}
698
+ />
699
+ </section>
633
700
  <section
634
701
  className="title"
635
702
  >
@@ -655,13 +722,6 @@ Array [
655
722
  </span>
656
723
  </p>
657
724
  </section>
658
- <section
659
- className="imageCarousel"
660
- >
661
- <ProductImageCarousel
662
- images={Array []}
663
- />
664
- </section>
665
725
  <FormError
666
726
  classes={
667
727
  Object {
@@ -714,7 +774,7 @@ Array [
714
774
  id="global.quantity"
715
775
  />
716
776
  </span>
717
- QuantityFields
777
+ QuantityStepper
718
778
  </section>
719
779
  <section
720
780
  className="actions"
@@ -754,8 +814,8 @@ Array [
754
814
  className="descriptionTitle"
755
815
  >
756
816
  <mock-FormattedMessage
757
- defaultMessage="Product Description"
758
- id="productFullDetail.productDescription"
817
+ defaultMessage="Description"
818
+ id="productFullDetail.description"
759
819
  />
760
820
  </span>
761
821
  <RichContent
@@ -769,15 +829,30 @@ Array [
769
829
  className="detailsTitle"
770
830
  >
771
831
  <mock-FormattedMessage
772
- defaultMessage="SKU"
773
- id="global.sku"
832
+ defaultMessage="Details"
833
+ id="productFullDetail.details"
774
834
  />
775
835
  </span>
776
- <strong>
777
- BTTF123
778
- </strong>
779
836
  <CustomAttributes
780
- customAttributes={Object {}}
837
+ customAttributes={
838
+ Array [
839
+ Object {
840
+ "attribute_metadata": Object {
841
+ "label": "SKU",
842
+ "ui_input": Object {
843
+ "ui_input_type": "TEXT",
844
+ },
845
+ "uid": "attribute_sku",
846
+ "used_in_components": Array [
847
+ "PRODUCT_DETAILS_PAGE",
848
+ ],
849
+ },
850
+ "entered_attribute_value": Object {
851
+ "value": "BTTF123",
852
+ },
853
+ },
854
+ ]
855
+ }
781
856
  />
782
857
  </section>
783
858
  </form>,
@@ -791,6 +866,13 @@ exports[`it renders correctly 1`] = `
791
866
  onReset={[Function]}
792
867
  onSubmit={[Function]}
793
868
  >
869
+ <section
870
+ className="imageCarousel"
871
+ >
872
+ <ProductImageCarousel
873
+ images={Array []}
874
+ />
875
+ </section>
794
876
  <section
795
877
  className="title"
796
878
  >
@@ -816,13 +898,6 @@ exports[`it renders correctly 1`] = `
816
898
  </span>
817
899
  </p>
818
900
  </section>
819
- <section
820
- className="imageCarousel"
821
- >
822
- <ProductImageCarousel
823
- images={Array []}
824
- />
825
- </section>
826
901
  <FormError
827
902
  classes={
828
903
  Object {
@@ -875,7 +950,7 @@ exports[`it renders correctly 1`] = `
875
950
  id="global.quantity"
876
951
  />
877
952
  </span>
878
- QuantityFields
953
+ QuantityStepper
879
954
  </section>
880
955
  <section
881
956
  className="actions"
@@ -915,8 +990,8 @@ exports[`it renders correctly 1`] = `
915
990
  className="descriptionTitle"
916
991
  >
917
992
  <mock-FormattedMessage
918
- defaultMessage="Product Description"
919
- id="productFullDetail.productDescription"
993
+ defaultMessage="Description"
994
+ id="productFullDetail.description"
920
995
  />
921
996
  </span>
922
997
  <RichContent
@@ -930,15 +1005,30 @@ exports[`it renders correctly 1`] = `
930
1005
  className="detailsTitle"
931
1006
  >
932
1007
  <mock-FormattedMessage
933
- defaultMessage="SKU"
934
- id="global.sku"
1008
+ defaultMessage="Details"
1009
+ id="productFullDetail.details"
935
1010
  />
936
1011
  </span>
937
- <strong>
938
- BTTF123
939
- </strong>
940
1012
  <CustomAttributes
941
- customAttributes={Object {}}
1013
+ customAttributes={
1014
+ Array [
1015
+ Object {
1016
+ "attribute_metadata": Object {
1017
+ "label": "SKU",
1018
+ "ui_input": Object {
1019
+ "ui_input_type": "TEXT",
1020
+ },
1021
+ "uid": "attribute_sku",
1022
+ "used_in_components": Array [
1023
+ "PRODUCT_DETAILS_PAGE",
1024
+ ],
1025
+ },
1026
+ "entered_attribute_value": Object {
1027
+ "value": "BTTF123",
1028
+ },
1029
+ },
1030
+ ]
1031
+ }
942
1032
  />
943
1033
  </section>
944
1034
  </form>
@@ -951,6 +1041,13 @@ exports[`it renders field level errors for quantity - message 1 1`] = `
951
1041
  onReset={[Function]}
952
1042
  onSubmit={[Function]}
953
1043
  >
1044
+ <section
1045
+ className="imageCarousel"
1046
+ >
1047
+ <ProductImageCarousel
1048
+ images={Array []}
1049
+ />
1050
+ </section>
954
1051
  <section
955
1052
  className="title"
956
1053
  >
@@ -976,13 +1073,6 @@ exports[`it renders field level errors for quantity - message 1 1`] = `
976
1073
  </span>
977
1074
  </p>
978
1075
  </section>
979
- <section
980
- className="imageCarousel"
981
- >
982
- <ProductImageCarousel
983
- images={Array []}
984
- />
985
- </section>
986
1076
  <FormError
987
1077
  classes={
988
1078
  Object {
@@ -1035,7 +1125,7 @@ exports[`it renders field level errors for quantity - message 1 1`] = `
1035
1125
  id="global.quantity"
1036
1126
  />
1037
1127
  </span>
1038
- QuantityFields
1128
+ QuantityStepper
1039
1129
  </section>
1040
1130
  <section
1041
1131
  className="actions"
@@ -1075,8 +1165,8 @@ exports[`it renders field level errors for quantity - message 1 1`] = `
1075
1165
  className="descriptionTitle"
1076
1166
  >
1077
1167
  <mock-FormattedMessage
1078
- defaultMessage="Product Description"
1079
- id="productFullDetail.productDescription"
1168
+ defaultMessage="Description"
1169
+ id="productFullDetail.description"
1080
1170
  />
1081
1171
  </span>
1082
1172
  <RichContent
@@ -1090,15 +1180,30 @@ exports[`it renders field level errors for quantity - message 1 1`] = `
1090
1180
  className="detailsTitle"
1091
1181
  >
1092
1182
  <mock-FormattedMessage
1093
- defaultMessage="SKU"
1094
- id="global.sku"
1183
+ defaultMessage="Details"
1184
+ id="productFullDetail.details"
1095
1185
  />
1096
1186
  </span>
1097
- <strong>
1098
- BTTF123
1099
- </strong>
1100
1187
  <CustomAttributes
1101
- customAttributes={Object {}}
1188
+ customAttributes={
1189
+ Array [
1190
+ Object {
1191
+ "attribute_metadata": Object {
1192
+ "label": "SKU",
1193
+ "ui_input": Object {
1194
+ "ui_input_type": "TEXT",
1195
+ },
1196
+ "uid": "attribute_sku",
1197
+ "used_in_components": Array [
1198
+ "PRODUCT_DETAILS_PAGE",
1199
+ ],
1200
+ },
1201
+ "entered_attribute_value": Object {
1202
+ "value": "BTTF123",
1203
+ },
1204
+ },
1205
+ ]
1206
+ }
1102
1207
  />
1103
1208
  </section>
1104
1209
  </form>
@@ -1111,6 +1216,13 @@ exports[`it renders field level errors for quantity - message 2 1`] = `
1111
1216
  onReset={[Function]}
1112
1217
  onSubmit={[Function]}
1113
1218
  >
1219
+ <section
1220
+ className="imageCarousel"
1221
+ >
1222
+ <ProductImageCarousel
1223
+ images={Array []}
1224
+ />
1225
+ </section>
1114
1226
  <section
1115
1227
  className="title"
1116
1228
  >
@@ -1136,13 +1248,6 @@ exports[`it renders field level errors for quantity - message 2 1`] = `
1136
1248
  </span>
1137
1249
  </p>
1138
1250
  </section>
1139
- <section
1140
- className="imageCarousel"
1141
- >
1142
- <ProductImageCarousel
1143
- images={Array []}
1144
- />
1145
- </section>
1146
1251
  <FormError
1147
1252
  classes={
1148
1253
  Object {
@@ -1195,7 +1300,7 @@ exports[`it renders field level errors for quantity - message 2 1`] = `
1195
1300
  id="global.quantity"
1196
1301
  />
1197
1302
  </span>
1198
- QuantityFields
1303
+ QuantityStepper
1199
1304
  </section>
1200
1305
  <section
1201
1306
  className="actions"
@@ -1235,8 +1340,8 @@ exports[`it renders field level errors for quantity - message 2 1`] = `
1235
1340
  className="descriptionTitle"
1236
1341
  >
1237
1342
  <mock-FormattedMessage
1238
- defaultMessage="Product Description"
1239
- id="productFullDetail.productDescription"
1343
+ defaultMessage="Description"
1344
+ id="productFullDetail.description"
1240
1345
  />
1241
1346
  </span>
1242
1347
  <RichContent
@@ -1250,15 +1355,30 @@ exports[`it renders field level errors for quantity - message 2 1`] = `
1250
1355
  className="detailsTitle"
1251
1356
  >
1252
1357
  <mock-FormattedMessage
1253
- defaultMessage="SKU"
1254
- id="global.sku"
1358
+ defaultMessage="Details"
1359
+ id="productFullDetail.details"
1255
1360
  />
1256
1361
  </span>
1257
- <strong>
1258
- BTTF123
1259
- </strong>
1260
1362
  <CustomAttributes
1261
- customAttributes={Object {}}
1363
+ customAttributes={
1364
+ Array [
1365
+ Object {
1366
+ "attribute_metadata": Object {
1367
+ "label": "SKU",
1368
+ "ui_input": Object {
1369
+ "ui_input_type": "TEXT",
1370
+ },
1371
+ "uid": "attribute_sku",
1372
+ "used_in_components": Array [
1373
+ "PRODUCT_DETAILS_PAGE",
1374
+ ],
1375
+ },
1376
+ "entered_attribute_value": Object {
1377
+ "value": "BTTF123",
1378
+ },
1379
+ },
1380
+ ]
1381
+ }
1262
1382
  />
1263
1383
  </section>
1264
1384
  </form>
@@ -1271,6 +1391,13 @@ exports[`it renders field level errors for quantity - message 3 1`] = `
1271
1391
  onReset={[Function]}
1272
1392
  onSubmit={[Function]}
1273
1393
  >
1394
+ <section
1395
+ className="imageCarousel"
1396
+ >
1397
+ <ProductImageCarousel
1398
+ images={Array []}
1399
+ />
1400
+ </section>
1274
1401
  <section
1275
1402
  className="title"
1276
1403
  >
@@ -1296,13 +1423,6 @@ exports[`it renders field level errors for quantity - message 3 1`] = `
1296
1423
  </span>
1297
1424
  </p>
1298
1425
  </section>
1299
- <section
1300
- className="imageCarousel"
1301
- >
1302
- <ProductImageCarousel
1303
- images={Array []}
1304
- />
1305
- </section>
1306
1426
  <FormError
1307
1427
  classes={
1308
1428
  Object {
@@ -1355,7 +1475,7 @@ exports[`it renders field level errors for quantity - message 3 1`] = `
1355
1475
  id="global.quantity"
1356
1476
  />
1357
1477
  </span>
1358
- QuantityFields
1478
+ QuantityStepper
1359
1479
  </section>
1360
1480
  <section
1361
1481
  className="actions"
@@ -1395,8 +1515,8 @@ exports[`it renders field level errors for quantity - message 3 1`] = `
1395
1515
  className="descriptionTitle"
1396
1516
  >
1397
1517
  <mock-FormattedMessage
1398
- defaultMessage="Product Description"
1399
- id="productFullDetail.productDescription"
1518
+ defaultMessage="Description"
1519
+ id="productFullDetail.description"
1400
1520
  />
1401
1521
  </span>
1402
1522
  <RichContent
@@ -1410,15 +1530,30 @@ exports[`it renders field level errors for quantity - message 3 1`] = `
1410
1530
  className="detailsTitle"
1411
1531
  >
1412
1532
  <mock-FormattedMessage
1413
- defaultMessage="SKU"
1414
- id="global.sku"
1533
+ defaultMessage="Details"
1534
+ id="productFullDetail.details"
1415
1535
  />
1416
1536
  </span>
1417
- <strong>
1418
- BTTF123
1419
- </strong>
1420
1537
  <CustomAttributes
1421
- customAttributes={Object {}}
1538
+ customAttributes={
1539
+ Array [
1540
+ Object {
1541
+ "attribute_metadata": Object {
1542
+ "label": "SKU",
1543
+ "ui_input": Object {
1544
+ "ui_input_type": "TEXT",
1545
+ },
1546
+ "uid": "attribute_sku",
1547
+ "used_in_components": Array [
1548
+ "PRODUCT_DETAILS_PAGE",
1549
+ ],
1550
+ },
1551
+ "entered_attribute_value": Object {
1552
+ "value": "BTTF123",
1553
+ },
1554
+ },
1555
+ ]
1556
+ }
1422
1557
  />
1423
1558
  </section>
1424
1559
  </form>
@@ -1431,6 +1566,13 @@ exports[`it renders form level errors 1`] = `
1431
1566
  onReset={[Function]}
1432
1567
  onSubmit={[Function]}
1433
1568
  >
1569
+ <section
1570
+ className="imageCarousel"
1571
+ >
1572
+ <ProductImageCarousel
1573
+ images={Array []}
1574
+ />
1575
+ </section>
1434
1576
  <section
1435
1577
  className="title"
1436
1578
  >
@@ -1456,13 +1598,6 @@ exports[`it renders form level errors 1`] = `
1456
1598
  </span>
1457
1599
  </p>
1458
1600
  </section>
1459
- <section
1460
- className="imageCarousel"
1461
- >
1462
- <ProductImageCarousel
1463
- images={Array []}
1464
- />
1465
- </section>
1466
1601
  <FormError
1467
1602
  classes={
1468
1603
  Object {
@@ -1519,7 +1654,7 @@ exports[`it renders form level errors 1`] = `
1519
1654
  id="global.quantity"
1520
1655
  />
1521
1656
  </span>
1522
- QuantityFields
1657
+ QuantityStepper
1523
1658
  </section>
1524
1659
  <section
1525
1660
  className="actions"
@@ -1559,8 +1694,8 @@ exports[`it renders form level errors 1`] = `
1559
1694
  className="descriptionTitle"
1560
1695
  >
1561
1696
  <mock-FormattedMessage
1562
- defaultMessage="Product Description"
1563
- id="productFullDetail.productDescription"
1697
+ defaultMessage="Description"
1698
+ id="productFullDetail.description"
1564
1699
  />
1565
1700
  </span>
1566
1701
  <RichContent
@@ -1574,15 +1709,30 @@ exports[`it renders form level errors 1`] = `
1574
1709
  className="detailsTitle"
1575
1710
  >
1576
1711
  <mock-FormattedMessage
1577
- defaultMessage="SKU"
1578
- id="global.sku"
1712
+ defaultMessage="Details"
1713
+ id="productFullDetail.details"
1579
1714
  />
1580
1715
  </span>
1581
- <strong>
1582
- BTTF123
1583
- </strong>
1584
1716
  <CustomAttributes
1585
- customAttributes={Object {}}
1717
+ customAttributes={
1718
+ Array [
1719
+ Object {
1720
+ "attribute_metadata": Object {
1721
+ "label": "SKU",
1722
+ "ui_input": Object {
1723
+ "ui_input_type": "TEXT",
1724
+ },
1725
+ "uid": "attribute_sku",
1726
+ "used_in_components": Array [
1727
+ "PRODUCT_DETAILS_PAGE",
1728
+ ],
1729
+ },
1730
+ "entered_attribute_value": Object {
1731
+ "value": "BTTF123",
1732
+ },
1733
+ },
1734
+ ]
1735
+ }
1586
1736
  />
1587
1737
  </section>
1588
1738
  </form>
@@ -1595,6 +1745,13 @@ exports[`it renders message with unsupported product type 1`] = `
1595
1745
  onReset={[Function]}
1596
1746
  onSubmit={[Function]}
1597
1747
  >
1748
+ <section
1749
+ className="imageCarousel"
1750
+ >
1751
+ <ProductImageCarousel
1752
+ images={Array []}
1753
+ />
1754
+ </section>
1598
1755
  <section
1599
1756
  className="title"
1600
1757
  >
@@ -1620,13 +1777,6 @@ exports[`it renders message with unsupported product type 1`] = `
1620
1777
  </span>
1621
1778
  </p>
1622
1779
  </section>
1623
- <section
1624
- className="imageCarousel"
1625
- >
1626
- <ProductImageCarousel
1627
- images={Array []}
1628
- />
1629
- </section>
1630
1780
  <FormError
1631
1781
  classes={
1632
1782
  Object {
@@ -1679,7 +1829,7 @@ exports[`it renders message with unsupported product type 1`] = `
1679
1829
  id="global.quantity"
1680
1830
  />
1681
1831
  </span>
1682
- QuantityFields
1832
+ QuantityStepper
1683
1833
  </section>
1684
1834
  <section
1685
1835
  className="actions"
@@ -1732,8 +1882,8 @@ exports[`it renders message with unsupported product type 1`] = `
1732
1882
  className="descriptionTitle"
1733
1883
  >
1734
1884
  <mock-FormattedMessage
1735
- defaultMessage="Product Description"
1736
- id="productFullDetail.productDescription"
1885
+ defaultMessage="Description"
1886
+ id="productFullDetail.description"
1737
1887
  />
1738
1888
  </span>
1739
1889
  <RichContent
@@ -1747,15 +1897,30 @@ exports[`it renders message with unsupported product type 1`] = `
1747
1897
  className="detailsTitle"
1748
1898
  >
1749
1899
  <mock-FormattedMessage
1750
- defaultMessage="SKU"
1751
- id="global.sku"
1900
+ defaultMessage="Details"
1901
+ id="productFullDetail.details"
1752
1902
  />
1753
1903
  </span>
1754
- <strong>
1755
- BTTF123
1756
- </strong>
1757
1904
  <CustomAttributes
1758
- customAttributes={Object {}}
1905
+ customAttributes={
1906
+ Array [
1907
+ Object {
1908
+ "attribute_metadata": Object {
1909
+ "label": "SKU",
1910
+ "ui_input": Object {
1911
+ "ui_input_type": "TEXT",
1912
+ },
1913
+ "uid": "attribute_sku",
1914
+ "used_in_components": Array [
1915
+ "PRODUCT_DETAILS_PAGE",
1916
+ ],
1917
+ },
1918
+ "entered_attribute_value": Object {
1919
+ "value": "BTTF123",
1920
+ },
1921
+ },
1922
+ ]
1923
+ }
1759
1924
  />
1760
1925
  </section>
1761
1926
  </form>
@@ -1768,6 +1933,13 @@ exports[`out of stock disabled CTA button is rendered if out of stock 1`] = `
1768
1933
  onReset={[Function]}
1769
1934
  onSubmit={[Function]}
1770
1935
  >
1936
+ <section
1937
+ className="imageCarousel"
1938
+ >
1939
+ <ProductImageCarousel
1940
+ images={Array []}
1941
+ />
1942
+ </section>
1771
1943
  <section
1772
1944
  className="title"
1773
1945
  >
@@ -1793,13 +1965,6 @@ exports[`out of stock disabled CTA button is rendered if out of stock 1`] = `
1793
1965
  </span>
1794
1966
  </p>
1795
1967
  </section>
1796
- <section
1797
- className="imageCarousel"
1798
- >
1799
- <ProductImageCarousel
1800
- images={Array []}
1801
- />
1802
- </section>
1803
1968
  <FormError
1804
1969
  classes={
1805
1970
  Object {
@@ -1822,7 +1987,7 @@ exports[`out of stock disabled CTA button is rendered if out of stock 1`] = `
1822
1987
  id="global.quantity"
1823
1988
  />
1824
1989
  </span>
1825
- QuantityFields
1990
+ QuantityStepper
1826
1991
  </section>
1827
1992
  <section
1828
1993
  className="actions"
@@ -1862,8 +2027,8 @@ exports[`out of stock disabled CTA button is rendered if out of stock 1`] = `
1862
2027
  className="descriptionTitle"
1863
2028
  >
1864
2029
  <mock-FormattedMessage
1865
- defaultMessage="Product Description"
1866
- id="productFullDetail.productDescription"
2030
+ defaultMessage="Description"
2031
+ id="productFullDetail.description"
1867
2032
  />
1868
2033
  </span>
1869
2034
  <RichContent
@@ -1877,15 +2042,30 @@ exports[`out of stock disabled CTA button is rendered if out of stock 1`] = `
1877
2042
  className="detailsTitle"
1878
2043
  >
1879
2044
  <mock-FormattedMessage
1880
- defaultMessage="SKU"
1881
- id="global.sku"
2045
+ defaultMessage="Details"
2046
+ id="productFullDetail.details"
1882
2047
  />
1883
2048
  </span>
1884
- <strong>
1885
- BTTF123
1886
- </strong>
1887
2049
  <CustomAttributes
1888
- customAttributes={Object {}}
2050
+ customAttributes={
2051
+ Array [
2052
+ Object {
2053
+ "attribute_metadata": Object {
2054
+ "label": "SKU",
2055
+ "ui_input": Object {
2056
+ "ui_input_type": "TEXT",
2057
+ },
2058
+ "uid": "attribute_sku",
2059
+ "used_in_components": Array [
2060
+ "PRODUCT_DETAILS_PAGE",
2061
+ ],
2062
+ },
2063
+ "entered_attribute_value": Object {
2064
+ "value": "BTTF123",
2065
+ },
2066
+ },
2067
+ ]
2068
+ }
1889
2069
  />
1890
2070
  </section>
1891
2071
  </form>
@@ -1898,6 +2078,13 @@ exports[`renders a WishlistButton with props 1`] = `
1898
2078
  onReset={[Function]}
1899
2079
  onSubmit={[Function]}
1900
2080
  >
2081
+ <section
2082
+ className="imageCarousel"
2083
+ >
2084
+ <ProductImageCarousel
2085
+ images={Array []}
2086
+ />
2087
+ </section>
1901
2088
  <section
1902
2089
  className="title"
1903
2090
  >
@@ -1923,13 +2110,6 @@ exports[`renders a WishlistButton with props 1`] = `
1923
2110
  </span>
1924
2111
  </p>
1925
2112
  </section>
1926
- <section
1927
- className="imageCarousel"
1928
- >
1929
- <ProductImageCarousel
1930
- images={Array []}
1931
- />
1932
- </section>
1933
2113
  <FormError
1934
2114
  classes={
1935
2115
  Object {
@@ -1982,7 +2162,7 @@ exports[`renders a WishlistButton with props 1`] = `
1982
2162
  id="global.quantity"
1983
2163
  />
1984
2164
  </span>
1985
- QuantityFields
2165
+ QuantityStepper
1986
2166
  </section>
1987
2167
  <section
1988
2168
  className="actions"
@@ -2024,8 +2204,8 @@ exports[`renders a WishlistButton with props 1`] = `
2024
2204
  className="descriptionTitle"
2025
2205
  >
2026
2206
  <mock-FormattedMessage
2027
- defaultMessage="Product Description"
2028
- id="productFullDetail.productDescription"
2207
+ defaultMessage="Description"
2208
+ id="productFullDetail.description"
2029
2209
  />
2030
2210
  </span>
2031
2211
  <RichContent
@@ -2039,15 +2219,30 @@ exports[`renders a WishlistButton with props 1`] = `
2039
2219
  className="detailsTitle"
2040
2220
  >
2041
2221
  <mock-FormattedMessage
2042
- defaultMessage="SKU"
2043
- id="global.sku"
2222
+ defaultMessage="Details"
2223
+ id="productFullDetail.details"
2044
2224
  />
2045
2225
  </span>
2046
- <strong>
2047
- BTTF123
2048
- </strong>
2049
2226
  <CustomAttributes
2050
- customAttributes={Object {}}
2227
+ customAttributes={
2228
+ Array [
2229
+ Object {
2230
+ "attribute_metadata": Object {
2231
+ "label": "SKU",
2232
+ "ui_input": Object {
2233
+ "ui_input_type": "TEXT",
2234
+ },
2235
+ "uid": "attribute_sku",
2236
+ "used_in_components": Array [
2237
+ "PRODUCT_DETAILS_PAGE",
2238
+ ],
2239
+ },
2240
+ "entered_attribute_value": Object {
2241
+ "value": "BTTF123",
2242
+ },
2243
+ },
2244
+ ]
2245
+ }
2051
2246
  />
2052
2247
  </section>
2053
2248
  </form>