@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.
- 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 +12 -5
- 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 +403 -208
- package/lib/components/ProductFullDetail/__tests__/productFullDetail.spec.js +1 -3
- package/lib/components/ProductFullDetail/productFullDetail.js +80 -14
- package/lib/components/ProductFullDetail/productFullDetail.module.css +90 -79
- 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 +29 -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,66 +1,87 @@
|
|
|
1
1
|
.root {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
composes: bg-white from global;
|
|
3
|
+
composes: bottom-0 from global;
|
|
4
|
+
composes: grid from global;
|
|
5
|
+
composes: h-full from global;
|
|
6
|
+
composes: left-0 from global;
|
|
7
|
+
composes: max-w-modal from global;
|
|
8
|
+
composes: opacity-0 from global;
|
|
9
|
+
composes: overflow-hidden from global;
|
|
10
|
+
composes: fixed from global;
|
|
11
|
+
composes: top-0 from global;
|
|
12
|
+
composes: w-full from global;
|
|
13
|
+
composes: z-dialog from global;
|
|
6
14
|
grid-template-rows: 1fr 7rem;
|
|
7
|
-
height: 100%;
|
|
8
|
-
left: 0;
|
|
9
|
-
max-width: 360px;
|
|
10
|
-
opacity: 0;
|
|
11
|
-
overflow: hidden;
|
|
12
|
-
position: fixed;
|
|
13
|
-
top: 0;
|
|
14
15
|
transform: translate3d(-100%, 0, 0);
|
|
15
16
|
transition-duration: 192ms;
|
|
16
17
|
transition-timing-function: var(--venia-global-anim-out);
|
|
17
18
|
transition-property: opacity, transform, visibility;
|
|
19
|
+
|
|
20
|
+
/* TODO @TW: review (B6) */
|
|
21
|
+
/* composes: invisible from global; */
|
|
18
22
|
visibility: hidden;
|
|
19
|
-
width: 100%;
|
|
20
|
-
z-index: 3;
|
|
21
23
|
}
|
|
22
24
|
|
|
23
25
|
.root_open {
|
|
24
26
|
composes: root;
|
|
25
|
-
|
|
26
|
-
|
|
27
|
+
|
|
28
|
+
composes: opacity-100 from global;
|
|
29
|
+
composes: shadow-modal from global;
|
|
27
30
|
transform: translate3d(0, 0, 0);
|
|
28
31
|
transition-duration: 224ms;
|
|
29
32
|
transition-timing-function: var(--venia-global-anim-in);
|
|
33
|
+
|
|
34
|
+
/* TODO @TW: review (B6) */
|
|
35
|
+
/* composes: visible from global; */
|
|
30
36
|
visibility: visible;
|
|
31
37
|
}
|
|
32
38
|
|
|
33
39
|
.body {
|
|
34
|
-
border-
|
|
35
|
-
|
|
40
|
+
composes: border-b from global;
|
|
41
|
+
composes: border-solid from global;
|
|
42
|
+
composes: border-subtle from global;
|
|
43
|
+
composes: overflow-auto from global;
|
|
36
44
|
}
|
|
37
45
|
|
|
38
46
|
.header {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
47
|
+
composes: flex from global;
|
|
48
|
+
composes: justify-between from global;
|
|
49
|
+
composes: pb-0 from global;
|
|
50
|
+
composes: pt-5 from global;
|
|
51
|
+
composes: px-5 from global;
|
|
42
52
|
}
|
|
43
53
|
|
|
44
54
|
.headerTitle {
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
55
|
+
composes: flex from global;
|
|
56
|
+
composes: items-center from global;
|
|
57
|
+
composes: leading-none from global;
|
|
58
|
+
composes: text-xl from global;
|
|
49
59
|
}
|
|
50
60
|
|
|
51
61
|
.action {
|
|
52
|
-
|
|
62
|
+
composes: pb-0 from global;
|
|
63
|
+
composes: pt-xs from global;
|
|
64
|
+
composes: px-xs from global;
|
|
53
65
|
}
|
|
54
66
|
|
|
67
|
+
/* TODO @TW: cannot compose */
|
|
55
68
|
.action button {
|
|
56
|
-
|
|
69
|
+
/* composes: text-sm from global; */
|
|
70
|
+
font-size: 0.875rem;
|
|
71
|
+
/* composes: no-underline from global; */
|
|
57
72
|
text-decoration: none;
|
|
58
73
|
}
|
|
59
74
|
|
|
60
75
|
.blocks {
|
|
61
|
-
|
|
76
|
+
composes: pb-0 from global;
|
|
77
|
+
composes: pt-xs from global;
|
|
78
|
+
composes: px-xs from global;
|
|
62
79
|
}
|
|
63
80
|
|
|
81
|
+
/* TODO @TW: cannot compose */
|
|
64
82
|
.blocks > li:last-child {
|
|
65
|
-
border-
|
|
83
|
+
/* composes: border-b-2 from global; */
|
|
84
|
+
/* composes: border-solid from global; */
|
|
85
|
+
/* composes: border-subtle from global; */
|
|
86
|
+
border-bottom: 2px solid rgb(var(--venia-global-color-border));
|
|
66
87
|
}
|
|
@@ -1,10 +1,7 @@
|
|
|
1
1
|
.filterButton {
|
|
2
2
|
composes: root_lowPriority from '../Button/button.module.css';
|
|
3
|
-
min-width: 6.25rem;
|
|
4
|
-
}
|
|
5
3
|
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
}
|
|
4
|
+
composes: min-w-[6.25rem] from global;
|
|
5
|
+
|
|
6
|
+
composes: lg_hidden from global;
|
|
10
7
|
}
|
|
@@ -61,13 +61,19 @@ jest.mock('@magento/peregrine/lib/talons/FilterSidebar', () => ({
|
|
|
61
61
|
useFilterSidebar: jest.fn(({ filters }) => {
|
|
62
62
|
const names = new Map();
|
|
63
63
|
const itemsByGroup = new Map();
|
|
64
|
+
const filterFrontendInput = new Map();
|
|
64
65
|
|
|
65
66
|
for (const filter of filters) {
|
|
66
|
-
const {
|
|
67
|
+
const {
|
|
68
|
+
options,
|
|
69
|
+
label: name,
|
|
70
|
+
attribute_code: group,
|
|
71
|
+
frontend_input
|
|
72
|
+
} = filter;
|
|
67
73
|
const items = [];
|
|
68
74
|
// add filter name
|
|
69
75
|
names.set(group, name);
|
|
70
|
-
|
|
76
|
+
filterFrontendInput.set(group, frontend_input);
|
|
71
77
|
// add items
|
|
72
78
|
for (const { label, value } of options) {
|
|
73
79
|
items.push({ title: label, value });
|
|
@@ -79,6 +85,7 @@ jest.mock('@magento/peregrine/lib/talons/FilterSidebar', () => ({
|
|
|
79
85
|
filterApi: null,
|
|
80
86
|
filterItems: itemsByGroup,
|
|
81
87
|
filterNames: names,
|
|
88
|
+
filterFrontendInput,
|
|
82
89
|
filterState: mockFilterState,
|
|
83
90
|
handleApply: mockHandleApply,
|
|
84
91
|
handleReset: jest.fn()
|
|
@@ -23,6 +23,7 @@ const FilterSidebar = props => {
|
|
|
23
23
|
filterApi,
|
|
24
24
|
filterItems,
|
|
25
25
|
filterNames,
|
|
26
|
+
filterFrontendInput,
|
|
26
27
|
filterState,
|
|
27
28
|
handleApply,
|
|
28
29
|
handleReset
|
|
@@ -54,12 +55,13 @@ const FilterSidebar = props => {
|
|
|
54
55
|
Array.from(filterItems, ([group, items], iteration) => {
|
|
55
56
|
const blockState = filterState.get(group);
|
|
56
57
|
const groupName = filterNames.get(group);
|
|
57
|
-
|
|
58
|
+
const frontendInput = filterFrontendInput.get(group);
|
|
58
59
|
return (
|
|
59
60
|
<FilterBlock
|
|
60
61
|
key={group}
|
|
61
62
|
filterApi={filterApi}
|
|
62
63
|
filterState={blockState}
|
|
64
|
+
filterFrontendInput={frontendInput}
|
|
63
65
|
group={group}
|
|
64
66
|
items={items}
|
|
65
67
|
name={groupName}
|
|
@@ -72,6 +74,7 @@ const FilterSidebar = props => {
|
|
|
72
74
|
filterApi,
|
|
73
75
|
filterItems,
|
|
74
76
|
filterNames,
|
|
77
|
+
filterFrontendInput,
|
|
75
78
|
filterState,
|
|
76
79
|
filterCountToOpen,
|
|
77
80
|
handleApplyFilter
|
|
@@ -1,50 +1,58 @@
|
|
|
1
1
|
.root {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
composes: bg-white from global;
|
|
3
|
+
composes: bottom-0 from global;
|
|
4
|
+
composes: hidden from global;
|
|
5
|
+
composes: max-w-modal from global;
|
|
6
|
+
composes: w-full from global;
|
|
7
|
+
composes: z-foreground from global;
|
|
6
8
|
grid-template-rows: 1fr 7rem;
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
z-index: 3;
|
|
9
|
+
|
|
10
|
+
composes: lg_grid from global;
|
|
10
11
|
}
|
|
11
12
|
|
|
12
13
|
.body {
|
|
13
|
-
|
|
14
|
+
composes: overflow-auto from global;
|
|
14
15
|
}
|
|
15
16
|
|
|
16
17
|
.header {
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
18
|
+
composes: flex from global;
|
|
19
|
+
composes: justify-between from global;
|
|
20
|
+
composes: pb-0 from global;
|
|
21
|
+
composes: pt-5 from global;
|
|
22
|
+
composes: px-5 from global;
|
|
20
23
|
}
|
|
21
24
|
|
|
22
25
|
.headerTitle {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
composes: flex from global;
|
|
27
|
+
composes: items-center from global;
|
|
28
|
+
composes: leading-none from global;
|
|
29
|
+
composes: text-lg from global;
|
|
27
30
|
}
|
|
28
31
|
|
|
29
32
|
.action {
|
|
30
|
-
|
|
33
|
+
composes: pb-0 from global;
|
|
34
|
+
composes: pt-xs from global;
|
|
35
|
+
composes: px-xs from global;
|
|
31
36
|
}
|
|
32
37
|
|
|
38
|
+
/* TODO @TW: cannot compose */
|
|
33
39
|
.action button {
|
|
34
|
-
|
|
40
|
+
/* composes: text-sm from global; */
|
|
41
|
+
font-size: 0.875rem;
|
|
42
|
+
/* composes: no-underline from global; */
|
|
35
43
|
text-decoration: none;
|
|
36
44
|
}
|
|
37
45
|
|
|
38
46
|
.blocks {
|
|
39
|
-
|
|
47
|
+
composes: pb-0 from global;
|
|
48
|
+
composes: pt-xs from global;
|
|
49
|
+
composes: px-xs from global;
|
|
40
50
|
}
|
|
41
51
|
|
|
52
|
+
/* TODO @TW: cannot compose */
|
|
42
53
|
.blocks > li:last-child {
|
|
43
|
-
border-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
.root {
|
|
48
|
-
display: grid;
|
|
49
|
-
}
|
|
54
|
+
/* composes: border-b-2 from global; */
|
|
55
|
+
/* composes: border-solid from global; */
|
|
56
|
+
/* composes: border-subtle from global; */
|
|
57
|
+
border-bottom: 2px solid rgb(var(--venia-global-color-border));
|
|
50
58
|
}
|
|
@@ -1,160 +1,140 @@
|
|
|
1
1
|
.root {
|
|
2
|
-
border-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
grid
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
width: 100%;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
@media (max-width: 960px) {
|
|
20
|
-
.root {
|
|
21
|
-
grid-template-areas: 'links' 'brand';
|
|
22
|
-
max-width: 960px;
|
|
23
|
-
}
|
|
2
|
+
composes: border-t-2 from global;
|
|
3
|
+
composes: border-solid from global;
|
|
4
|
+
composes: border-light from global;
|
|
5
|
+
composes: gap-y-16 from global;
|
|
6
|
+
composes: grid from global;
|
|
7
|
+
composes: leading-normal from global;
|
|
8
|
+
composes: max-w-site from global;
|
|
9
|
+
composes: min-h-[15rem] from global;
|
|
10
|
+
composes: mx-auto from global;
|
|
11
|
+
composes: my-0 from global;
|
|
12
|
+
composes: pt-16 from global;
|
|
13
|
+
composes: text-sm from global;
|
|
14
|
+
composes: text-subtle from global;
|
|
15
|
+
composes: w-full from global;
|
|
24
16
|
}
|
|
25
17
|
|
|
26
18
|
.links {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
grid-
|
|
31
|
-
grid-
|
|
32
|
-
|
|
33
|
-
padding: 0 2rem;
|
|
34
|
-
}
|
|
19
|
+
composes: gap-x-md from global;
|
|
20
|
+
composes: gap-y-lg from global;
|
|
21
|
+
composes: grid from global;
|
|
22
|
+
composes: grid-cols-6 from global;
|
|
23
|
+
composes: grid-flow-row-dense from global;
|
|
24
|
+
composes: px-xs from global;
|
|
35
25
|
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
}
|
|
26
|
+
composes: xs_px-md from global;
|
|
27
|
+
composes: lg_gap-x-sm from global;
|
|
28
|
+
composes: lg_gap-y-md from global;
|
|
29
|
+
composes: lg_grid-cols-12 from global;
|
|
41
30
|
}
|
|
42
31
|
|
|
43
32
|
.linkGroup {
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
33
|
+
composes: col-span-3 from global;
|
|
34
|
+
composes: content-start from global;
|
|
35
|
+
composes: gap-xs from global;
|
|
36
|
+
composes: grid from global;
|
|
37
|
+
|
|
38
|
+
composes: xs_col-span-2 from global;
|
|
47
39
|
}
|
|
48
40
|
|
|
49
|
-
.linkItem
|
|
50
|
-
|
|
51
|
-
|
|
41
|
+
.linkItem {
|
|
42
|
+
composes: first_text-colorDefault from global;
|
|
43
|
+
composes: first_font-semibold from global;
|
|
52
44
|
}
|
|
53
45
|
|
|
54
46
|
.callout {
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
min-width: 20rem;
|
|
60
|
-
}
|
|
47
|
+
composes: col-span-3 from global;
|
|
48
|
+
composes: leading-normal from global;
|
|
49
|
+
composes: max-w-[20rem] from global;
|
|
50
|
+
composes: text-sm from global;
|
|
61
51
|
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
}
|
|
52
|
+
composes: xs_col-span-6 from global;
|
|
53
|
+
composes: xs_mx-auto from global;
|
|
54
|
+
composes: sm_col-span-3 from global;
|
|
66
55
|
}
|
|
67
56
|
|
|
68
57
|
.calloutHeading {
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
58
|
+
composes: font-semibold from global;
|
|
59
|
+
composes: text-colorDefault from global;
|
|
60
|
+
composes: text-sm from global;
|
|
72
61
|
}
|
|
73
62
|
|
|
74
63
|
.calloutBody {
|
|
75
|
-
|
|
64
|
+
composes: mx-0 from global;
|
|
65
|
+
composes: my-xs from global;
|
|
76
66
|
}
|
|
77
67
|
|
|
78
68
|
.socialLinks {
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
grid-
|
|
82
|
-
justify-
|
|
69
|
+
composes: gap-xs from global;
|
|
70
|
+
composes: grid from global;
|
|
71
|
+
composes: grid-flow-col from global;
|
|
72
|
+
composes: justify-start from global;
|
|
83
73
|
}
|
|
84
74
|
|
|
85
75
|
.branding {
|
|
86
|
-
|
|
87
|
-
border-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
76
|
+
composes: border-t-2 from global;
|
|
77
|
+
composes: border-solid from global;
|
|
78
|
+
composes: border-light from global;
|
|
79
|
+
composes: gap-xs from global;
|
|
80
|
+
composes: grid from global;
|
|
81
|
+
composes: grid-cols-auto from global;
|
|
82
|
+
composes: grid-flow-row from global;
|
|
83
|
+
composes: h-auto from global;
|
|
84
|
+
composes: items-center from global;
|
|
85
|
+
composes: justify-items-center from global;
|
|
86
|
+
composes: pb-16 from global;
|
|
87
|
+
composes: pt-md from global;
|
|
88
|
+
composes: px-md from global;
|
|
89
|
+
composes: text-center from global;
|
|
90
|
+
composes: w-full from global;
|
|
91
91
|
grid-template-areas: 'a b c';
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
92
|
+
|
|
93
|
+
composes: lg_gap-0 from global;
|
|
94
|
+
composes: lg_grid-flow-col from global;
|
|
95
|
+
composes: lg_h-[4rem] from global;
|
|
96
|
+
composes: lg_justify-self-center from global;
|
|
97
|
+
composes: lg_px-sm from global;
|
|
98
|
+
composes: lg_py-0 from global;
|
|
99
|
+
composes: lg_text-left from global;
|
|
97
100
|
}
|
|
98
101
|
|
|
99
|
-
@media (max-width:
|
|
102
|
+
@media (max-width: 959px) {
|
|
100
103
|
.branding {
|
|
101
|
-
gap: 1rem;
|
|
102
|
-
grid-auto-flow: row;
|
|
103
104
|
grid-template-areas: 'c' 'b' 'a';
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
@media (min-width: 960px) {
|
|
109
|
+
.branding {
|
|
110
|
+
grid-template-columns: minmax(200px, 1fr) auto minmax(200px, 1fr);
|
|
109
111
|
}
|
|
110
112
|
}
|
|
111
113
|
|
|
112
114
|
.legal {
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
115
|
+
composes: gap-xs from global;
|
|
116
|
+
composes: grid from global;
|
|
117
|
+
composes: grid-flow-col from global;
|
|
118
|
+
composes: items-center from global;
|
|
119
|
+
composes: justify-center from global;
|
|
116
120
|
grid-area: c;
|
|
117
|
-
grid-auto-flow: column;
|
|
118
|
-
justify-content: end;
|
|
119
|
-
}
|
|
120
121
|
|
|
121
|
-
|
|
122
|
-
.legal {
|
|
123
|
-
justify-content: center;
|
|
124
|
-
}
|
|
122
|
+
composes: lg_justify-end from global;
|
|
125
123
|
}
|
|
126
124
|
|
|
127
125
|
.copyright {
|
|
128
126
|
grid-area: b;
|
|
129
|
-
text-
|
|
127
|
+
composes: text-center from global;
|
|
130
128
|
}
|
|
131
129
|
|
|
132
130
|
.logoContainer {
|
|
133
131
|
grid-area: a;
|
|
132
|
+
composes: mt-10 from global;
|
|
133
|
+
|
|
134
|
+
composes: lg_mt-0 from global;
|
|
134
135
|
}
|
|
135
136
|
|
|
136
137
|
.logo {
|
|
137
138
|
height: var(--height);
|
|
138
139
|
width: var(--width);
|
|
139
140
|
}
|
|
140
|
-
|
|
141
|
-
@media (max-width: 960px) {
|
|
142
|
-
.logoContainer {
|
|
143
|
-
margin-top: 2.5rem;
|
|
144
|
-
}
|
|
145
|
-
}
|
|
146
|
-
@media screen and (min-width: 768px) and (max-width: 991px) {
|
|
147
|
-
.callout {
|
|
148
|
-
min-width: 10rem;
|
|
149
|
-
}
|
|
150
|
-
}
|
|
151
|
-
@media screen and (max-width: 767px) {
|
|
152
|
-
.links {
|
|
153
|
-
padding: 0 1rem;
|
|
154
|
-
grid-template-columns: 1fr 1fr;
|
|
155
|
-
gap: 2rem 10px;
|
|
156
|
-
}
|
|
157
|
-
.callout {
|
|
158
|
-
min-width: 100%;
|
|
159
|
-
}
|
|
160
|
-
}
|
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
.root {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
justify-items
|
|
2
|
+
composes: grid from global;
|
|
3
|
+
composes: gap-xs from global;
|
|
4
|
+
composes: justify-items-stretch from global;
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
.buttonContainer {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
grid-
|
|
12
|
-
|
|
13
|
-
text-
|
|
8
|
+
composes: items-center from global;
|
|
9
|
+
composes: gap-xs from global;
|
|
10
|
+
composes: grid from global;
|
|
11
|
+
composes: grid-flow-col from global;
|
|
12
|
+
composes: mt-xs from global;
|
|
13
|
+
composes: text-center from global;
|
|
14
14
|
}
|
|
15
15
|
|
|
16
16
|
.cancelButton {
|
|
17
17
|
composes: root_lowPriority from '../../Button/button.module.css';
|
|
18
18
|
|
|
19
|
-
min-
|
|
19
|
+
composes: min-w-[9rem] from global;
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
.submitButton {
|
|
23
23
|
composes: root_highPriority from '../../Button/button.module.css';
|
|
24
24
|
|
|
25
|
-
min-
|
|
25
|
+
composes: min-w-[9rem] from global;
|
|
26
26
|
}
|
package/lib/components/ForgotPassword/FormSubmissionSuccessful/formSubmissionSuccessful.module.css
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
.root {
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
composes: grid from global;
|
|
3
|
+
composes: gap-sm from global;
|
|
4
4
|
}
|
|
5
5
|
|
|
6
6
|
.text {
|
|
7
|
-
font-
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
composes: font-light from global;
|
|
8
|
+
composes: leading-tight from global;
|
|
9
|
+
composes: text-sm from global;
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
.title {
|
|
13
|
-
|
|
14
|
-
|
|
13
|
+
composes: pt-2xs from global;
|
|
14
|
+
composes: capitalize from global;
|
|
15
15
|
}
|
|
@@ -1,16 +1,17 @@
|
|
|
1
1
|
.root {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
justify-items
|
|
5
|
-
|
|
2
|
+
composes: grid from global;
|
|
3
|
+
composes: gap-xs from global;
|
|
4
|
+
composes: justify-items-stretch from global;
|
|
5
|
+
composes: px-sm from global;
|
|
6
|
+
composes: py-xs from global;
|
|
6
7
|
}
|
|
7
8
|
|
|
8
9
|
.title {
|
|
9
|
-
|
|
10
|
-
|
|
10
|
+
composes: pt-2xs from global;
|
|
11
|
+
composes: capitalize from global;
|
|
11
12
|
}
|
|
12
13
|
|
|
13
14
|
.instructions {
|
|
14
|
-
font-
|
|
15
|
-
|
|
15
|
+
composes: font-light from global;
|
|
16
|
+
composes: leading-tight from global;
|
|
16
17
|
}
|
|
@@ -1,20 +1,21 @@
|
|
|
1
1
|
.root {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
composes: gap-y-md from global;
|
|
3
|
+
composes: grid from global;
|
|
4
|
+
composes: justify-center from global;
|
|
5
|
+
composes: px-0 from global;
|
|
6
|
+
composes: py-md from global;
|
|
7
|
+
composes: text-center from global;
|
|
6
8
|
grid-template-columns: minmax(auto, 512px);
|
|
7
|
-
row-gap: 2rem;
|
|
8
9
|
}
|
|
9
10
|
|
|
10
11
|
.header {
|
|
11
|
-
font-
|
|
12
|
+
composes: font-serif from global;
|
|
12
13
|
}
|
|
13
14
|
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
15
|
+
.contentContainer {
|
|
16
|
+
composes: lg_border-2 from global;
|
|
17
|
+
composes: lg_border-solid from global;
|
|
18
|
+
composes: lg_border-subtle from global;
|
|
19
|
+
composes: lg_pb-md from global;
|
|
20
|
+
composes: lg_rounded-md from global;
|
|
20
21
|
}
|