@magento/venia-ui 9.3.0 → 9.4.0-alpha.1
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/i18n/en_US.json +1 -1
- package/lib/RootComponents/CMS/cms.module.css +1 -1
- package/lib/RootComponents/Category/NoProductsFound/noProductsFound.module.css +18 -19
- package/lib/RootComponents/Category/category.module.css +50 -70
- package/lib/components/Accordion/accordion.module.css +4 -2
- package/lib/components/Accordion/section.module.css +24 -16
- package/lib/components/AccountChip/accountChip.module.css +5 -5
- package/lib/components/AccountInformationPage/accountInformationPage.module.css +22 -35
- package/lib/components/AccountInformationPage/editForm.module.css +13 -12
- package/lib/components/AccountInformationPage/editModal.module.css +1 -1
- package/lib/components/AccountMenu/accountMenu.module.css +34 -31
- package/lib/components/AccountMenu/accountMenuItems.module.css +20 -15
- package/lib/components/AddToCartDialog/addToCartDialog.module.css +27 -25
- package/lib/components/AddressBookPage/addEditDialog.module.css +10 -14
- package/lib/components/AddressBookPage/addressBookPage.module.css +30 -41
- package/lib/components/AddressBookPage/addressCard.module.css +61 -59
- package/lib/components/AuthBar/authBar.module.css +13 -12
- package/lib/components/AuthModal/authModal.module.css +5 -3
- package/lib/components/Breadcrumbs/breadcrumbs.module.css +12 -19
- package/lib/components/Button/button.module.css +95 -59
- package/lib/components/ButtonGroup/button.module.css +30 -28
- package/lib/components/ButtonGroup/buttonGroup.module.css +4 -4
- package/lib/components/CartPage/GiftCards/giftCard.module.css +3 -3
- package/lib/components/CartPage/GiftCards/giftCards.module.css +44 -41
- package/lib/components/CartPage/PriceAdjustments/CouponCode/couponCode.module.css +26 -18
- package/lib/components/CartPage/PriceAdjustments/ShippingMethods/__tests__/__snapshots__/shippingRadios.spec.js.snap +4 -0
- package/lib/components/CartPage/PriceAdjustments/ShippingMethods/shippingForm.module.css +7 -6
- package/lib/components/CartPage/PriceAdjustments/ShippingMethods/shippingMethods.module.css +9 -18
- package/lib/components/CartPage/PriceAdjustments/ShippingMethods/shippingRadio.module.css +1 -1
- package/lib/components/CartPage/PriceAdjustments/ShippingMethods/shippingRadios.module.css +5 -18
- package/lib/components/CartPage/PriceAdjustments/__tests__/__snapshots__/giftCardSection.ee.spec.js.snap +1 -1
- package/lib/components/CartPage/PriceAdjustments/__tests__/__snapshots__/giftOptionsSection.ce.spec.js.snap +1 -1
- package/lib/components/CartPage/PriceAdjustments/__tests__/__snapshots__/giftOptionsSection.ee.spec.js.snap +3 -3
- package/lib/components/CartPage/PriceAdjustments/__tests__/giftCardSection.ce.spec.js +1 -1
- package/lib/components/CartPage/PriceAdjustments/__tests__/giftCardSection.ee.spec.js +1 -1
- package/lib/components/CartPage/PriceAdjustments/__tests__/giftOptionsSection.ce.spec.js +1 -1
- package/lib/components/CartPage/PriceAdjustments/__tests__/giftOptionsSection.ee.spec.js +1 -1
- package/lib/components/CartPage/PriceAdjustments/giftCardSection.ce.js +2 -2
- package/lib/components/CartPage/PriceAdjustments/giftOptionsSection.ce.js +2 -2
- package/lib/components/CartPage/PriceSummary/__tests__/__snapshots__/giftCardSummary.ce.spec.js.snap +1 -1
- package/lib/components/CartPage/PriceSummary/__tests__/__snapshots__/giftCardSummary.ee.spec.js.snap +4 -4
- package/lib/components/CartPage/PriceSummary/__tests__/__snapshots__/giftOptionsSummary.ce.spec.js.snap +1 -1
- package/lib/components/CartPage/PriceSummary/__tests__/__snapshots__/giftOptionsSummary.ee.spec.js.snap +4 -4
- package/lib/components/CartPage/PriceSummary/__tests__/giftCardSummary.ce.spec.js +1 -1
- package/lib/components/CartPage/PriceSummary/__tests__/giftCardSummary.ee.spec.js +1 -1
- package/lib/components/CartPage/PriceSummary/__tests__/giftOptionsSummary.ce.spec.js +1 -1
- package/lib/components/CartPage/PriceSummary/__tests__/giftOptionsSummary.ee.spec.js +1 -1
- package/lib/components/CartPage/PriceSummary/giftOptionsSummary.ce.js +2 -2
- package/lib/components/CartPage/PriceSummary/priceSummary.module.css +16 -16
- package/lib/components/CartPage/ProductListing/EditModal/productDetail.module.css +16 -13
- package/lib/components/CartPage/ProductListing/EditModal/productForm.js +2 -2
- package/lib/components/CartPage/ProductListing/EditModal/productForm.module.css +28 -22
- package/lib/components/CartPage/ProductListing/__tests__/__snapshots__/product.spec.js.snap +4 -0
- package/lib/components/CartPage/ProductListing/__tests__/quantity.spec.js +3 -3
- package/lib/components/CartPage/ProductListing/errorMessage.module.css +11 -7
- package/lib/components/CartPage/ProductListing/product.module.css +67 -59
- package/lib/components/CartPage/ProductListing/productListing.module.css +6 -5
- package/lib/components/CartPage/ProductListing/quantity.js +8 -92
- package/lib/components/CartPage/cartPage.module.css +18 -22
- package/lib/components/CategoryList/categoryList.module.css +8 -7
- package/lib/components/CategoryList/categoryTile.module.css +14 -11
- package/lib/components/CategoryTree/categoryLeaf.module.css +19 -16
- package/lib/components/CategoryTree/categoryTree.module.css +2 -2
- package/lib/components/Checkbox/checkbox.module.css +33 -30
- package/lib/components/Checkout/Receipt/receipt.module.css +28 -23
- package/lib/components/Checkout/addressForm.module.css +20 -20
- package/lib/components/Checkout/braintreeDropin.module.css +1 -1
- package/lib/components/Checkout/checkoutButton.module.css +2 -1
- package/lib/components/Checkout/flow.module.css +34 -30
- package/lib/components/Checkout/form.module.css +13 -9
- package/lib/components/Checkout/label.module.css +6 -6
- package/lib/components/Checkout/paymentsForm.module.css +23 -21
- package/lib/components/Checkout/section.module.css +30 -31
- package/lib/components/Checkout/shippingForm.module.css +1 -1
- package/lib/components/CheckoutPage/AddressBook/addressBook.module.css +52 -61
- package/lib/components/CheckoutPage/AddressBook/addressCard.module.css +43 -47
- package/lib/components/CheckoutPage/BillingAddress/billingAddress.module.css +14 -28
- package/lib/components/CheckoutPage/GuestSignIn/guestSignIn.module.css +28 -26
- package/lib/components/CheckoutPage/ItemsReview/item.js +1 -1
- package/lib/components/CheckoutPage/ItemsReview/item.module.css +29 -18
- package/lib/components/CheckoutPage/ItemsReview/itemsReview.module.css +8 -5
- package/lib/components/CheckoutPage/ItemsReview/showAllButton.module.css +15 -11
- package/lib/components/CheckoutPage/OrderConfirmationPage/createAccount.module.css +12 -26
- package/lib/components/CheckoutPage/OrderConfirmationPage/orderConfirmationPage.module.css +29 -37
- package/lib/components/CheckoutPage/OrderSummary/orderSummary.module.css +12 -17
- package/lib/components/CheckoutPage/PaymentInformation/braintreeDropin.module.css +5 -2
- package/lib/components/CheckoutPage/PaymentInformation/braintreeSummary.module.css +30 -50
- package/lib/components/CheckoutPage/PaymentInformation/creditCard.module.css +20 -34
- package/lib/components/CheckoutPage/PaymentInformation/editCard.module.css +3 -2
- package/lib/components/CheckoutPage/PaymentInformation/paymentInformation.module.css +12 -13
- package/lib/components/CheckoutPage/PaymentInformation/paymentMethods.module.css +17 -14
- package/lib/components/CheckoutPage/PaymentInformation/summary.module.css +9 -9
- package/lib/components/CheckoutPage/ShippingInformation/AddressForm/customerForm.module.css +15 -13
- package/lib/components/CheckoutPage/ShippingInformation/AddressForm/guestForm.module.css +14 -12
- package/lib/components/CheckoutPage/ShippingInformation/card.module.css +7 -7
- package/lib/components/CheckoutPage/ShippingInformation/editModal.module.css +66 -49
- package/lib/components/CheckoutPage/ShippingInformation/shippingInformation.module.css +37 -26
- package/lib/components/CheckoutPage/ShippingMethod/__tests__/__snapshots__/shippingMethod.spec.js.snap +2 -0
- package/lib/components/CheckoutPage/ShippingMethod/__tests__/__snapshots__/updateModal.spec.js.snap +2 -0
- package/lib/components/CheckoutPage/ShippingMethod/completedView.module.css +23 -26
- package/lib/components/CheckoutPage/ShippingMethod/shippingMethod.module.css +17 -15
- package/lib/components/CheckoutPage/ShippingMethod/shippingRadios.module.css +13 -24
- package/lib/components/CheckoutPage/ShippingMethod/updateModal.module.css +1 -1
- package/lib/components/CheckoutPage/checkoutPage.module.css +85 -79
- package/lib/components/CmsBlock/cmsBlock.module.css +3 -1
- package/lib/components/CmsDynamicBlock/__tests__/__snapshots__/cmsDynamicBlock.ce.spec.js.snap +1 -1
- package/lib/components/CmsDynamicBlock/__tests__/__snapshots__/cmsDynamicBlock.ee.spec.js.snap +8 -8
- package/lib/components/CmsDynamicBlock/__tests__/cmsDynamicBlock.ce.spec.js +1 -1
- package/lib/components/CmsDynamicBlock/__tests__/cmsDynamicBlock.ee.spec.js +1 -1
- package/lib/components/CmsDynamicBlock/cmsDynamicBlock.ce.js +2 -2
- package/lib/components/CommunicationsPage/communicationsPage.module.css +14 -20
- package/lib/components/ContactPage/contactPage.module.css +1 -1
- package/lib/components/CreateAccount/createAccount.module.css +24 -27
- package/lib/components/CreateAccountPage/createAccountPage.module.css +13 -12
- package/lib/components/Dialog/__stories__/dialog.module.css +3 -2
- package/lib/components/Dialog/dialog.module.css +98 -99
- package/lib/components/ErrorMessage/errorMessage.module.css +4 -4
- package/lib/components/ErrorView/errorView.module.css +21 -24
- package/lib/components/Field/field.module.css +32 -35
- package/lib/components/Field/fieldIcons.module.css +18 -13
- package/lib/components/Field/message.module.css +11 -7
- package/lib/components/FilterModal/CurrentFilters/currentFilter.js +4 -2
- package/lib/components/FilterModal/CurrentFilters/currentFilter.module.css +14 -11
- package/lib/components/FilterModal/CurrentFilters/currentFilters.module.css +10 -5
- package/lib/components/FilterModal/FilterList/__tests__/filterItemRadio.spec.js +134 -0
- package/lib/components/FilterModal/FilterList/filterItemRadio.js +76 -0
- package/lib/components/FilterModal/FilterList/filterItemRadio.module.css +0 -0
- package/lib/components/FilterModal/FilterList/filterItemRadioGroup.js +86 -0
- package/lib/components/FilterModal/FilterList/filterList.js +65 -41
- package/lib/components/FilterModal/FilterList/filterList.module.css +8 -10
- package/lib/components/FilterModal/__tests__/filterModal.spec.js +58 -3
- package/lib/components/FilterModal/filterBlock.js +4 -0
- package/lib/components/FilterModal/filterBlock.module.css +15 -12
- package/lib/components/FilterModal/filterFooter.module.css +8 -8
- package/lib/components/FilterModal/filterModal.js +4 -2
- package/lib/components/FilterModal/filterModal.module.css +49 -28
- package/lib/components/FilterModal/filterSearch.module.css +1 -1
- package/lib/components/FilterModalOpenButton/filterModalOpenButton.module.css +3 -6
- package/lib/components/FilterSidebar/__tests__/filterSidebar.spec.js +9 -2
- package/lib/components/FilterSidebar/filterSidebar.js +4 -1
- package/lib/components/FilterSidebar/filterSidebar.module.css +33 -25
- package/lib/components/Footer/footer.module.css +89 -109
- package/lib/components/ForgotPassword/ForgotPasswordForm/forgotPasswordForm.module.css +11 -11
- package/lib/components/ForgotPassword/FormSubmissionSuccessful/formSubmissionSuccessful.module.css +7 -7
- package/lib/components/ForgotPassword/forgotPassword.module.css +9 -8
- package/lib/components/ForgotPasswordPage/forgotPasswordPage.module.css +13 -12
- package/lib/components/Gallery/__tests__/__snapshots__/gallery.spec.js.snap +2 -2
- package/lib/components/Gallery/__tests__/__snapshots__/item.spec.js.snap +1 -1
- package/lib/components/Gallery/__tests__/gallery.spec.js +2 -2
- package/lib/components/Gallery/__tests__/item.spec.js +1 -1
- package/lib/components/Gallery/addToCartButton.module.css +15 -25
- package/lib/components/Gallery/gallery.module.css +7 -7
- package/lib/components/Gallery/item.js +4 -4
- package/lib/components/Gallery/item.module.css +31 -27
- package/lib/components/Header/accountTrigger.module.css +9 -14
- package/lib/components/Header/cartTrigger.module.css +30 -37
- package/lib/components/Header/currencySwitcher.module.css +67 -50
- package/lib/components/Header/header.js +5 -1
- package/lib/components/Header/header.module.css +26 -36
- package/lib/components/Header/navTrigger.module.css +4 -7
- package/lib/components/Header/onlineIndicator.module.css +11 -9
- package/lib/components/Header/searchTrigger.module.css +8 -13
- package/lib/components/Header/storeSwitcher.module.css +61 -52
- package/lib/components/Header/switcherItem.module.css +12 -11
- package/lib/components/HomePage/homePage.module.css +9 -8
- package/lib/components/Icon/icon.module.css +9 -8
- package/lib/components/Image/__stories__/image.module.css +4 -4
- package/lib/components/Image/image.module.css +16 -9
- package/lib/components/LegacyMiniCart/body.module.css +2 -2
- package/lib/components/LegacyMiniCart/cartOptions.module.css +29 -23
- package/lib/components/LegacyMiniCart/emptyMiniCartBody.module.css +9 -9
- package/lib/components/LegacyMiniCart/footer.module.css +10 -6
- package/lib/components/LegacyMiniCart/header.module.css +20 -19
- package/lib/components/LegacyMiniCart/kebab.module.css +19 -28
- package/lib/components/LegacyMiniCart/mask.module.css +2 -1
- package/lib/components/LegacyMiniCart/miniCart.js +3 -0
- package/lib/components/LegacyMiniCart/miniCart.module.css +22 -15
- package/lib/components/LegacyMiniCart/product.module.css +36 -32
- package/lib/components/LegacyMiniCart/productList.module.css +6 -4
- package/lib/components/LegacyMiniCart/productOptions.module.css +9 -9
- package/lib/components/LegacyMiniCart/section.js +2 -0
- package/lib/components/LegacyMiniCart/section.module.css +28 -16
- package/lib/components/LegacyMiniCart/totalsSummary.module.css +11 -10
- package/lib/components/LinkButton/linkButton.module.css +8 -9
- package/lib/components/LoadingIndicator/indicator.module.css +20 -18
- package/lib/components/LoadingIndicator/spinner.module.css +1 -10
- package/lib/components/Main/main.module.css +7 -6
- package/lib/components/Mask/mask.module.css +19 -14
- package/lib/components/MegaMenu/__tests__/__snapshots__/MegaMenu.spec.js.snap +1 -1
- package/lib/components/MegaMenu/__tests__/__snapshots__/Submenu.spec.js.snap +1 -1
- package/lib/components/MegaMenu/megaMenuItem.module.css +9 -7
- package/lib/components/MegaMenu/submenu.js +1 -1
- package/lib/components/MegaMenu/submenu.module.css +22 -16
- package/lib/components/MegaMenu/submenuColumn.module.css +11 -9
- package/lib/components/MiniCart/ProductList/item.module.css +16 -13
- package/lib/components/MiniCart/ProductList/productList.module.css +2 -2
- package/lib/components/MiniCart/miniCart.module.css +81 -67
- package/lib/components/MyAccount/ResetPassword/resetPassword.module.css +25 -26
- package/lib/components/MyAccount/accountLink.module.css +17 -15
- package/lib/components/MyAccount/myAccount.module.css +3 -3
- package/lib/components/Navigation/navHeader.module.css +7 -6
- package/lib/components/Navigation/navigation.module.css +82 -68
- package/lib/components/Newsletter/newsletter.module.css +59 -64
- package/lib/components/OrderHistoryPage/OrderDetails/billingInformation.module.css +4 -4
- package/lib/components/OrderHistoryPage/OrderDetails/item.module.css +21 -25
- package/lib/components/OrderHistoryPage/OrderDetails/items.module.css +8 -12
- package/lib/components/OrderHistoryPage/OrderDetails/orderDetails.module.css +20 -26
- package/lib/components/OrderHistoryPage/OrderDetails/orderTotal.module.css +30 -31
- package/lib/components/OrderHistoryPage/OrderDetails/paymentMethod.module.css +4 -4
- package/lib/components/OrderHistoryPage/OrderDetails/shippingInformation.module.css +4 -4
- package/lib/components/OrderHistoryPage/OrderDetails/shippingMethod.module.css +7 -6
- package/lib/components/OrderHistoryPage/collapsedImageGallery.module.css +10 -9
- package/lib/components/OrderHistoryPage/orderHistoryPage.module.css +37 -41
- package/lib/components/OrderHistoryPage/orderProgressBar.module.css +5 -5
- package/lib/components/OrderHistoryPage/orderRow.module.css +113 -78
- package/lib/components/PageLoadingIndicator/pageLoadingIndicator.module.css +18 -17
- package/lib/components/Pagination/pagination.module.css +11 -8
- package/lib/components/Pagination/tile.module.css +11 -8
- package/lib/components/Password/password.module.css +13 -11
- package/lib/components/ProductFullDetail/CustomAttributes/AttributeType/Multiselect/__tests__/__snapshots__/multiSelect.spec.js.snap +10 -0
- package/lib/components/ProductFullDetail/CustomAttributes/AttributeType/Multiselect/multiselect.js +7 -2
- package/lib/components/ProductFullDetail/CustomAttributes/AttributeType/Multiselect/multiselect.module.css +11 -2
- package/lib/components/ProductFullDetail/CustomAttributes/AttributeType/Select/select.module.css +1 -1
- package/lib/components/ProductFullDetail/CustomAttributes/AttributeType/Text/text.module.css +1 -1
- package/lib/components/ProductFullDetail/CustomAttributes/AttributeType/Textarea/textarea.js +10 -4
- package/lib/components/ProductFullDetail/CustomAttributes/AttributeType/attributeType.js +6 -0
- package/lib/components/ProductFullDetail/CustomAttributes/__tests__/__snapshots__/customAttributes.spec.js.snap +0 -3
- package/lib/components/ProductFullDetail/CustomAttributes/customAttributes.js +6 -10
- package/lib/components/ProductFullDetail/CustomAttributes/customAttributes.module.css +0 -5
- package/lib/components/ProductFullDetail/__tests__/__snapshots__/productFullDetail.spec.js.snap +312 -117
- package/lib/components/ProductFullDetail/__tests__/productFullDetail.spec.js +1 -3
- package/lib/components/ProductFullDetail/productFullDetail.js +77 -11
- package/lib/components/ProductFullDetail/productFullDetail.module.css +85 -77
- package/lib/components/ProductImageCarousel/carousel.module.css +50 -52
- package/lib/components/ProductImageCarousel/thumbnail.module.css +25 -22
- package/lib/components/ProductOptions/option.module.css +17 -13
- package/lib/components/ProductOptions/swatch.module.css +10 -4
- package/lib/components/ProductOptions/tile.module.css +14 -7
- package/lib/components/ProductOptions/tileList.module.css +3 -3
- package/lib/components/ProductQuantity/quantity.js +3 -0
- package/lib/components/ProductQuantity/quantity.module.css +2 -2
- package/lib/components/ProductSort/productSort.module.css +44 -45
- package/lib/components/ProductSort/productSort.shimmer.module.css +1 -5
- package/lib/components/ProductSort/sortItem.module.css +14 -13
- package/lib/components/QuantityStepper/index.js +1 -0
- package/lib/components/QuantityStepper/quantityStepper.js +94 -0
- package/lib/components/QuantityStepper/quantityStepper.module.css +80 -0
- package/lib/components/RadioGroup/__tests__/__snapshots__/radioGroup.spec.js.snap +16 -0
- package/lib/components/RadioGroup/radio.js +14 -2
- package/lib/components/RadioGroup/radio.module.css +41 -37
- package/lib/components/RadioGroup/radioGroup.module.css +10 -14
- package/lib/components/RichContent/plainHtmlRenderer.js +2 -1
- package/lib/components/RichContent/richContent.module.css +13 -1
- package/lib/components/RichText/richText.module.css +7 -3
- package/lib/components/SavedPaymentsPage/creditCard.module.css +49 -37
- package/lib/components/SavedPaymentsPage/savedPaymentsPage.module.css +35 -40
- package/lib/components/ScrollAnchor/scrollAnchor.module.css +4 -2
- package/lib/components/SearchBar/__tests__/suggestedProduct.spec.js +8 -0
- package/lib/components/SearchBar/autocomplete.js +8 -0
- package/lib/components/SearchBar/autocomplete.module.css +39 -37
- package/lib/components/SearchBar/searchBar.module.css +30 -22
- package/lib/components/SearchBar/suggestedCategories.module.css +7 -4
- package/lib/components/SearchBar/suggestedProduct.js +15 -5
- package/lib/components/SearchBar/suggestedProduct.module.css +12 -12
- package/lib/components/SearchBar/suggestedProducts.module.css +7 -4
- package/lib/components/SearchBar/suggestions.module.css +4 -4
- package/lib/components/SearchPage/searchPage.module.css +42 -49
- package/lib/components/Select/select.module.css +9 -8
- package/lib/components/Shimmer/shimmer.module.css +31 -17
- package/lib/components/SignIn/signIn.module.css +40 -33
- package/lib/components/SignInPage/signInPage.module.css +13 -12
- package/lib/components/SortedByContainer/sortedByContainer.module.css +7 -11
- package/lib/components/StockStatusMessage/stockStatusMessage.module.css +10 -6
- package/lib/components/TextArea/textArea.module.css +16 -10
- package/lib/components/TextInput/textInput.module.css +11 -2
- package/lib/components/ToastContainer/toast.module.css +51 -42
- package/lib/components/ToastContainer/toastContainer.module.css +10 -22
- package/lib/components/Wishlist/AddToListButton/addToListButton.module.css +6 -5
- package/lib/components/Wishlist/WishlistDialog/CreateWishlistForm/createWishlistForm.module.css +4 -4
- package/lib/components/Wishlist/WishlistDialog/WishlistLineItem/wishlistLineItem.module.css +7 -6
- package/lib/components/Wishlist/WishlistDialog/wishlistDialog.module.css +14 -9
- package/lib/components/WishlistPage/actionMenu.js +2 -2
- package/lib/components/WishlistPage/createWishlist.module.css +31 -26
- package/lib/components/WishlistPage/wishlist.module.css +54 -49
- package/lib/components/WishlistPage/wishlistConfirmRemoveProductDialog.module.css +7 -7
- package/lib/components/WishlistPage/wishlistEditFavoritesListDialog.module.css +4 -4
- package/lib/components/WishlistPage/wishlistItem.module.css +36 -37
- package/lib/components/WishlistPage/wishlistItems.module.css +5 -7
- package/lib/components/WishlistPage/wishlistMoreActionsDialog.module.css +11 -9
- package/lib/components/WishlistPage/wishlistPage.module.css +24 -24
- package/lib/components/clickable.module.css +7 -7
- package/lib/index.module.css +40 -11
- package/lib/targets/__tests__/venia-ui-targets.spec.js +27 -2
- package/lib/tokens.module.css +62 -57
- package/package.json +5 -5
- package/lib/components/CartPage/ProductListing/quantity.module.css +0 -76
|
@@ -1,106 +1,120 @@
|
|
|
1
|
-
/* animation helpers */
|
|
2
|
-
|
|
3
|
-
.enter {
|
|
4
|
-
transition-duration: 384ms;
|
|
5
|
-
transition-timing-function: var(--venia-global-anim-in);
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
.exit {
|
|
9
|
-
transition-duration: 192ms;
|
|
10
|
-
transition-timing-function: var(--venia-global-anim-out);
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.hidden {
|
|
14
|
-
opacity: 0;
|
|
15
|
-
visibility: hidden;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.visible {
|
|
19
|
-
opacity: 1;
|
|
20
|
-
visibility: visible;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
/* module */
|
|
24
|
-
|
|
25
1
|
.root {
|
|
26
|
-
composes:
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
2
|
+
composes: bg-white from global;
|
|
3
|
+
composes: bottom-0 from global;
|
|
4
|
+
composes: grid from global;
|
|
5
|
+
composes: left-0 from global;
|
|
6
|
+
composes: max-w-modal from global;
|
|
7
|
+
composes: opacity-0 from global;
|
|
8
|
+
composes: overflow-hidden from global;
|
|
9
|
+
composes: fixed from global;
|
|
10
|
+
composes: top-0 from global;
|
|
11
|
+
composes: w-full from global;
|
|
12
|
+
composes: z-menu from global;
|
|
30
13
|
grid-template-rows: auto 1fr auto;
|
|
31
|
-
left: 0;
|
|
32
|
-
max-width: 360px;
|
|
33
|
-
overflow: hidden;
|
|
34
|
-
position: fixed;
|
|
35
|
-
top: 0;
|
|
36
14
|
transform: translate3d(-100%, 0, 0);
|
|
15
|
+
transition-duration: 192ms;
|
|
37
16
|
transition-property: opacity, transform, visibility;
|
|
38
|
-
|
|
39
|
-
|
|
17
|
+
transition-timing-function: var(--venia-global-anim-out);
|
|
18
|
+
|
|
19
|
+
/* TODO @TW: review (B6) */
|
|
20
|
+
/* composes: invisible from global; */
|
|
21
|
+
visibility: hidden;
|
|
40
22
|
}
|
|
41
23
|
|
|
42
24
|
.root_open {
|
|
43
|
-
composes: root
|
|
44
|
-
|
|
25
|
+
composes: root;
|
|
26
|
+
|
|
27
|
+
composes: opacity-100 from global;
|
|
28
|
+
composes: shadow-modal from global;
|
|
45
29
|
transform: translate3d(0, 0, 0);
|
|
30
|
+
transition-duration: 384ms;
|
|
31
|
+
transition-timing-function: var(--venia-global-anim-in);
|
|
32
|
+
|
|
33
|
+
/* TODO @TW: review (B6) */
|
|
34
|
+
/* composes: visible from global; */
|
|
35
|
+
visibility: visible;
|
|
46
36
|
}
|
|
47
37
|
|
|
48
38
|
.header {
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
39
|
+
composes: bg-subtle from global;
|
|
40
|
+
composes: content-center from global;
|
|
41
|
+
composes: grid from global;
|
|
42
|
+
composes: grid-flow-col from global;
|
|
43
|
+
composes: h-[3.5rem] from global;
|
|
44
|
+
composes: relative from global;
|
|
45
|
+
composes: shadow-thin from global;
|
|
46
|
+
composes: z-foreground from global;
|
|
53
47
|
grid-auto-columns: 3.5rem;
|
|
54
|
-
grid-auto-flow: column;
|
|
55
48
|
grid-auto-rows: 3.5rem;
|
|
56
49
|
grid-template-columns: 3.5rem 1fr 3.5rem;
|
|
57
|
-
height: 3.5rem;
|
|
58
|
-
position: relative;
|
|
59
|
-
z-index: 1;
|
|
60
50
|
}
|
|
61
51
|
|
|
62
52
|
.body {
|
|
63
|
-
composes:
|
|
64
|
-
|
|
65
|
-
|
|
53
|
+
composes: min-h-0 from global;
|
|
54
|
+
composes: opacity-100 from global;
|
|
55
|
+
composes: overflow-auto from global;
|
|
56
|
+
transition-duration: 192ms;
|
|
66
57
|
transition-property: opacity, visibility;
|
|
58
|
+
transition-timing-function: var(--venia-global-anim-out);
|
|
59
|
+
|
|
60
|
+
/* TODO @TW: review (B6) */
|
|
61
|
+
/* composes: visible from global; */
|
|
62
|
+
visibility: visible;
|
|
67
63
|
}
|
|
68
64
|
|
|
69
65
|
.body_masked {
|
|
70
|
-
composes: body
|
|
66
|
+
composes: body;
|
|
67
|
+
|
|
68
|
+
composes: opacity-0 from global;
|
|
69
|
+
transition-duration: 384ms;
|
|
70
|
+
transition-timing-function: var(--venia-global-anim-in);
|
|
71
|
+
|
|
72
|
+
/* TODO @TW: review (B6) */
|
|
73
|
+
/* composes: invisible from global; */
|
|
74
|
+
visibility: hidden;
|
|
71
75
|
}
|
|
72
76
|
|
|
73
77
|
.footer {
|
|
74
78
|
}
|
|
75
79
|
|
|
76
80
|
.switchers {
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
}
|
|
81
|
+
composes: bg-gray-100 from global;
|
|
82
|
+
composes: grid from global;
|
|
83
|
+
composes: grid-flow-col from global;
|
|
84
|
+
composes: justify-between from global;
|
|
85
|
+
composes: w-full from global;
|
|
83
86
|
|
|
84
|
-
|
|
85
|
-
.switchers {
|
|
86
|
-
display: none;
|
|
87
|
-
}
|
|
87
|
+
composes: sm_hidden from global;
|
|
88
88
|
}
|
|
89
89
|
|
|
90
90
|
.modal {
|
|
91
|
-
composes:
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
91
|
+
composes: absolute from global;
|
|
92
|
+
composes: bg-white from global;
|
|
93
|
+
composes: bottom-0 from global;
|
|
94
|
+
composes: left-0 from global;
|
|
95
|
+
composes: opacity-0 from global;
|
|
96
|
+
composes: overflow-auto from global;
|
|
97
|
+
composes: right-0 from global;
|
|
98
|
+
composes: top-lg from global;
|
|
99
99
|
transform: translate3d(-100%, 0, 0);
|
|
100
|
+
transition-duration: 192ms;
|
|
100
101
|
transition-property: opacity, transform, visibility;
|
|
102
|
+
transition-timing-function: var(--venia-global-anim-out);
|
|
103
|
+
|
|
104
|
+
/* TODO @TW: review (B6) */
|
|
105
|
+
/* composes: invisible from global; */
|
|
106
|
+
visibility: hidden;
|
|
101
107
|
}
|
|
102
108
|
|
|
103
109
|
.modal_open {
|
|
104
|
-
composes: modal
|
|
110
|
+
composes: modal;
|
|
111
|
+
|
|
112
|
+
composes: opacity-100 from global;
|
|
105
113
|
transform: translate3d(0, 0, 0);
|
|
114
|
+
transition-duration: 384ms;
|
|
115
|
+
transition-timing-function: var(--venia-global-anim-in);
|
|
116
|
+
|
|
117
|
+
/* TODO @TW: review (B6) */
|
|
118
|
+
/* composes: visible from global; */
|
|
119
|
+
visibility: visible;
|
|
106
120
|
}
|
|
@@ -1,94 +1,89 @@
|
|
|
1
1
|
.root {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
composes: col-span-6 from global;
|
|
3
|
+
composes: gap-none from global;
|
|
4
|
+
composes: grid from global;
|
|
5
|
+
composes: items-start from global;
|
|
6
|
+
composes: max-w-[20rem] from global;
|
|
7
|
+
composes: mx-auto from global;
|
|
8
|
+
composes: relative from global;
|
|
9
|
+
|
|
10
|
+
composes: sm_col-span-3 from global;
|
|
6
11
|
}
|
|
7
12
|
|
|
8
13
|
.form {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
14
|
+
composes: gap-y-xs from global;
|
|
15
|
+
composes: grid from global;
|
|
16
|
+
composes: relative from global;
|
|
12
17
|
}
|
|
13
18
|
|
|
19
|
+
/* TODO @TW: cannot compose */
|
|
14
20
|
.form input {
|
|
21
|
+
/* TODO @TW: review */
|
|
15
22
|
padding-right: calc(1.875rem * var(--iconsAfter) + 5.625rem);
|
|
16
23
|
}
|
|
17
24
|
|
|
25
|
+
@media (max-width: 799px) {
|
|
26
|
+
/* TODO @TW: cannot compose */
|
|
27
|
+
.form input {
|
|
28
|
+
/* TODO @TW: review */
|
|
29
|
+
padding-right: calc(1.875rem * var(--iconsAfter) + 0.625rem);
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
/* TODO @TW: cannot compose */
|
|
18
34
|
.form label {
|
|
19
35
|
position: absolute;
|
|
20
|
-
z-index: -
|
|
36
|
+
z-index: -1;
|
|
37
|
+
/* composes: z-behind from global; */
|
|
21
38
|
}
|
|
22
39
|
|
|
23
40
|
.buttonsContainer {
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
41
|
+
composes: gap-sm from global;
|
|
42
|
+
composes: grid from global;
|
|
43
|
+
composes: grid-flow-row from global;
|
|
44
|
+
composes: justify-center from global;
|
|
45
|
+
composes: mt-xs from global;
|
|
46
|
+
composes: w-full from global;
|
|
47
|
+
|
|
48
|
+
composes: md_hidden from global;
|
|
30
49
|
}
|
|
31
50
|
|
|
32
51
|
.title {
|
|
33
|
-
|
|
34
|
-
font-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
52
|
+
composes: block from global;
|
|
53
|
+
composes: font-semibold from global;
|
|
54
|
+
composes: mb-xs from global;
|
|
55
|
+
composes: text-colorDefault from global;
|
|
56
|
+
composes: text-sm from global;
|
|
38
57
|
}
|
|
39
58
|
|
|
40
59
|
.subscribe_link {
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
60
|
+
composes: absolute from global;
|
|
61
|
+
composes: bg-white from global;
|
|
62
|
+
composes: hidden from global;
|
|
63
|
+
composes: max-h-[35px] from global;
|
|
64
|
+
composes: px-3 from global;
|
|
65
|
+
composes: py-0 from global;
|
|
66
|
+
composes: right-1 from global;
|
|
67
|
+
composes: text-colorDefault from global;
|
|
68
|
+
composes: top-0 from global;
|
|
69
|
+
composes: underline from global;
|
|
49
70
|
min-height: 35px;
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
.subscribe_link span {
|
|
53
|
-
display: inline-block;
|
|
54
|
-
color: rgb(var(--venia-global-color-text));
|
|
55
|
-
text-decoration: underline;
|
|
56
|
-
text-shadow: 0px 0px 0px;
|
|
57
|
-
}
|
|
71
|
+
transform: translateY(7%);
|
|
58
72
|
|
|
59
|
-
|
|
60
|
-
color: rgb(var(--stroke));
|
|
73
|
+
composes: md_inline-block from global;
|
|
61
74
|
}
|
|
62
75
|
|
|
63
76
|
.newsletter_text {
|
|
64
|
-
|
|
77
|
+
composes: mb-sm from global;
|
|
65
78
|
}
|
|
66
79
|
|
|
67
80
|
.loadingContainer {
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
@media screen and (max-width: 767px) {
|
|
78
|
-
.buttonsContainer {
|
|
79
|
-
display: grid;
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
.subscribe_link {
|
|
83
|
-
display: none;
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
.root {
|
|
87
|
-
text-align: center;
|
|
88
|
-
grid-column: span 2;
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
.form input {
|
|
92
|
-
padding-right: calc(1.875rem * var(--iconsAfter) + 0.625rem);
|
|
93
|
-
}
|
|
81
|
+
composes: absolute from global;
|
|
82
|
+
composes: bg-white from global;
|
|
83
|
+
composes: h-full from global;
|
|
84
|
+
composes: left-0 from global;
|
|
85
|
+
composes: opacity-75 from global;
|
|
86
|
+
composes: top-0 from global;
|
|
87
|
+
composes: w-full from global;
|
|
88
|
+
composes: z-mask from global;
|
|
94
89
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
.root {
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
composes: grid from global;
|
|
3
|
+
composes: gap-y-1.5 from global;
|
|
4
4
|
}
|
|
5
5
|
|
|
6
6
|
.heading {
|
|
7
|
-
font-
|
|
8
|
-
|
|
7
|
+
composes: font-bold from global;
|
|
8
|
+
composes: pb-1.5 from global;
|
|
9
9
|
}
|
|
@@ -1,9 +1,18 @@
|
|
|
1
1
|
.root {
|
|
2
|
-
|
|
3
|
-
grid-
|
|
4
|
-
grid-
|
|
5
|
-
|
|
6
|
-
|
|
2
|
+
composes: grid from global;
|
|
3
|
+
composes: grid-cols-autoFirst from global;
|
|
4
|
+
composes: grid-rows-autoFirst from global;
|
|
5
|
+
composes: gap-y-2 from global;
|
|
6
|
+
composes: gap-x-4 from global;
|
|
7
|
+
|
|
8
|
+
composes: lg_gap-y-1.5 from global;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
@media (min-width: 960px) {
|
|
12
|
+
.root {
|
|
13
|
+
grid-template-columns: auto repeat(3, 1fr) auto;
|
|
14
|
+
grid-template-rows: repeat(5, auto);
|
|
15
|
+
}
|
|
7
16
|
}
|
|
8
17
|
|
|
9
18
|
.thumbnailContainer {
|
|
@@ -11,29 +20,16 @@
|
|
|
11
20
|
}
|
|
12
21
|
|
|
13
22
|
.nameContainer {
|
|
23
|
+
composes: font-bold from global;
|
|
14
24
|
grid-column: 2 / -1;
|
|
15
|
-
font-weight: var(--venia-global-fontWeight-bold);
|
|
16
25
|
}
|
|
17
26
|
|
|
18
27
|
.buyAgainButton {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
@media (max-width: 960px) {
|
|
27
|
-
.root {
|
|
28
|
-
display: grid;
|
|
29
|
-
grid-template-columns: auto 1fr;
|
|
30
|
-
grid-template-rows: repeat(5, auto);
|
|
31
|
-
row-gap: 0.5rem;
|
|
32
|
-
column-gap: 1rem;
|
|
33
|
-
}
|
|
28
|
+
composes: col-auto from global;
|
|
29
|
+
composes: invisible from global; /* Hide until PWA-979 is completed */
|
|
30
|
+
composes: justify-self-start from global;
|
|
31
|
+
composes: self-start from global;
|
|
32
|
+
composes: underline from global;
|
|
34
33
|
|
|
35
|
-
|
|
36
|
-
grid-column-end: auto;
|
|
37
|
-
justify-self: start;
|
|
38
|
-
}
|
|
34
|
+
composes: lg_col-end-[-1] from global;
|
|
39
35
|
}
|
|
@@ -1,20 +1,16 @@
|
|
|
1
1
|
.root {
|
|
2
|
-
|
|
2
|
+
composes: pr-0 from global;
|
|
3
|
+
|
|
4
|
+
composes: lg_grid from global;
|
|
5
|
+
composes: lg_pr-sm from global;
|
|
3
6
|
}
|
|
4
7
|
|
|
5
8
|
.heading {
|
|
6
|
-
font-
|
|
7
|
-
|
|
9
|
+
composes: font-bold from global;
|
|
10
|
+
composes: pb-3 from global;
|
|
8
11
|
}
|
|
9
12
|
|
|
10
13
|
.itemsContainer {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
@media (max-width: 960px) {
|
|
16
|
-
.root {
|
|
17
|
-
display: grid;
|
|
18
|
-
padding-right: 0rem;
|
|
19
|
-
}
|
|
14
|
+
composes: grid from global;
|
|
15
|
+
composes: gap-y-md from global;
|
|
20
16
|
}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
.root {
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
composes: gap-sm from global;
|
|
3
|
+
composes: grid from global;
|
|
4
|
+
|
|
5
|
+
composes: lg_gap-md from global;
|
|
4
6
|
}
|
|
5
7
|
|
|
6
8
|
.shippingInformationContainer {
|
|
@@ -31,42 +33,38 @@
|
|
|
31
33
|
.orderTotalContainer {
|
|
32
34
|
grid-row: 2 / span 2;
|
|
33
35
|
grid-column: 3 / span 2;
|
|
36
|
+
composes: m-0 from global;
|
|
37
|
+
composes: max-w-none from global;
|
|
38
|
+
composes: min-w-none from global;
|
|
34
39
|
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
40
|
+
composes: lg_m-auto from global;
|
|
41
|
+
composes: lg_max-w-[25rem] from global;
|
|
42
|
+
composes: lg_min-w-[22rem] from global;
|
|
38
43
|
}
|
|
39
44
|
|
|
40
45
|
.printButton {
|
|
41
46
|
grid-row: 4 / span 1;
|
|
42
47
|
grid-column: 3 / span 2;
|
|
43
48
|
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
grid-
|
|
48
|
-
grid-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
visibility: hidden;
|
|
49
|
+
composes: items-center from global;
|
|
50
|
+
composes: gap-x-2xs from global;
|
|
51
|
+
composes: grid from global;
|
|
52
|
+
composes: grid-cols-autoFirst from global;
|
|
53
|
+
composes: grid-flow-col from global;
|
|
54
|
+
composes: invisible from global; /* Hide until PWA-978 is completed */
|
|
55
|
+
composes: m-auto from global;
|
|
56
|
+
composes: w-fit from global;
|
|
53
57
|
}
|
|
54
58
|
|
|
55
59
|
.printLabel {
|
|
56
|
-
|
|
60
|
+
composes: underline from global;
|
|
57
61
|
}
|
|
58
62
|
|
|
59
63
|
/*
|
|
60
64
|
* Mobile-specific styles.
|
|
61
65
|
*/
|
|
62
66
|
|
|
63
|
-
@media (max-width:
|
|
64
|
-
.root {
|
|
65
|
-
display: grid;
|
|
66
|
-
column-gap: 0rem;
|
|
67
|
-
gap: 1.5rem;
|
|
68
|
-
}
|
|
69
|
-
|
|
67
|
+
@media (max-width: 959px) {
|
|
70
68
|
.shippingInformationContainer {
|
|
71
69
|
grid-row: 1 / span 1;
|
|
72
70
|
grid-column: 1 / span 1;
|
|
@@ -95,10 +93,6 @@
|
|
|
95
93
|
.orderTotalContainer {
|
|
96
94
|
grid-row: 6 / span 1;
|
|
97
95
|
grid-column: 1 / span 1;
|
|
98
|
-
|
|
99
|
-
min-width: 0rem;
|
|
100
|
-
max-width: none;
|
|
101
|
-
margin: unset;
|
|
102
96
|
}
|
|
103
97
|
|
|
104
98
|
.printButton {
|
|
@@ -1,51 +1,50 @@
|
|
|
1
1
|
.root {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
2
|
+
composes: border-0 from global;
|
|
3
|
+
composes: gap-xs from global;
|
|
4
|
+
composes: grid from global;
|
|
5
|
+
composes: px-0 from global;
|
|
6
|
+
composes: py-xs from global;
|
|
7
|
+
composes: rounded-none from global;
|
|
8
|
+
|
|
9
|
+
composes: lg_border-2 from global;
|
|
10
|
+
composes: lg_border-solid from global;
|
|
11
|
+
composes: lg_border-subtle from global;
|
|
12
|
+
composes: lg_p-md from global;
|
|
13
|
+
composes: lg_rounded-md from global;
|
|
7
14
|
}
|
|
8
15
|
|
|
9
16
|
.heading {
|
|
10
|
-
font-
|
|
11
|
-
|
|
17
|
+
composes: font-bold from global;
|
|
18
|
+
composes: pb-2xs from global;
|
|
12
19
|
}
|
|
13
20
|
|
|
14
21
|
.subTotal {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
22
|
+
composes: gap-xs from global;
|
|
23
|
+
composes: grid from global;
|
|
24
|
+
composes: grid-cols-autoLast from global;
|
|
18
25
|
}
|
|
19
26
|
|
|
20
27
|
.discount {
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
28
|
+
composes: gap-xs from global;
|
|
29
|
+
composes: grid from global;
|
|
30
|
+
composes: grid-cols-autoLast from global;
|
|
24
31
|
}
|
|
25
32
|
|
|
26
33
|
.tax {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
34
|
+
composes: gap-xs from global;
|
|
35
|
+
composes: grid from global;
|
|
36
|
+
composes: grid-cols-autoLast from global;
|
|
30
37
|
}
|
|
31
38
|
|
|
32
39
|
.shipping {
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
40
|
+
composes: gap-xs from global;
|
|
41
|
+
composes: grid from global;
|
|
42
|
+
composes: grid-cols-autoLast from global;
|
|
36
43
|
}
|
|
37
44
|
|
|
38
45
|
.total {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
@media (max-width: 960px) {
|
|
46
|
-
.root {
|
|
47
|
-
border: none;
|
|
48
|
-
border-radius: 0rem;
|
|
49
|
-
padding: 1rem 0rem;
|
|
50
|
-
}
|
|
46
|
+
composes: font-bold from global;
|
|
47
|
+
composes: gap-xs from global;
|
|
48
|
+
composes: grid from global;
|
|
49
|
+
composes: grid-cols-autoLast from global;
|
|
51
50
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
.root {
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
composes: gap-y-1.5 from global;
|
|
3
|
+
composes: grid from global;
|
|
4
4
|
}
|
|
5
5
|
|
|
6
6
|
.heading {
|
|
7
|
+
composes: font-bold from global;
|
|
8
|
+
composes: pb-1.5 from global;
|
|
7
9
|
grid-row: 1 / span 1;
|
|
8
|
-
font-weight: var(--venia-global-fontWeight-bold);
|
|
9
|
-
padding-bottom: 0.375rem;
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
.payment_type {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
.root {
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
composes: grid from global;
|
|
3
|
+
composes: gap-y-1.5 from global;
|
|
4
4
|
}
|
|
5
5
|
|
|
6
6
|
.heading {
|
|
7
|
-
font-
|
|
8
|
-
|
|
7
|
+
composes: font-bold from global;
|
|
8
|
+
composes: pb-1.5 from global;
|
|
9
9
|
}
|
|
@@ -1,18 +1,19 @@
|
|
|
1
1
|
.root {
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
composes: grid from global;
|
|
3
|
+
composes: gap-y-1.5 from global;
|
|
4
4
|
}
|
|
5
5
|
|
|
6
6
|
.heading {
|
|
7
|
-
font-
|
|
8
|
-
|
|
7
|
+
composes: font-bold from global;
|
|
8
|
+
composes: pb-1.5 from global;
|
|
9
9
|
}
|
|
10
10
|
|
|
11
|
+
/* TODO @TW: cannot compose */
|
|
11
12
|
.method:empty {
|
|
12
13
|
display: none;
|
|
13
14
|
}
|
|
14
15
|
|
|
15
16
|
.tracking {
|
|
16
|
-
|
|
17
|
-
|
|
17
|
+
composes: grid from global;
|
|
18
|
+
composes: gap-y-1.5 from global;
|
|
18
19
|
}
|