@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,8 +1,8 @@
|
|
|
1
1
|
.root {
|
|
2
2
|
composes: auto-cols-fr from global;
|
|
3
|
-
composes: bg-
|
|
3
|
+
composes: bg-header from global;
|
|
4
4
|
composes: border-b from global;
|
|
5
|
-
composes: border-
|
|
5
|
+
composes: border-subtle from global;
|
|
6
6
|
composes: grid from global;
|
|
7
7
|
composes: h-auto from global;
|
|
8
8
|
composes: justify-center from global;
|
|
@@ -10,11 +10,8 @@
|
|
|
10
10
|
composes: top-0 from global;
|
|
11
11
|
composes: sticky from global;
|
|
12
12
|
composes: w-full from global;
|
|
13
|
-
composes: z-
|
|
14
|
-
}
|
|
13
|
+
composes: z-header from global;
|
|
15
14
|
|
|
16
|
-
/* Large screen styles */
|
|
17
|
-
.root {
|
|
18
15
|
composes: lg_px-8 from global;
|
|
19
16
|
}
|
|
20
17
|
|
|
@@ -23,11 +20,11 @@
|
|
|
23
20
|
composes: grid from global;
|
|
24
21
|
composes: grid-flow-col from global;
|
|
25
22
|
composes: justify-end from global;
|
|
26
|
-
composes: max-w-
|
|
23
|
+
composes: max-w-site from global;
|
|
27
24
|
composes: mx-auto from global;
|
|
28
25
|
composes: relative from global;
|
|
29
26
|
composes: w-full from global;
|
|
30
|
-
composes: z-
|
|
27
|
+
composes: z-menu from global;
|
|
31
28
|
}
|
|
32
29
|
|
|
33
30
|
.switchersContainer {
|
|
@@ -60,18 +57,13 @@
|
|
|
60
57
|
composes: h-14 from global;
|
|
61
58
|
composes: items-center from global;
|
|
62
59
|
composes: justify-self-center from global;
|
|
63
|
-
composes: max-w-
|
|
64
|
-
composes: min-height-header from global;
|
|
60
|
+
composes: max-w-site from global;
|
|
65
61
|
composes: w-full from global;
|
|
66
|
-
composes: z-
|
|
67
|
-
}
|
|
62
|
+
composes: z-header from global;
|
|
68
63
|
|
|
69
|
-
/* Large screen styles */
|
|
70
|
-
.toolbar {
|
|
71
64
|
composes: lg_h-20 from global;
|
|
72
65
|
composes: lg_gap-x-8 from global;
|
|
73
66
|
composes: lg_grid-cols-12 from global;
|
|
74
|
-
composes: lg_min-height-header from global;
|
|
75
67
|
}
|
|
76
68
|
|
|
77
69
|
.logo {
|
|
@@ -91,10 +83,7 @@
|
|
|
91
83
|
.logoContainer {
|
|
92
84
|
composes: col-start-2 from global;
|
|
93
85
|
composes: justify-self-center from global;
|
|
94
|
-
}
|
|
95
86
|
|
|
96
|
-
/* Large screen styles */
|
|
97
|
-
.logoContainer {
|
|
98
87
|
composes: lg_col-end-3 from global;
|
|
99
88
|
composes: lg_col-start-1 from global;
|
|
100
89
|
composes: lg_justify-self-start from global;
|
|
@@ -110,10 +99,7 @@
|
|
|
110
99
|
composes: justify-items-end from global;
|
|
111
100
|
composes: justify-self-end from global;
|
|
112
101
|
composes: w-max from global;
|
|
113
|
-
}
|
|
114
102
|
|
|
115
|
-
/* Large screen styles */
|
|
116
|
-
.secondaryActions {
|
|
117
103
|
composes: lg_col-end-13 from global;
|
|
118
104
|
composes: lg_col-start-10 from global;
|
|
119
105
|
composes: lg_gap-x-4 from global;
|
|
@@ -128,16 +114,18 @@
|
|
|
128
114
|
|
|
129
115
|
.input {
|
|
130
116
|
composes: input from '../TextInput/textInput.module.css';
|
|
117
|
+
|
|
131
118
|
composes: max-w-sm from global;
|
|
132
119
|
}
|
|
133
120
|
|
|
134
121
|
.loader,
|
|
135
|
-
.
|
|
136
|
-
.
|
|
122
|
+
.loaderBefore,
|
|
123
|
+
.loaderAfter {
|
|
137
124
|
--dot-size: 2em;
|
|
138
125
|
--dot-font-size: 6px;
|
|
139
126
|
--dot-shadow-offset: calc(-1 * var(--dot-size) + var(--dot-font-size));
|
|
140
|
-
|
|
127
|
+
|
|
128
|
+
composes: rounded-full from global;
|
|
141
129
|
width: var(--dot-size);
|
|
142
130
|
height: var(--dot-size);
|
|
143
131
|
animation: pulse 1.8s infinite ease-in-out;
|
|
@@ -145,30 +133,32 @@
|
|
|
145
133
|
}
|
|
146
134
|
|
|
147
135
|
.loader {
|
|
136
|
+
composes: mb-0 from global;
|
|
137
|
+
composes: mx-auto from global;
|
|
148
138
|
composes: relative from global;
|
|
149
|
-
|
|
139
|
+
composes: text-subtle from global;
|
|
150
140
|
font-size: var(--dot-font-size);
|
|
151
|
-
margin: var(--dot-shadow-offset)
|
|
141
|
+
margin-top: var(--dot-shadow-offset);
|
|
152
142
|
transform: translateZ(0);
|
|
153
143
|
animation-delay: -0.16s;
|
|
154
144
|
}
|
|
155
145
|
|
|
156
|
-
.
|
|
157
|
-
.
|
|
146
|
+
.loaderBefore,
|
|
147
|
+
.loaderAfter {
|
|
148
|
+
composes: absolute from global;
|
|
149
|
+
composes: top-0 from global;
|
|
158
150
|
content: '';
|
|
159
|
-
position: absolute;
|
|
160
|
-
top: 0;
|
|
161
151
|
}
|
|
162
152
|
|
|
163
|
-
.
|
|
164
|
-
|
|
165
|
-
|
|
153
|
+
.loaderBefore {
|
|
154
|
+
composes: left-[-3.5em] from global;
|
|
155
|
+
composes: text-gray-100 from global;
|
|
166
156
|
animation-delay: -0.32s;
|
|
167
157
|
}
|
|
168
158
|
|
|
169
|
-
.
|
|
170
|
-
|
|
171
|
-
|
|
159
|
+
.loaderAfter {
|
|
160
|
+
composes: left-[3.5em] from global;
|
|
161
|
+
composes: text-gray-600 from global;
|
|
172
162
|
}
|
|
173
163
|
|
|
174
164
|
@keyframes pulse {
|
|
@@ -1,11 +1,8 @@
|
|
|
1
1
|
.root {
|
|
2
2
|
composes: root from '../clickable.module.css';
|
|
3
|
-
height: 3rem;
|
|
4
|
-
width: 3rem;
|
|
5
|
-
}
|
|
6
3
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
4
|
+
composes: h-[3rem] from global;
|
|
5
|
+
composes: w-[3rem] from global;
|
|
6
|
+
|
|
7
|
+
composes: lg_hidden from global;
|
|
11
8
|
}
|
|
@@ -1,22 +1,24 @@
|
|
|
1
1
|
.root {
|
|
2
2
|
--stroke: rgb(var(--venia-global-color-text));
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
|
|
4
|
+
composes: flex from global;
|
|
5
|
+
composes: h-[3rem] from global;
|
|
6
|
+
composes: items-center from global;
|
|
7
|
+
composes: ml-18 from global;
|
|
8
|
+
composes: w-[3rem] from global;
|
|
5
9
|
grid-area: primary;
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
10
|
+
|
|
11
|
+
composes: sm_justify-self-start from global;
|
|
12
|
+
composes: sm_ml-10 from global;
|
|
9
13
|
}
|
|
10
14
|
|
|
11
|
-
@media (min-width:
|
|
15
|
+
@media (min-width: 640px) {
|
|
12
16
|
.root {
|
|
13
|
-
justify-self: start;
|
|
14
|
-
margin-left: 2.5rem;
|
|
15
17
|
grid-column: 3 / 4;
|
|
16
18
|
}
|
|
17
19
|
}
|
|
18
20
|
|
|
19
|
-
@media (min-width:
|
|
21
|
+
@media (min-width: 960px) {
|
|
20
22
|
.root {
|
|
21
23
|
grid-column: 2 / 3;
|
|
22
24
|
}
|
|
@@ -1,23 +1,18 @@
|
|
|
1
1
|
.root {
|
|
2
2
|
composes: root from '../clickable.module.css';
|
|
3
|
+
|
|
4
|
+
composes: h-lg from global;
|
|
5
|
+
composes: w-lg from global;
|
|
3
6
|
transition-property: color;
|
|
4
7
|
transition-duration: 224ms;
|
|
5
8
|
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
6
|
-
height: 3rem;
|
|
7
|
-
width: 3rem;
|
|
8
|
-
}
|
|
9
9
|
|
|
10
|
-
|
|
11
|
-
display: none;
|
|
10
|
+
composes: sm_w-auto from global;
|
|
12
11
|
}
|
|
13
12
|
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
width: auto;
|
|
17
|
-
}
|
|
13
|
+
.label {
|
|
14
|
+
composes: hidden from global;
|
|
18
15
|
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
margin-inline-start: 0.25rem;
|
|
22
|
-
}
|
|
16
|
+
composes: sm_inline from global;
|
|
17
|
+
composes: sm_ml-1 from global;
|
|
23
18
|
}
|
|
@@ -1,101 +1,110 @@
|
|
|
1
1
|
.root {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
justify-items
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
2
|
+
composes: grid from global;
|
|
3
|
+
composes: items-center from global;
|
|
4
|
+
composes: justify-items-start from global;
|
|
5
|
+
composes: max-w-site from global;
|
|
6
|
+
composes: mx-auto from global;
|
|
7
|
+
composes: my-0 from global;
|
|
8
|
+
composes: px-xs from global;
|
|
9
|
+
composes: py-2xs from global;
|
|
10
|
+
composes: relative from global;
|
|
11
|
+
|
|
12
|
+
composes: sm_justify-items-end from global;
|
|
9
13
|
}
|
|
10
14
|
|
|
11
15
|
.trigger {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
16
|
+
composes: max-w-[15rem] from global;
|
|
17
|
+
composes: overflow-ellipsis from global;
|
|
18
|
+
composes: overflow-hidden from global;
|
|
19
|
+
composes: whitespace-nowrap from global;
|
|
20
|
+
|
|
21
|
+
composes: sm_max-w-full from global;
|
|
15
22
|
}
|
|
16
23
|
|
|
17
24
|
.menu {
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
25
|
+
composes: absolute from global;
|
|
26
|
+
composes: bg-white from global;
|
|
27
|
+
composes: border from global;
|
|
28
|
+
composes: border-solid from global;
|
|
29
|
+
composes: border-subtle from global;
|
|
30
|
+
composes: bottom-md from global;
|
|
31
|
+
composes: left-xs from global;
|
|
32
|
+
composes: max-w-[90vw] from global;
|
|
33
|
+
composes: opacity-0 from global;
|
|
34
|
+
composes: pb-2xs from global;
|
|
35
|
+
composes: pt-2xs from global;
|
|
36
|
+
composes: right-auto from global;
|
|
37
|
+
composes: rounded from global;
|
|
38
|
+
composes: shadow-menu from global;
|
|
39
|
+
composes: top-auto from global;
|
|
40
|
+
composes: w-max from global;
|
|
41
|
+
composes: z-menu from global;
|
|
29
42
|
transform: translate3d(0, -8px, 0);
|
|
30
43
|
transition-duration: 192ms;
|
|
31
44
|
transition-timing-function: var(--venia-global-anim-out);
|
|
32
45
|
transition-property: opacity, transform, visibility;
|
|
46
|
+
|
|
47
|
+
/* TODO @TW: review (B6) */
|
|
48
|
+
/* composes: invisible from global; */
|
|
33
49
|
visibility: hidden;
|
|
34
|
-
|
|
35
|
-
|
|
50
|
+
|
|
51
|
+
composes: sm_bottom-auto from global;
|
|
52
|
+
composes: sm_left-auto from global;
|
|
53
|
+
composes: sm_right-xs from global;
|
|
54
|
+
composes: sm_top-md from global;
|
|
36
55
|
}
|
|
37
56
|
|
|
38
57
|
.menu_open {
|
|
39
58
|
composes: menu;
|
|
40
59
|
|
|
41
|
-
|
|
60
|
+
composes: opacity-100 from global;
|
|
42
61
|
transform: translate3d(0, 4px, 0);
|
|
43
62
|
transition-duration: 224ms;
|
|
44
63
|
transition-timing-function: var(--venia-global-anim-in);
|
|
64
|
+
|
|
65
|
+
/* TODO @TW: review (B6) */
|
|
66
|
+
/* composes: visible from global; */
|
|
45
67
|
visibility: visible;
|
|
46
68
|
}
|
|
47
69
|
|
|
48
70
|
.menuItem {
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
.menuItem:hover {
|
|
52
|
-
background-color: rgb(var(--venia-global-color-gray));
|
|
71
|
+
composes: hover_bg-subtle from global;
|
|
53
72
|
}
|
|
54
73
|
|
|
55
74
|
.groups {
|
|
56
|
-
max-
|
|
57
|
-
|
|
75
|
+
composes: max-h-[24rem] from global;
|
|
76
|
+
composes: overflow-auto from global;
|
|
58
77
|
}
|
|
59
78
|
|
|
60
79
|
.groupList {
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
80
|
+
composes: border-b from global;
|
|
81
|
+
composes: border-solid from global;
|
|
82
|
+
composes: border-subtle from global;
|
|
83
|
+
composes: pb-2xs from global;
|
|
84
|
+
composes: pt-2xs from global;
|
|
64
85
|
|
|
65
|
-
|
|
66
|
-
border-bottom: 1px solid rgb(var(--venia-global-color-gray-dark));
|
|
86
|
+
composes: last_border-none from global;
|
|
67
87
|
}
|
|
68
88
|
|
|
69
89
|
/*
|
|
70
90
|
* Mobile-specific styles.
|
|
71
91
|
*/
|
|
72
92
|
|
|
73
|
-
@media (max-width:
|
|
74
|
-
.root {
|
|
75
|
-
justify-items: start;
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
.trigger {
|
|
79
|
-
max-width: 15rem;
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
.menu {
|
|
83
|
-
bottom: 2.5rem;
|
|
84
|
-
left: 1rem;
|
|
85
|
-
right: auto;
|
|
86
|
-
top: auto;
|
|
87
|
-
transform: translate3d(0, 8px, 0);
|
|
88
|
-
}
|
|
89
|
-
|
|
93
|
+
@media (max-width: 639px) {
|
|
90
94
|
.root:only-child {
|
|
91
95
|
grid-column: 2;
|
|
92
96
|
}
|
|
93
97
|
|
|
98
|
+
/* TODO @TW: cannot compose */
|
|
94
99
|
.root:last-child .menu {
|
|
95
100
|
right: 1rem;
|
|
96
101
|
left: auto;
|
|
97
102
|
}
|
|
98
103
|
|
|
104
|
+
.menu {
|
|
105
|
+
transform: translate3d(0, 8px, 0);
|
|
106
|
+
}
|
|
107
|
+
|
|
99
108
|
.menu_open {
|
|
100
109
|
transform: translate3d(0, -4px, 0);
|
|
101
110
|
}
|
|
@@ -1,19 +1,20 @@
|
|
|
1
1
|
.root {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
composes: flex from global;
|
|
3
|
+
composes: items-center from global;
|
|
4
|
+
composes: w-full from global;
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
.content {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
grid-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
8
|
+
composes: gap-3 from global;
|
|
9
|
+
composes: grid from global;
|
|
10
|
+
composes: grid-cols-[1fr] from global;
|
|
11
|
+
composes: grid-flow-col from global;
|
|
12
|
+
composes: items-center from global;
|
|
13
|
+
composes: px-xs from global;
|
|
14
|
+
composes: py-2xs from global;
|
|
15
|
+
composes: w-full from global;
|
|
15
16
|
}
|
|
16
17
|
|
|
17
18
|
.text {
|
|
18
|
-
text-
|
|
19
|
+
composes: text-left from global;
|
|
19
20
|
}
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
z-index: 1;
|
|
61
61
|
}
|
|
62
62
|
|
|
63
|
-
@media (max-width:
|
|
63
|
+
@media (max-width: 959px) {
|
|
64
64
|
:global(.venia-home-slider ~ div) {
|
|
65
65
|
grid-auto-flow: row;
|
|
66
66
|
grid-template-columns: 100%;
|
|
@@ -81,6 +81,7 @@
|
|
|
81
81
|
*/
|
|
82
82
|
:global(.venia-home-slider .slick-slider) {
|
|
83
83
|
min-height: 628px !important;
|
|
84
|
+
margin-left: -1rem;
|
|
84
85
|
max-width: 1440px;
|
|
85
86
|
width: 100vw;
|
|
86
87
|
}
|
|
@@ -130,7 +131,7 @@
|
|
|
130
131
|
}
|
|
131
132
|
}
|
|
132
133
|
|
|
133
|
-
@media (max-width:
|
|
134
|
+
@media (max-width: 959px) {
|
|
134
135
|
:global(.venia-home-slider .slick-slide > div > div > div) {
|
|
135
136
|
align-content: end;
|
|
136
137
|
background-position: right center !important;
|
|
@@ -229,7 +230,7 @@
|
|
|
229
230
|
width: 100% !important;
|
|
230
231
|
}
|
|
231
232
|
|
|
232
|
-
@media (max-width:
|
|
233
|
+
@media (max-width: 959px) {
|
|
233
234
|
:global(.venia-home-callout) {
|
|
234
235
|
justify-self: center;
|
|
235
236
|
max-width: 640px;
|
|
@@ -253,7 +254,7 @@
|
|
|
253
254
|
width: 16rem;
|
|
254
255
|
}
|
|
255
256
|
|
|
256
|
-
@media (max-width:
|
|
257
|
+
@media (max-width: 959px) {
|
|
257
258
|
:global(.venia-home-callout-text) {
|
|
258
259
|
transform: translate3d(0, 0.5rem, 0);
|
|
259
260
|
}
|
|
@@ -287,7 +288,7 @@
|
|
|
287
288
|
width: 100% !important;
|
|
288
289
|
}
|
|
289
290
|
|
|
290
|
-
@media (max-width:
|
|
291
|
+
@media (max-width: 959px) {
|
|
291
292
|
:global(.venia-home-banner-a-content) {
|
|
292
293
|
grid-column: 1 / span 1;
|
|
293
294
|
padding-top: 0 !important;
|
|
@@ -323,7 +324,7 @@
|
|
|
323
324
|
width: 100% !important;
|
|
324
325
|
}
|
|
325
326
|
|
|
326
|
-
@media (max-width:
|
|
327
|
+
@media (max-width: 959px) {
|
|
327
328
|
:global(.venia-home-banner-a-image) {
|
|
328
329
|
background-position: center bottom !important;
|
|
329
330
|
grid-column: 1 / span 1;
|
|
@@ -343,7 +344,7 @@
|
|
|
343
344
|
width: 100% !important;
|
|
344
345
|
}
|
|
345
346
|
|
|
346
|
-
@media (max-width:
|
|
347
|
+
@media (max-width: 959px) {
|
|
347
348
|
:global(.venia-home-banner-b-image) {
|
|
348
349
|
grid-column: 1 / span 1;
|
|
349
350
|
}
|
|
@@ -356,7 +357,7 @@
|
|
|
356
357
|
width: 100% !important;
|
|
357
358
|
}
|
|
358
359
|
|
|
359
|
-
@media (max-width:
|
|
360
|
+
@media (max-width: 959px) {
|
|
360
361
|
:global(.venia-home-banner-b-content) {
|
|
361
362
|
grid-column: 1 / span 1;
|
|
362
363
|
margin: 0 1rem !important;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
.root {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
justify-
|
|
2
|
+
composes: items-center from global;
|
|
3
|
+
composes: inline-flex from global;
|
|
4
|
+
composes: justify-center from global;
|
|
5
5
|
touch-action: manipulation;
|
|
6
6
|
}
|
|
7
7
|
|
|
@@ -10,9 +10,10 @@
|
|
|
10
10
|
stroke: var(--stroke, rgb(var(--venia-global-color-text)));
|
|
11
11
|
}
|
|
12
12
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
13
|
+
.icon_desktop {
|
|
14
|
+
composes: h-auto from global;
|
|
15
|
+
composes: w-auto from global;
|
|
16
|
+
|
|
17
|
+
composes: sm_h-[28px] from global;
|
|
18
|
+
composes: sm_w-[28px] from global;
|
|
18
19
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
.root {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
composes: bg-subtle from global;
|
|
3
|
+
composes: rounded-sm from global;
|
|
4
|
+
composes: w-full from global;
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
.container {
|
|
8
|
-
|
|
8
|
+
composes: w-[400px] from global;
|
|
9
9
|
}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
.container {
|
|
9
|
-
|
|
9
|
+
composes: relative from global;
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
.image {
|
|
@@ -17,25 +17,32 @@
|
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
.loaded {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
20
|
+
composes: absolute from global;
|
|
21
|
+
composes: left-0 from global;
|
|
22
|
+
composes: top-0 from global;
|
|
23
|
+
|
|
24
|
+
/* TODO @TW: review (B6) */
|
|
25
|
+
/* composes: visible from global; */
|
|
23
26
|
visibility: visible;
|
|
24
27
|
}
|
|
25
28
|
|
|
26
29
|
.notLoaded {
|
|
27
30
|
composes: loaded;
|
|
31
|
+
|
|
32
|
+
/* TODO @TW: review (B6) */
|
|
33
|
+
/* composes: invisible from global; */
|
|
28
34
|
visibility: hidden;
|
|
29
35
|
}
|
|
30
36
|
|
|
31
37
|
.placeholder {
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
38
|
+
composes: bg-transparent from global;
|
|
39
|
+
composes: left-0 from global;
|
|
40
|
+
composes: relative from global;
|
|
41
|
+
composes: top-0 from global;
|
|
36
42
|
}
|
|
37
43
|
|
|
38
44
|
.placeholder_layoutOnly {
|
|
39
45
|
composes: placeholder;
|
|
40
|
-
|
|
46
|
+
|
|
47
|
+
composes: bg-transparent from global;
|
|
41
48
|
}
|
|
@@ -1,43 +1,49 @@
|
|
|
1
1
|
.root {
|
|
2
|
-
|
|
2
|
+
composes: absolute from global;
|
|
3
|
+
composes: grid from global;
|
|
4
|
+
composes: left-0 from global;
|
|
5
|
+
composes: top-lg from global;
|
|
6
|
+
composes: w-full from global;
|
|
3
7
|
grid-template-rows: min-content 1fr;
|
|
4
|
-
height: calc(
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
top: 3.5rem;
|
|
8
|
-
width: 100%;
|
|
8
|
+
height: calc(
|
|
9
|
+
100% - var(--legacy-minicart-header-height)
|
|
10
|
+
); /* TODO @TW: review */
|
|
9
11
|
}
|
|
10
12
|
|
|
11
13
|
.focusItem {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
grid-
|
|
16
|
-
|
|
17
|
-
|
|
14
|
+
composes: gap-md from global;
|
|
15
|
+
composes: grid from global;
|
|
16
|
+
composes: grid-cols-1 from global;
|
|
17
|
+
composes: grid-flow-col from global;
|
|
18
|
+
composes: p-xs from global;
|
|
19
|
+
composes: shadow-thin from global;
|
|
18
20
|
}
|
|
19
21
|
|
|
20
22
|
.name {
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
23
|
+
composes: overflow-hidden from global;
|
|
24
|
+
composes: overflow-ellipsis from global;
|
|
25
|
+
composes: whitespace-nowrap from global;
|
|
24
26
|
}
|
|
25
27
|
|
|
26
28
|
.form {
|
|
27
|
-
|
|
29
|
+
composes: overflow-auto from global;
|
|
28
30
|
}
|
|
29
31
|
|
|
30
32
|
.options {
|
|
31
|
-
font-
|
|
33
|
+
composes: font-semibold from global;
|
|
32
34
|
}
|
|
33
35
|
|
|
34
36
|
.quantity {
|
|
35
|
-
border-
|
|
36
|
-
border-
|
|
37
|
-
border-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
37
|
+
composes: border-solid from global;
|
|
38
|
+
composes: border-subtle from global;
|
|
39
|
+
composes: border-t-0 from global;
|
|
40
|
+
composes: border-r-0 from global;
|
|
41
|
+
composes: border-b from global;
|
|
42
|
+
composes: border-l-0 from global;
|
|
43
|
+
composes: my-0 from global;
|
|
44
|
+
composes: mx-sm from global;
|
|
45
|
+
composes: pt-xs from global;
|
|
46
|
+
composes: pb-xs from global;
|
|
41
47
|
}
|
|
42
48
|
|
|
43
49
|
.quantityTitle {
|