@magento/venia-ui 9.3.0-beta.1 → 9.4.0-beta.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 +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,10 +1,13 @@
|
|
|
1
1
|
.root {
|
|
2
|
-
border-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
composes: border-t from global;
|
|
3
|
+
composes: border-solid from global;
|
|
4
|
+
composes: border-subtle from global;
|
|
5
|
+
composes: gap-3 from global;
|
|
6
|
+
composes: grid from global;
|
|
7
|
+
composes: pt-3 from global;
|
|
6
8
|
}
|
|
7
9
|
|
|
10
|
+
/* TODO @TW: cannot compose */
|
|
8
11
|
.root:empty {
|
|
9
12
|
display: none;
|
|
10
13
|
}
|
|
@@ -12,7 +12,15 @@ const IMAGE_WIDTH = 60;
|
|
|
12
12
|
|
|
13
13
|
const SuggestedProduct = props => {
|
|
14
14
|
const classes = useStyle(defaultClasses, props.classes);
|
|
15
|
-
const {
|
|
15
|
+
const {
|
|
16
|
+
url_key,
|
|
17
|
+
small_image,
|
|
18
|
+
name,
|
|
19
|
+
onNavigate,
|
|
20
|
+
price,
|
|
21
|
+
price_range,
|
|
22
|
+
url_suffix
|
|
23
|
+
} = props;
|
|
16
24
|
|
|
17
25
|
const handleClick = useCallback(() => {
|
|
18
26
|
if (typeof onNavigate === 'function') {
|
|
@@ -25,6 +33,16 @@ const SuggestedProduct = props => {
|
|
|
25
33
|
url_suffix
|
|
26
34
|
]);
|
|
27
35
|
|
|
36
|
+
// fall back to deprecated field if price range is unavailable
|
|
37
|
+
const priceProps = {
|
|
38
|
+
currencyCode:
|
|
39
|
+
price_range?.maximum_price?.final_price?.currency ||
|
|
40
|
+
price.regularPrice.amount.currency,
|
|
41
|
+
value:
|
|
42
|
+
price_range?.maximum_price?.final_price?.value ||
|
|
43
|
+
price.regularPrice.amount.value
|
|
44
|
+
};
|
|
45
|
+
|
|
28
46
|
return (
|
|
29
47
|
<Link
|
|
30
48
|
className={classes.root}
|
|
@@ -37,13 +55,11 @@ const SuggestedProduct = props => {
|
|
|
37
55
|
classes={{ image: classes.thumbnail, root: classes.image }}
|
|
38
56
|
resource={small_image}
|
|
39
57
|
width={IMAGE_WIDTH}
|
|
58
|
+
data-cy="SuggestedProduct-image"
|
|
40
59
|
/>
|
|
41
60
|
<span className={classes.name}>{name}</span>
|
|
42
61
|
<span data-cy="SuggestedProduct-price" className={classes.price}>
|
|
43
|
-
<Price
|
|
44
|
-
currencyCode={price.regularPrice.amount.currency}
|
|
45
|
-
value={price.regularPrice.amount.value}
|
|
46
|
-
/>
|
|
62
|
+
<Price {...priceProps} />
|
|
47
63
|
</span>
|
|
48
64
|
</Link>
|
|
49
65
|
);
|
|
@@ -62,6 +78,14 @@ SuggestedProduct.propTypes = {
|
|
|
62
78
|
})
|
|
63
79
|
})
|
|
64
80
|
}).isRequired,
|
|
81
|
+
price_range: shape({
|
|
82
|
+
maximum_price: shape({
|
|
83
|
+
final_price: shape({
|
|
84
|
+
currency: string,
|
|
85
|
+
value: number
|
|
86
|
+
})
|
|
87
|
+
})
|
|
88
|
+
}),
|
|
65
89
|
classes: shape({
|
|
66
90
|
root: string,
|
|
67
91
|
image: string,
|
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
.root {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
composes: gap-xs from global;
|
|
3
|
+
composes: grid from global;
|
|
4
|
+
composes: grid-flow-col from global;
|
|
5
|
+
composes: items-center from global;
|
|
6
6
|
grid-template-columns: 60px 1fr;
|
|
7
7
|
}
|
|
8
8
|
|
|
9
9
|
.image {
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
justify-
|
|
10
|
+
composes: items-center from global;
|
|
11
|
+
composes: inline-flex from global;
|
|
12
|
+
composes: justify-center from global;
|
|
13
13
|
}
|
|
14
14
|
|
|
15
15
|
.thumbnail {
|
|
16
|
-
|
|
17
|
-
max-
|
|
18
|
-
object-
|
|
19
|
-
object-
|
|
16
|
+
composes: h-[75px] from global;
|
|
17
|
+
composes: max-h-[75px] from global;
|
|
18
|
+
composes: object-contain from global;
|
|
19
|
+
composes: object-center from global;
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
.name {
|
|
23
|
-
|
|
23
|
+
composes: break-words from global;
|
|
24
24
|
}
|
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
.products {
|
|
2
|
-
border-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
composes: border-t from global;
|
|
3
|
+
composes: border-solid from global;
|
|
4
|
+
composes: border-subtle from global;
|
|
5
|
+
composes: gap-3 from global;
|
|
6
|
+
composes: grid from global;
|
|
7
|
+
composes: pt-3 from global;
|
|
6
8
|
}
|
|
7
9
|
|
|
10
|
+
/* TODO @TW: cannot compose */
|
|
8
11
|
.products:empty {
|
|
9
12
|
display: none;
|
|
10
13
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
.heading {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
composes: pt-3 from global;
|
|
3
|
+
composes: text-sm from global;
|
|
4
|
+
composes: text-subtle from global;
|
|
5
|
+
composes: uppercase from global;
|
|
6
6
|
}
|
|
@@ -1,75 +1,68 @@
|
|
|
1
|
-
:root {
|
|
2
|
-
--search-sidebar-width: 325px;
|
|
3
|
-
}
|
|
4
|
-
|
|
5
1
|
.root {
|
|
6
|
-
|
|
2
|
+
composes: p-xs from global;
|
|
3
|
+
|
|
4
|
+
composes: lg_flex from global;
|
|
5
|
+
composes: lg_flex-nowrap from global;
|
|
7
6
|
}
|
|
8
7
|
|
|
9
8
|
.noResult {
|
|
10
|
-
|
|
9
|
+
composes: flex from global;
|
|
11
10
|
}
|
|
12
11
|
|
|
13
12
|
.headerButtons {
|
|
14
|
-
display: flex;
|
|
15
13
|
flex-basis: 100%;
|
|
16
|
-
|
|
17
|
-
|
|
14
|
+
composes: flex from global;
|
|
15
|
+
composes: justify-center from global;
|
|
16
|
+
composes: mx-0 from global;
|
|
17
|
+
composes: my-xs from global;
|
|
18
|
+
|
|
19
|
+
composes: lg_justify-end from global;
|
|
18
20
|
}
|
|
19
21
|
|
|
20
22
|
.heading {
|
|
21
|
-
|
|
22
|
-
flex-wrap
|
|
23
|
-
justify-
|
|
24
|
-
}
|
|
23
|
+
composes: flex from global;
|
|
24
|
+
composes: flex-wrap from global;
|
|
25
|
+
composes: justify-center from global;
|
|
25
26
|
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
max-width: 75vw;
|
|
27
|
+
composes: lg_flex-nowrap from global;
|
|
28
|
+
composes: lg_items-center from global;
|
|
29
|
+
composes: lg_justify-between from global;
|
|
30
30
|
}
|
|
31
31
|
|
|
32
|
-
.
|
|
33
|
-
|
|
32
|
+
.searchContent {
|
|
33
|
+
composes: lg_flex-grow from global;
|
|
34
34
|
}
|
|
35
35
|
|
|
36
|
-
.
|
|
37
|
-
|
|
38
|
-
|
|
36
|
+
.searchInfo {
|
|
37
|
+
composes: leading-tight from global;
|
|
38
|
+
composes: max-w-[75vw] from global;
|
|
39
|
+
composes: mb-xs from global;
|
|
40
|
+
composes: ml-0 from global;
|
|
41
|
+
composes: mr-0 from global;
|
|
42
|
+
composes: mt-10 from global;
|
|
39
43
|
|
|
40
|
-
|
|
41
|
-
display: none;
|
|
44
|
+
composes: lg_m-0 from global;
|
|
42
45
|
}
|
|
43
46
|
|
|
44
|
-
@media (min-width:
|
|
45
|
-
.root {
|
|
46
|
-
display: flex;
|
|
47
|
-
flex-wrap: nowrap;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
.heading {
|
|
51
|
-
justify-content: space-between;
|
|
52
|
-
flex-wrap: nowrap;
|
|
53
|
-
align-items: center;
|
|
54
|
-
}
|
|
55
|
-
|
|
47
|
+
@media (min-width: 960px) {
|
|
56
48
|
.searchInfo {
|
|
57
|
-
margin: 0;
|
|
58
49
|
flex-basis: 100%;
|
|
59
50
|
}
|
|
51
|
+
}
|
|
60
52
|
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
53
|
+
.totalPages {
|
|
54
|
+
composes: ml-2xs from global;
|
|
55
|
+
}
|
|
64
56
|
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
width: var(--search-sidebar-width);
|
|
69
|
-
padding-top: 4rem;
|
|
70
|
-
}
|
|
57
|
+
.headingHighlight {
|
|
58
|
+
composes: font-bold from global;
|
|
59
|
+
}
|
|
71
60
|
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
61
|
+
.sidebar {
|
|
62
|
+
composes: hidden from global;
|
|
63
|
+
|
|
64
|
+
composes: lg_flex from global;
|
|
65
|
+
composes: lg_self-start from global;
|
|
66
|
+
composes: lg_pt-16 from global;
|
|
67
|
+
composes: lg_w-filterSidebarWidth from global;
|
|
75
68
|
}
|
|
@@ -1,23 +1,24 @@
|
|
|
1
1
|
.wrapper {
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
composes: grid-flow-col from global;
|
|
3
|
+
composes: h-[2.25rem] from global;
|
|
4
|
+
composes: inline-grid from global;
|
|
4
5
|
grid-template-areas: 'input icon';
|
|
5
6
|
grid-template-columns: auto 2.25rem;
|
|
6
|
-
height: 2.25rem;
|
|
7
7
|
}
|
|
8
8
|
|
|
9
9
|
.input,
|
|
10
10
|
.input_error {
|
|
11
11
|
composes: input from '../Field/field.module.css';
|
|
12
12
|
grid-area: input-start / input-start / input-end / icon-end;
|
|
13
|
-
padding-right: calc(2.25rem - 1px);
|
|
13
|
+
padding-right: calc(2.25rem - 1px); /* TODO @TW: review */
|
|
14
|
+
|
|
15
|
+
composes: disabled_text-subtle from global;
|
|
14
16
|
}
|
|
15
17
|
|
|
16
|
-
.input
|
|
17
|
-
|
|
18
|
-
color: rgb(var(--venia-global-color-gray-darker));
|
|
18
|
+
.input {
|
|
19
|
+
composes: disabled_pointer-events-none from global;
|
|
19
20
|
}
|
|
20
21
|
|
|
21
22
|
.input_error {
|
|
22
|
-
border-
|
|
23
|
+
composes: border-error from global;
|
|
23
24
|
}
|
|
@@ -1,26 +1,30 @@
|
|
|
1
1
|
.root {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
2
|
+
composes: bg-gray-100 from global;
|
|
3
|
+
composes: inline-block from global;
|
|
4
|
+
composes: overflow-hidden from global;
|
|
5
|
+
composes: pointer-events-none from global;
|
|
6
|
+
composes: relative from global;
|
|
7
7
|
}
|
|
8
8
|
|
|
9
|
+
/* TODO @TW: cannot compose */
|
|
9
10
|
.root::before {
|
|
10
11
|
content: '';
|
|
11
12
|
position: absolute;
|
|
12
13
|
top: 0;
|
|
13
14
|
left: 0;
|
|
14
|
-
width: var(
|
|
15
|
+
width: var(
|
|
16
|
+
--venia-global-maxWidth
|
|
17
|
+
); /* TODO @TW: review. this should use TW theme value "maxWidth.site" */
|
|
15
18
|
height: 100%;
|
|
16
|
-
background: linear-gradient(
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
19
|
+
background-image: linear-gradient(
|
|
20
|
+
to right,
|
|
21
|
+
rgb(var(--venia-global-color-gray-50) / 0%) 0%,
|
|
22
|
+
rgb(var(--venia-global-color-gray-50)) 40%,
|
|
23
|
+
rgb(var(--venia-global-color-gray-50) / 0%) 80%,
|
|
24
|
+
rgb(var(--venia-global-color-gray-50) / 0%) 100%
|
|
25
|
+
);
|
|
26
|
+
/* composes: bg-no-repeat from global; */
|
|
27
|
+
background-repeat: none;
|
|
24
28
|
background-size: var(--venia-global-maxWidth) 100%;
|
|
25
29
|
-webkit-animation-name: shimmerAnimation;
|
|
26
30
|
-webkit-animation-duration: 1s;
|
|
@@ -32,34 +36,44 @@
|
|
|
32
36
|
|
|
33
37
|
.root_rectangle {
|
|
34
38
|
composes: root;
|
|
35
|
-
|
|
39
|
+
|
|
40
|
+
min-height: 1rem;
|
|
36
41
|
}
|
|
37
42
|
|
|
38
43
|
.root_button {
|
|
39
44
|
composes: root from '../Button/button.module.css';
|
|
40
45
|
composes: root;
|
|
41
|
-
|
|
46
|
+
|
|
47
|
+
composes: border-0 from global;
|
|
42
48
|
}
|
|
43
49
|
|
|
44
50
|
.root_checkbox {
|
|
45
51
|
composes: input_shimmer from '../Checkbox/checkbox.module.css';
|
|
46
52
|
composes: root;
|
|
53
|
+
|
|
54
|
+
composes: border-0 from global;
|
|
47
55
|
}
|
|
48
56
|
|
|
49
57
|
.root_radio {
|
|
50
58
|
composes: input_shimmer from '../RadioGroup/radio.module.css';
|
|
51
59
|
composes: root;
|
|
52
|
-
|
|
60
|
+
|
|
61
|
+
composes: border-0 from global;
|
|
53
62
|
}
|
|
54
63
|
|
|
55
64
|
.root_textArea {
|
|
56
65
|
composes: input_shimmer from '../TextArea/textArea.module.css';
|
|
57
66
|
composes: root;
|
|
67
|
+
|
|
68
|
+
min-height: 6.75rem;
|
|
69
|
+
composes: border-0 from global;
|
|
58
70
|
}
|
|
59
71
|
|
|
60
72
|
.root_textInput {
|
|
61
73
|
composes: input_shimmer from '../TextInput/textInput.module.css';
|
|
62
74
|
composes: root;
|
|
75
|
+
|
|
76
|
+
composes: border-0 from global;
|
|
63
77
|
}
|
|
64
78
|
|
|
65
79
|
@-webkit-keyframes shimmerAnimation {
|
|
@@ -1,63 +1,70 @@
|
|
|
1
1
|
.root {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
justify-items
|
|
5
|
-
|
|
2
|
+
composes: gap-sm from global;
|
|
3
|
+
composes: grid 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
|
.forgotPassword {
|
|
9
|
-
|
|
10
|
-
text-
|
|
11
|
-
|
|
12
|
-
|
|
10
|
+
composes: block from global;
|
|
11
|
+
composes: text-error from global;
|
|
12
|
+
composes: text-sm from global;
|
|
13
|
+
composes: underline from global;
|
|
13
14
|
}
|
|
14
15
|
|
|
15
16
|
.form {
|
|
16
|
-
|
|
17
|
-
|
|
17
|
+
composes: grid from global;
|
|
18
|
+
composes: gap-y-xs from global;
|
|
18
19
|
}
|
|
19
20
|
|
|
20
21
|
.modal {
|
|
22
|
+
composes: absolute from global;
|
|
23
|
+
composes: bg-subtle from global;
|
|
24
|
+
composes: bottom-0 from global;
|
|
25
|
+
composes: h-full from global;
|
|
26
|
+
composes: text-center from global;
|
|
27
|
+
composes: w-full from global;
|
|
28
|
+
|
|
29
|
+
/* TODO @TW: review (B6) */
|
|
30
|
+
/* composes: invisible from global; */
|
|
21
31
|
visibility: hidden;
|
|
22
|
-
height: 100%;
|
|
23
|
-
width: 100%;
|
|
24
|
-
background-color: rgb(var(--venia-global-color-gray));
|
|
25
|
-
text-align: center;
|
|
26
|
-
position: absolute;
|
|
27
|
-
bottom: 0;
|
|
28
32
|
}
|
|
29
33
|
|
|
30
34
|
.modal_active {
|
|
31
|
-
visibility: visible;
|
|
32
35
|
composes: modal;
|
|
33
|
-
|
|
36
|
+
composes: opacity-90 from global;
|
|
37
|
+
|
|
38
|
+
/* TODO @TW: review (B6) */
|
|
39
|
+
/* composes: visible from global; */
|
|
40
|
+
visibility: visible;
|
|
34
41
|
}
|
|
35
42
|
|
|
36
43
|
.buttonsContainer {
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
grid-
|
|
40
|
-
justify-
|
|
41
|
-
|
|
42
|
-
|
|
44
|
+
composes: gap-sm from global;
|
|
45
|
+
composes: grid from global;
|
|
46
|
+
composes: grid-flow-row from global;
|
|
47
|
+
composes: justify-center from global;
|
|
48
|
+
composes: mt-xs from global;
|
|
49
|
+
composes: w-full from global;
|
|
43
50
|
}
|
|
44
51
|
|
|
45
52
|
.forgotPasswordButtonContainer {
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
justify-
|
|
49
|
-
justify-self
|
|
50
|
-
text-
|
|
53
|
+
composes: flex from global;
|
|
54
|
+
composes: items-center from global;
|
|
55
|
+
composes: justify-center from global;
|
|
56
|
+
composes: justify-self-start from global;
|
|
57
|
+
composes: text-center from global;
|
|
51
58
|
}
|
|
52
59
|
|
|
53
60
|
.forgotPasswordButton {
|
|
54
61
|
composes: root from '../LinkButton/linkButton.module.css';
|
|
55
62
|
|
|
56
|
-
|
|
63
|
+
composes: p-0 from global;
|
|
57
64
|
}
|
|
58
65
|
|
|
59
66
|
.title {
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
text-
|
|
67
|
+
composes: capitalize from global;
|
|
68
|
+
composes: pt-2xs from global;
|
|
69
|
+
composes: text-lg from global;
|
|
63
70
|
}
|
|
@@ -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-lg 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
|
}
|
|
@@ -1,16 +1,12 @@
|
|
|
1
1
|
.root {
|
|
2
|
-
|
|
3
|
-
text-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
}
|
|
2
|
+
composes: pb-xs from global;
|
|
3
|
+
composes: text-center from global;
|
|
4
|
+
composes: text-sm from global;
|
|
5
|
+
composes: text-subtle from global;
|
|
7
6
|
|
|
8
|
-
|
|
9
|
-
font-weight: var(--venia-global-fontWeight-semibold);
|
|
7
|
+
composes: lg_hidden from global;
|
|
10
8
|
}
|
|
11
9
|
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
display: none;
|
|
15
|
-
}
|
|
10
|
+
.sortText {
|
|
11
|
+
composes: font-semibold from global;
|
|
16
12
|
}
|
|
@@ -1,8 +1,12 @@
|
|
|
1
1
|
.root {
|
|
2
|
-
border-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
font-
|
|
6
|
-
|
|
7
|
-
|
|
2
|
+
composes: border-l-4 from global;
|
|
3
|
+
composes: border-solid from global;
|
|
4
|
+
composes: border-error from global;
|
|
5
|
+
composes: font-semibold from global;
|
|
6
|
+
composes: leading-normal from global;
|
|
7
|
+
composes: pl-xs from global;
|
|
8
|
+
composes: pr-0 from global;
|
|
9
|
+
composes: py-xs from global;
|
|
10
|
+
composes: text-error from global;
|
|
11
|
+
composes: text-sm from global;
|
|
8
12
|
}
|
|
@@ -1,16 +1,22 @@
|
|
|
1
1
|
.input {
|
|
2
2
|
composes: input from '../Field/field.module.css';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
3
|
+
|
|
4
|
+
composes: h-auto from global;
|
|
5
|
+
composes: max-w-full from global;
|
|
6
|
+
composes: min-w-full from global;
|
|
7
|
+
composes: px-xs from global;
|
|
8
|
+
composes: py-3 from global;
|
|
7
9
|
}
|
|
8
10
|
|
|
9
11
|
.input_shimmer {
|
|
10
|
-
composes:
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
min-
|
|
15
|
-
|
|
12
|
+
composes: h-auto from global;
|
|
13
|
+
composes: m-0 from global;
|
|
14
|
+
composes: max-w-full from global;
|
|
15
|
+
composes: min-h-[6.75rem] from global;
|
|
16
|
+
composes: min-w-full from global;
|
|
17
|
+
composes: px-[15px] from global;
|
|
18
|
+
composes: py-[12px] from global;
|
|
19
|
+
composes: rounded-md from global;
|
|
20
|
+
composes: w-full from global;
|
|
21
|
+
font-size: 1rem;
|
|
16
22
|
}
|
|
@@ -1,12 +1,21 @@
|
|
|
1
1
|
.input {
|
|
2
2
|
composes: input from '../Field/field.module.css';
|
|
3
|
+
|
|
4
|
+
composes: disabled_text-subtle from global;
|
|
3
5
|
}
|
|
4
6
|
|
|
5
7
|
.input_error {
|
|
6
8
|
composes: input from '../Field/field.module.css';
|
|
7
|
-
|
|
9
|
+
|
|
10
|
+
composes: border-error from global;
|
|
8
11
|
}
|
|
9
12
|
|
|
10
13
|
.input_shimmer {
|
|
11
|
-
composes:
|
|
14
|
+
composes: h-[2.5rem] from global;
|
|
15
|
+
composes: m-0 from global;
|
|
16
|
+
composes: max-w-full from global;
|
|
17
|
+
composes: rounded-md from global;
|
|
18
|
+
composes: w-full from global;
|
|
19
|
+
font-size: 1rem;
|
|
20
|
+
padding: calc(0.375rem - 1px) calc(0.625rem - 1px);
|
|
12
21
|
}
|