@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,55 +1,57 @@
|
|
|
1
1
|
.root {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
grid-
|
|
2
|
+
composes: grid from global;
|
|
3
|
+
composes: gap-xs from global;
|
|
4
|
+
composes: grid-cols-auto from global;
|
|
5
|
+
|
|
6
|
+
composes: lg_grid-cols-2 from global;
|
|
5
7
|
}
|
|
6
8
|
|
|
7
9
|
.image {
|
|
8
|
-
|
|
9
|
-
object-
|
|
10
|
-
|
|
10
|
+
composes: h-full from global;
|
|
11
|
+
composes: object-contain from global;
|
|
12
|
+
composes: w-full from global;
|
|
11
13
|
}
|
|
12
14
|
|
|
13
15
|
.detailsContainer {
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
16
|
+
composes: content-start from global;
|
|
17
|
+
composes: gap-y-xs from global;
|
|
18
|
+
composes: grid from global;
|
|
17
19
|
}
|
|
18
20
|
|
|
19
21
|
.name {
|
|
20
|
-
font-
|
|
21
|
-
font-
|
|
22
|
-
|
|
22
|
+
composes: font-bold from global;
|
|
23
|
+
composes: font-serif from global;
|
|
24
|
+
composes: text-xl from global;
|
|
23
25
|
}
|
|
24
26
|
|
|
25
27
|
.price {
|
|
26
|
-
font-
|
|
28
|
+
composes: font-semibold from global;
|
|
27
29
|
}
|
|
28
30
|
|
|
31
|
+
/* TODO @TW: cannot compose */
|
|
29
32
|
.price:empty {
|
|
33
|
+
/* composes: bg-subtle from global; */
|
|
30
34
|
background-color: rgb(var(--venia-global-color-gray));
|
|
31
35
|
min-height: 1rem;
|
|
32
36
|
width: 4rem;
|
|
33
37
|
}
|
|
34
38
|
|
|
35
39
|
.optionTitle {
|
|
36
|
-
border-
|
|
37
|
-
|
|
38
|
-
|
|
40
|
+
composes: border-t from global;
|
|
41
|
+
composes: border-solid from global;
|
|
42
|
+
composes: border-subtle from global;
|
|
43
|
+
composes: font-semibold from global;
|
|
44
|
+
composes: px-0 from global;
|
|
45
|
+
composes: py-xs from global;
|
|
39
46
|
}
|
|
40
47
|
|
|
41
48
|
.dialogHeaderText {
|
|
42
49
|
composes: headerText from '../Dialog/dialog.module.css';
|
|
43
|
-
overflow: visible;
|
|
44
|
-
}
|
|
45
50
|
|
|
46
|
-
|
|
47
|
-
line-height: 1;
|
|
48
|
-
width: fit-content;
|
|
51
|
+
composes: overflow-visible from global;
|
|
49
52
|
}
|
|
50
53
|
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
}
|
|
54
|
+
.titleContainer {
|
|
55
|
+
composes: leading-none from global;
|
|
56
|
+
composes: w-fit from global;
|
|
55
57
|
}
|
|
@@ -1,21 +1,17 @@
|
|
|
1
1
|
.root {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
composes: gap-x-2xs from global;
|
|
3
|
+
composes: gap-y-sm from global;
|
|
4
|
+
composes: grid from global;
|
|
5
|
+
composes: grid-cols-1 from global;
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
*/
|
|
10
|
-
@media (min-width: 961px) {
|
|
11
|
-
.root {
|
|
12
|
-
grid-template-columns: 1fr 1fr;
|
|
13
|
-
}
|
|
7
|
+
composes: lg_grid-cols-2 from global;
|
|
8
|
+
}
|
|
14
9
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
10
|
+
.fullWidthField {
|
|
11
|
+
composes: lg_col-end-span2 from global;
|
|
12
|
+
}
|
|
18
13
|
|
|
14
|
+
@media (min-width: 960px) {
|
|
19
15
|
.lastname,
|
|
20
16
|
.country,
|
|
21
17
|
.default_address_check {
|
|
@@ -1,56 +1,45 @@
|
|
|
1
1
|
.root {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
composes: max-w-site from global;
|
|
3
|
+
composes: mx-auto from global;
|
|
4
|
+
composes: my-0 from global;
|
|
5
|
+
composes: px-sm from global;
|
|
6
|
+
composes: py-md from global;
|
|
7
|
+
|
|
8
|
+
composes: lg_px-lg from global;
|
|
5
9
|
}
|
|
6
10
|
|
|
7
11
|
.heading {
|
|
8
|
-
|
|
9
|
-
font-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
text-
|
|
12
|
+
composes: capitalize from global;
|
|
13
|
+
composes: font-bold from global;
|
|
14
|
+
composes: font-serif from global;
|
|
15
|
+
composes: leading-tight from global;
|
|
16
|
+
composes: mb-md from global;
|
|
17
|
+
composes: text-center from global;
|
|
14
18
|
}
|
|
15
19
|
|
|
16
20
|
.content {
|
|
17
|
-
|
|
18
|
-
|
|
21
|
+
composes: gap-xs from global;
|
|
22
|
+
composes: grid from global;
|
|
23
|
+
composes: grid-cols-1 from global;
|
|
19
24
|
grid-auto-rows: minmax(6rem, max-content);
|
|
20
|
-
grid-template-columns: 1fr 1fr 1fr;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.addButton {
|
|
24
|
-
border: 2px dashed rgb(var(--venia-global-color-gray-400));
|
|
25
|
-
border-radius: 0.375rem;
|
|
26
|
-
font-size: 0.875rem;
|
|
27
|
-
font-weight: 600;
|
|
28
|
-
transition: border-color 384ms var(--venia-global-anim-standard);
|
|
29
|
-
color: rgb(var(--venia-brand-color-1-700));
|
|
30
|
-
}
|
|
31
25
|
|
|
32
|
-
|
|
33
|
-
outline: none;
|
|
34
|
-
box-shadow: -6px 6px rgb(var(--venia-global-color-blue-700) / 0.3);
|
|
35
|
-
}
|
|
26
|
+
composes: sm_grid-cols-2 from global;
|
|
36
27
|
|
|
37
|
-
|
|
38
|
-
border-color: rgb(var(--venia-brand-color-1-600));
|
|
28
|
+
composes: lg_grid-cols-3 from global;
|
|
39
29
|
}
|
|
40
30
|
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
31
|
+
.addButton {
|
|
32
|
+
composes: border-2 from global;
|
|
33
|
+
composes: border-dashed from global;
|
|
34
|
+
composes: border-subtle from global;
|
|
35
|
+
composes: font-semibold from global;
|
|
36
|
+
composes: rounded-md from global;
|
|
37
|
+
composes: text-brand-dark from global;
|
|
38
|
+
composes: text-sm from global;
|
|
39
|
+
transition: border-color 384ms var(--venia-global-anim-standard);
|
|
46
40
|
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
}
|
|
50
|
-
}
|
|
41
|
+
composes: focus_outline-none from global;
|
|
42
|
+
composes: focus_shadow-buttonFocus from global;
|
|
51
43
|
|
|
52
|
-
|
|
53
|
-
.content {
|
|
54
|
-
grid-template-columns: 1fr;
|
|
55
|
-
}
|
|
44
|
+
composes: hover_border-brand-dark from global;
|
|
56
45
|
}
|
|
@@ -1,78 +1,99 @@
|
|
|
1
1
|
.root {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
border-
|
|
5
|
-
|
|
2
|
+
composes: border-2 from global;
|
|
3
|
+
composes: border-solid from global;
|
|
4
|
+
composes: border-subtle from global;
|
|
5
|
+
composes: content-start from global;
|
|
6
|
+
composes: grid from global;
|
|
7
|
+
composes: p-xs from global;
|
|
8
|
+
composes: relative from global;
|
|
9
|
+
composes: rounded-md from global;
|
|
6
10
|
grid-template-columns: 1fr max-content;
|
|
7
|
-
|
|
8
|
-
|
|
11
|
+
|
|
12
|
+
composes: sm_px-md from global;
|
|
13
|
+
composes: sm_px-5 from global;
|
|
9
14
|
}
|
|
10
15
|
|
|
11
16
|
.root_updated {
|
|
12
17
|
composes: root;
|
|
18
|
+
|
|
13
19
|
animation: flash var(--venia-global-anim-bounce) 640ms 2;
|
|
14
20
|
}
|
|
15
21
|
|
|
16
22
|
.confirmDeleteContainer {
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
grid-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
23
|
+
composes: absolute from global;
|
|
24
|
+
composes: bg-white from global;
|
|
25
|
+
composes: gap-md from global;
|
|
26
|
+
composes: grid from global;
|
|
27
|
+
composes: grid-cols-1 from global;
|
|
28
|
+
composes: h-full from global;
|
|
29
|
+
composes: items-center from global;
|
|
30
|
+
composes: justify-items-center from global;
|
|
31
|
+
composes: left-0 from global;
|
|
32
|
+
composes: p-xs from global;
|
|
33
|
+
composes: top-0 from global;
|
|
34
|
+
composes: w-full from global;
|
|
35
|
+
|
|
36
|
+
composes: sm_px-md from global;
|
|
37
|
+
composes: sm_py-5 from global;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
@media (min-width: 640px) {
|
|
41
|
+
.confirmDeleteContainer {
|
|
42
|
+
grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
|
|
43
|
+
}
|
|
29
44
|
}
|
|
30
45
|
|
|
31
46
|
.confirmDeleteButton {
|
|
32
47
|
composes: root_normalPriorityNegative from '../Button/button.module.css';
|
|
33
48
|
|
|
34
|
-
|
|
35
|
-
|
|
49
|
+
composes: bg-white from global;
|
|
50
|
+
composes: order-first from global;
|
|
51
|
+
composes: sm_order-1 from global;
|
|
36
52
|
}
|
|
53
|
+
|
|
37
54
|
.cancelDeleteButton {
|
|
38
55
|
composes: root_lowPriority from '../Button/button.module.css';
|
|
39
56
|
|
|
40
|
-
|
|
57
|
+
composes: bg-white from global;
|
|
41
58
|
}
|
|
42
59
|
|
|
43
60
|
.contentContainer {
|
|
44
|
-
|
|
45
|
-
|
|
61
|
+
composes: gap-y-2xs from global;
|
|
62
|
+
composes: grid from global;
|
|
46
63
|
}
|
|
47
64
|
|
|
48
65
|
.actionContainer {
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
66
|
+
composes: content-start from global;
|
|
67
|
+
composes: gap-y-2xs from global;
|
|
68
|
+
composes: grid from global;
|
|
69
|
+
composes: justify-items-start from global;
|
|
53
70
|
}
|
|
54
71
|
|
|
55
72
|
.defaultBadge {
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
73
|
+
composes: border from global;
|
|
74
|
+
composes: border-solid from global;
|
|
75
|
+
composes: border-subtle from global;
|
|
76
|
+
composes: font-semibold from global;
|
|
77
|
+
composes: mb-2xs from global;
|
|
78
|
+
composes: px-sm from global;
|
|
79
|
+
composes: py-1.5 from global;
|
|
80
|
+
composes: rounded-md from global;
|
|
81
|
+
composes: text-xs from global;
|
|
82
|
+
composes: w-max from global;
|
|
63
83
|
}
|
|
64
84
|
|
|
65
85
|
.name {
|
|
66
|
-
font-
|
|
86
|
+
composes: font-semibold from global;
|
|
67
87
|
}
|
|
68
88
|
|
|
69
89
|
.telephone {
|
|
70
|
-
|
|
90
|
+
composes: mt-2xs from global;
|
|
71
91
|
}
|
|
72
92
|
|
|
73
93
|
.linkButton {
|
|
74
94
|
composes: root from '../LinkButton/linkButton.module.css';
|
|
75
|
-
|
|
95
|
+
|
|
96
|
+
composes: no-underline from global;
|
|
76
97
|
}
|
|
77
98
|
|
|
78
99
|
.editButton {
|
|
@@ -83,29 +104,10 @@
|
|
|
83
104
|
composes: linkButton;
|
|
84
105
|
}
|
|
85
106
|
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
padding: 1rem;
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
.confirmDeleteContainer {
|
|
92
|
-
padding: 1rem;
|
|
93
|
-
grid-template-columns: 1fr;
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
.confirmDeleteButton {
|
|
97
|
-
order: 0;
|
|
98
|
-
}
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
@media (max-width: 384px) {
|
|
102
|
-
.actionLabel {
|
|
103
|
-
display: none;
|
|
104
|
-
}
|
|
107
|
+
.actionLabel {
|
|
108
|
+
composes: hidden from global;
|
|
105
109
|
|
|
106
|
-
|
|
107
|
-
padding: 0 0.25rem 0.25rem;
|
|
108
|
-
}
|
|
110
|
+
composes: xs_inline from global;
|
|
109
111
|
}
|
|
110
112
|
|
|
111
113
|
@keyframes flash {
|
|
@@ -1,20 +1,21 @@
|
|
|
1
1
|
.root {
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
composes: bg-white from global;
|
|
3
|
+
composes: gap-3 from global;
|
|
4
|
+
composes: grid from global;
|
|
5
|
+
composes: grid-flow-col from global;
|
|
6
|
+
composes: h-[4rem] from global;
|
|
7
|
+
composes: items-stretch from global;
|
|
4
8
|
box-shadow: 0 -1px rgb(var(--venia-global-color-border));
|
|
5
|
-
display: grid;
|
|
6
|
-
gap: 0.75rem;
|
|
7
|
-
grid-auto-flow: column;
|
|
8
|
-
height: 4rem;
|
|
9
9
|
}
|
|
10
10
|
|
|
11
11
|
.contents {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
grid-
|
|
15
|
-
|
|
16
|
-
justify-items
|
|
17
|
-
|
|
12
|
+
composes: grid from global;
|
|
13
|
+
composes: grid-cols-1 from global;
|
|
14
|
+
composes: grid-flow-col from global;
|
|
15
|
+
composes: items-center from global;
|
|
16
|
+
composes: justify-items-start from global;
|
|
17
|
+
composes: px-xs from global;
|
|
18
|
+
composes: py-0 from global;
|
|
18
19
|
}
|
|
19
20
|
|
|
20
21
|
.signIn {
|
|
@@ -1,13 +1,15 @@
|
|
|
1
1
|
.root {
|
|
2
|
-
|
|
2
|
+
composes: block from global;
|
|
3
3
|
}
|
|
4
4
|
|
|
5
5
|
.createAccountActions {
|
|
6
6
|
composes: actions from '../CreateAccount/createAccount.module.css';
|
|
7
|
-
|
|
7
|
+
|
|
8
|
+
composes: grid-flow-row from global;
|
|
8
9
|
}
|
|
9
10
|
|
|
10
11
|
.createAccountSubmitButton {
|
|
11
12
|
composes: root_highPriority from '../Button/button.module.css';
|
|
12
|
-
|
|
13
|
+
|
|
14
|
+
composes: col-start-auto from global;
|
|
13
15
|
}
|
|
@@ -1,27 +1,20 @@
|
|
|
1
1
|
.root {
|
|
2
|
-
--whitespace-start: 1rem;
|
|
3
|
-
--whitespace-end: 10px;
|
|
4
|
-
|
|
5
|
-
composes: h-auto from global;
|
|
6
|
-
padding-left: var(--whitespace-start);
|
|
7
|
-
padding-top: var(--whitespace-start);
|
|
8
|
-
padding-bottom: var(--whitespace-end); /* Allow space for focus ring */
|
|
9
|
-
margin-bottom: calc(
|
|
10
|
-
-1 * var(--whitespace-end)
|
|
11
|
-
); /* Prevent focus ring space affecting the rest of the UI */
|
|
12
|
-
font-size: 0.875rem;
|
|
13
|
-
|
|
14
2
|
/* Permanent height to prevent pop-in. */
|
|
15
|
-
|
|
16
|
-
|
|
3
|
+
composes: h-[2.5rem] from global;
|
|
4
|
+
composes: mt-xs from global;
|
|
5
|
+
composes: ml-xs from global;
|
|
17
6
|
/* Show ellipses when overflowing. */
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
7
|
+
composes: overflow-hidden from global;
|
|
8
|
+
composes: overflow-ellipsis from global;
|
|
9
|
+
composes: pt-[0.625rem] from global;
|
|
10
|
+
composes: pb-[1rem] from global;
|
|
11
|
+
composes: text-sm from global;
|
|
12
|
+
composes: whitespace-nowrap from global;
|
|
13
|
+
composes: -mb-[1rem] from global;
|
|
21
14
|
}
|
|
22
15
|
|
|
23
16
|
.text {
|
|
24
|
-
|
|
17
|
+
composes: p-1 from global;
|
|
25
18
|
}
|
|
26
19
|
|
|
27
20
|
.divider {
|
|
@@ -30,7 +23,7 @@
|
|
|
30
23
|
|
|
31
24
|
.link {
|
|
32
25
|
composes: text;
|
|
33
|
-
|
|
26
|
+
composes: underline from global;
|
|
34
27
|
}
|
|
35
28
|
|
|
36
29
|
.currentCategory {
|
|
@@ -1,94 +1,130 @@
|
|
|
1
1
|
.root {
|
|
2
|
-
composes:
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
2
|
+
composes: border-2 from global;
|
|
3
|
+
composes: border-solid from global;
|
|
4
|
+
composes: cursor-pointer from global;
|
|
5
|
+
composes: font-bold from global;
|
|
6
|
+
composes: inline-flex from global;
|
|
7
|
+
composes: items-center from global;
|
|
8
|
+
composes: justify-center from global;
|
|
9
|
+
composes: leading-tight from global;
|
|
10
|
+
composes: max-w-full from global;
|
|
11
|
+
composes: min-w-[10rem] from global;
|
|
12
|
+
composes: outline-none from global;
|
|
13
|
+
composes: pointer-events-auto from global;
|
|
14
|
+
composes: px-sm from global;
|
|
15
|
+
composes: rounded-full from global;
|
|
16
|
+
composes: text-center from global;
|
|
17
|
+
composes: text-sm from global;
|
|
18
|
+
composes: uppercase from global;
|
|
19
|
+
padding-top: calc(0.5rem + 1px); /* TODO @TW: review */
|
|
20
|
+
padding-bottom: calc(0.5rem - 1px); /* TODO @TW: review */
|
|
15
21
|
min-height: 2.5rem;
|
|
16
|
-
outline: none;
|
|
17
|
-
padding: calc(0.5rem + 1px) 1.5rem calc(0.5rem - 1px);
|
|
18
|
-
text-transform: uppercase;
|
|
19
22
|
transition-duration: 256ms;
|
|
20
23
|
transition-property: background-color, border-color, color;
|
|
21
24
|
transition-timing-function: var(--venia-global-anim-standard);
|
|
22
|
-
}
|
|
23
25
|
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
composes: disabled_bg-gray-400 from global;
|
|
27
|
+
composes: disabled_border-gray-400 from global;
|
|
28
|
+
composes: disabled_opacity-50 from global;
|
|
29
|
+
composes: disabled_pointer-events-none from global;
|
|
30
|
+
composes: disabled_text-white from global;
|
|
27
31
|
|
|
28
|
-
|
|
29
|
-
box-shadow: -6px 6px rgb(var(--venia-brand-color-1-100));
|
|
32
|
+
composes: focus_shadow-inputFocus from global;
|
|
30
33
|
}
|
|
31
34
|
|
|
32
35
|
.root:active {
|
|
33
36
|
transition-duration: 128ms;
|
|
34
|
-
--stroke: var(--venia-brand-color-1-800);
|
|
35
37
|
}
|
|
36
38
|
|
|
37
39
|
/**
|
|
38
40
|
* Some browsers retain the :hover state after a click, this ensures if a button becomes disabled after
|
|
39
41
|
* being clicked it will be visually disabled.
|
|
40
42
|
*/
|
|
41
|
-
.root:disabled,
|
|
42
43
|
.root:hover:disabled {
|
|
44
|
+
/* TODO @TW: cannot compose. This may not be possible with two variants. */
|
|
43
45
|
pointer-events: none;
|
|
44
|
-
--stroke: var(--venia-global-color-gray-400);
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.content {
|
|
48
|
-
align-items: center;
|
|
49
|
-
display: inline-grid;
|
|
50
|
-
gap: 0.35rem;
|
|
51
|
-
grid-auto-flow: column;
|
|
52
|
-
justify-content: center;
|
|
53
|
-
justify-items: center;
|
|
54
46
|
}
|
|
55
47
|
|
|
56
|
-
/* derived classes */
|
|
57
48
|
.root_lowPriority {
|
|
58
49
|
composes: root;
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
composes:
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
--stroke: var(--venia-global-color-red-800);
|
|
50
|
+
|
|
51
|
+
composes: bg-transparent from global;
|
|
52
|
+
composes: border-gray-700 from global;
|
|
53
|
+
composes: text-gray-700 from global;
|
|
54
|
+
|
|
55
|
+
composes: active_border-gray-800 from global;
|
|
56
|
+
composes: active_text-gray-800 from global;
|
|
57
|
+
|
|
58
|
+
composes: hover_border-gray-800 from global;
|
|
59
|
+
composes: hover_text-gray-800 from global;
|
|
70
60
|
}
|
|
71
61
|
|
|
72
62
|
.root_normalPriority {
|
|
73
63
|
composes: root;
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
composes:
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
64
|
+
|
|
65
|
+
composes: bg-transparent from global;
|
|
66
|
+
composes: border-brand-dark from global;
|
|
67
|
+
composes: text-brand-dark from global;
|
|
68
|
+
|
|
69
|
+
composes: active_border-brand-darkest from global;
|
|
70
|
+
composes: active_text-brand-darkest from global;
|
|
71
|
+
|
|
72
|
+
composes: hover_border-brand-darkest from global;
|
|
73
|
+
composes: hover_text-brand-darkest from global;
|
|
81
74
|
}
|
|
82
75
|
|
|
83
76
|
.root_highPriority {
|
|
84
77
|
composes: root;
|
|
85
|
-
|
|
86
|
-
|
|
78
|
+
|
|
79
|
+
composes: bg-brand-dark from global;
|
|
80
|
+
composes: border-brand-dark from global;
|
|
81
|
+
composes: text-white from global;
|
|
82
|
+
|
|
83
|
+
composes: active_bg-brand-darkest from global;
|
|
84
|
+
composes: active_border-brand-darkest from global;
|
|
85
|
+
composes: active_text-white from global;
|
|
86
|
+
|
|
87
|
+
composes: hover_bg-brand-darkest from global;
|
|
88
|
+
composes: hover_border-brand-darkest from global;
|
|
89
|
+
composes: hover_text-white from global;
|
|
87
90
|
}
|
|
91
|
+
|
|
92
|
+
.root_lowPriorityNegative,
|
|
93
|
+
.root_normalPriorityNegative {
|
|
94
|
+
composes: root;
|
|
95
|
+
|
|
96
|
+
composes: bg-transparent from global;
|
|
97
|
+
composes: border-red-600 from global;
|
|
98
|
+
composes: text-red-600 from global;
|
|
99
|
+
|
|
100
|
+
composes: active_border-red-700 from global;
|
|
101
|
+
composes: active_text-red-700 from global;
|
|
102
|
+
|
|
103
|
+
composes: hover_border-red-700 from global;
|
|
104
|
+
composes: hover_text-red-700 from global;
|
|
105
|
+
}
|
|
106
|
+
|
|
88
107
|
.root_highPriorityNegative {
|
|
89
|
-
composes:
|
|
90
|
-
|
|
108
|
+
composes: root;
|
|
109
|
+
|
|
110
|
+
composes: bg-red-600 from global;
|
|
111
|
+
composes: border-red-600 from global;
|
|
112
|
+
composes: text-white from global;
|
|
113
|
+
|
|
114
|
+
composes: active_bg-red-700 from global;
|
|
115
|
+
composes: active_border-red-700 from global;
|
|
116
|
+
composes: active_text-white from global;
|
|
117
|
+
|
|
118
|
+
composes: hover_bg-red-700 from global;
|
|
119
|
+
composes: hover_border-red-700 from global;
|
|
120
|
+
composes: hover_text-white from global;
|
|
91
121
|
}
|
|
92
|
-
|
|
93
|
-
|
|
122
|
+
|
|
123
|
+
.content {
|
|
124
|
+
composes: gap-1.5 from global;
|
|
125
|
+
composes: grid-flow-col from global;
|
|
126
|
+
composes: inline-grid from global;
|
|
127
|
+
composes: items-center from global;
|
|
128
|
+
composes: justify-center from global;
|
|
129
|
+
composes: justify-items-center from global;
|
|
94
130
|
}
|