@riosst100/pwa-marketplace 2.0.8 → 2.0.9
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/.github/workflows/dependabot.yml +28 -28
- package/i18n/en_US.json +508 -509
- package/i18n/id_ID.json +508 -509
- package/package.json +18 -22
- package/src/componentOverrideMapping.js +1 -50
- package/src/components/BecomeSeller/becomeSeller.js +178 -304
- package/src/components/BecomeSeller/becomeSeller.module.css +4 -4
- package/src/components/BecomeSellerLink/becomeSellerLink.js +1 -1
- package/src/components/BecomeSellerLink/becomeSellerLink.module.css +4 -0
- package/src/components/BecomeSellerPage/becomeSellerPage.js +1 -2
- package/src/components/BecomeSellerPage/becomeSellerPage.module.css +10 -2
- package/src/components/Filter/index.js +2 -2
- package/src/components/Header/becomeSellerLink.module.css +4 -0
- package/src/components/Header/websiteSwitcher.js +1 -0
- package/src/components/Header/websiteSwitcher.module.css +111 -107
- package/src/components/Header/websiteSwitcher.shimmer.js +6 -6
- package/src/components/Header/websiteSwitcherItem.js +47 -47
- package/src/components/Header/websiteSwitcherItem.module.css +20 -20
- package/src/components/OperatingHours/operatingHours.js +9 -7
- package/src/components/Pagination/index.js +33 -31
- package/src/components/PhoneTextInput/index.js +1 -1
- package/src/components/PhoneTextInput/phoneTextInput.js +62 -62
- package/src/components/ProductItem/index.js +1 -1
- package/src/components/SellerCountry/index.js +1 -1
- package/src/components/SellerCountry/sellerCountry.js +71 -71
- package/src/components/SellerCountry/sellerCountry.module.css +3 -3
- package/src/components/SellerDetail/sellerDetail.js +27 -47
- package/src/components/SellerInformation/sellerInformation.js +10 -11
- package/src/components/SellerLocation/sellerLocation.js +2 -2
- package/src/components/SellerLocation/sellerLocationItem.js +3 -3
- package/src/components/SellerProducts/sellerProducts.js +2 -2
- package/src/components/SellerReview/sellerReview.js +26 -34
- package/src/components/SellerReviewItem/sellerReviewItem.js +25 -110
- package/src/components/SellerVerification/sellerVerification.module.css +1 -1
- package/src/components/SortBy/index.js +2 -2
- package/src/components/WebsiteSwitcher/websiteSwitcher.js +6 -18
- package/src/components/WebsiteSwitcher/websiteSwitcher.module.css +111 -107
- package/src/components/WebsiteSwitcher/websiteSwitcher.shimmer.js +6 -6
- package/src/components/WebsiteSwitcher/websiteSwitcherItem.js +47 -47
- package/src/components/WebsiteSwitcher/websiteSwitcherItem.module.css +20 -20
- package/src/components/commons/Tabs/index.js +2 -2
- package/src/intercept.js +27 -87
- package/src/overwrites/venia-ui/lib/components/Adapter/adapter.js +0 -3
- package/src/overwrites/venia-ui/lib/components/Header/header.js +13 -51
- package/src/overwrites/venia-ui/lib/components/Header/storeSwitcher.js +8 -22
- package/src/overwrites/venia-ui/lib/components/MegaMenu/megaMenu.js +1 -2
- package/src/overwrites/venia-ui/lib/components/MegaMenu/megaMenuItem.js +5 -11
- package/src/overwrites/venia-ui/lib/components/MegaMenu/submenu.js +23 -82
- package/src/overwrites/venia-ui/lib/components/MegaMenu/submenu.module.css +11 -17
- package/src/overwrites/venia-ui/lib/components/MegaMenu/submenuColumn.js +12 -65
- package/src/overwrites/venia-ui/lib/components/MegaMenu/submenuColumn.module.css +6 -11
- package/src/overwrites/venia-ui/lib/components/SearchBar/autocomplete.js +1 -5
- package/src/overwrites/venia-ui/lib/components/SearchBar/autocomplete.module.css +7 -6
- package/src/overwrites/venia-ui/lib/components/SearchBar/searchBar.js +1 -26
- package/src/overwrites/venia-ui/lib/components/SearchBar/searchBar.module.css +3 -1
- package/src/overwrites/venia-ui/lib/components/SearchBar/searchField.js +3 -14
- package/src/overwrites/venia-ui/lib/components/SearchBar/suggestions.module.css +1 -1
- package/src/talons/Header/websiteSwitcher.gql.js +45 -45
- package/src/talons/Seller/seller.gql.js +36 -0
- package/src/talons/WebsiteSwitcher/websiteSwitcher.gql.js +45 -45
- package/src/theme/vars.js +0 -16
- package/src/components/AccountLayout/accountlayout.module.css +0 -13
- package/src/components/AccountLayout/index.js +0 -194
- package/src/components/AlphaFilter/alphaFilter.js +0 -103
- package/src/components/AlphaFilter/alphaFilter.module.css +0 -38
- package/src/components/AlphaFilter/alphaFilter.shimmer.js +0 -50
- package/src/components/AlphaFilter/index.js +0 -2
- package/src/components/ArraySearchInput/arraySearchInput.js +0 -100
- package/src/components/ArraySearchInput/arraySearchInput.module.css +0 -48
- package/src/components/ArraySearchInput/index.js +0 -1
- package/src/components/AttributesBlock/attributesBlock.js +0 -54
- package/src/components/AttributesBlock/attributesBlock.module.css +0 -28
- package/src/components/BrandLandingPage/brandInfo.js +0 -93
- package/src/components/BrandLandingPage/brandLanding.js +0 -255
- package/src/components/BrandLandingPage/index.js +0 -94
- package/src/components/BrandLandingPage/menu.js +0 -20
- package/src/components/BrandListPage/banner_brands.png +0 -0
- package/src/components/BrandListPage/brandList.js +0 -88
- package/src/components/BrandListPage/index.js +0 -57
- package/src/components/BrandSlider/brandSlider.js +0 -91
- package/src/components/BrandSlider/index.js +0 -1
- package/src/components/BrandSlider/item.js +0 -61
- package/src/components/CollectibleGameSets/collectibleGameSets.js +0 -252
- package/src/components/CollectibleGameSets/collectibleGameSets.module.css +0 -69
- package/src/components/CollectibleGameSets/collectibleGameSets.shimmer.js +0 -50
- package/src/components/CollectibleGameSets/index.js +0 -2
- package/src/components/CollectibleGameSetsPage/collectibleGameSetsPage.js +0 -10
- package/src/components/CollectibleGameSetsPage/index.js +0 -1
- package/src/components/CrossSeller/crossSellerBuy.js +0 -19
- package/src/components/CrossSeller/index.js +0 -15
- package/src/components/CrossSeller/item.js +0 -79
- package/src/components/CrossSeller/logo_seller.png +0 -0
- package/src/components/CrossSeller/starIcon.js +0 -11
- package/src/components/CrossSeller/verifyIcon.js +0 -12
- package/src/components/CurrencySwitcher/currencySwitcher.himmer.js +0 -6
- package/src/components/CurrencySwitcher/currencySwitcher.module.css +0 -102
- package/src/components/CurrencySwitcher/index.js +0 -107
- package/src/components/CurrencySwitcher/switcherItem.js +0 -47
- package/src/components/CurrencySwitcher/switcherItem.module.css +0 -20
- package/src/components/CustomSortBy/customSortBy.js +0 -196
- package/src/components/CustomSortBy/customSortBy.module.css +0 -68
- package/src/components/CustomSortBy/customSortItem.js +0 -57
- package/src/components/CustomSortBy/customSortItem.module.css +0 -23
- package/src/components/CustomSortBy/index.js +0 -1
- package/src/components/CustomSortBy/productSort.module.css +0 -65
- package/src/components/CustomSortBy/productSort.shimmer.js +0 -28
- package/src/components/CustomSortBy/productSort.shimmer.module.css +0 -10
- package/src/components/CustomSubCategory/subCategory.js +0 -36
- package/src/components/CustomSubCategory/subCategory.module.css +0 -22
- package/src/components/CustomSubCategoryPage/subCategoryPage.js +0 -136
- package/src/components/CustomSubCategoryPage/subCategoryPage.module.css +0 -46
- package/src/components/Divider/index.js +0 -11
- package/src/components/Dropdown/dropdown.js +0 -80
- package/src/components/Dropdown/index.js +0 -10
- package/src/components/FavoriteSeller/favoriteSeller.js +0 -32
- package/src/components/FavoriteSeller/index.js +0 -14
- package/src/components/FavoriteSeller/item.js +0 -140
- package/src/components/FilterOption/FilterOptionModal.module.css +0 -90
- package/src/components/FilterOption/filterOptionModal.js +0 -48
- package/src/components/FilterOptionModal/filterOptionModal.js +0 -66
- package/src/components/FilterTop/CurrentTopFilters/currentTopFilter.js +0 -47
- package/src/components/FilterTop/CurrentTopFilters/currentTopFilter.module.css +0 -22
- package/src/components/FilterTop/CurrentTopFilters/currentTopFilters.js +0 -50
- package/src/components/FilterTop/CurrentTopFilters/currentTopFilters.module.css +0 -21
- package/src/components/FilterTop/CurrentTopFilters/index.js +0 -1
- package/src/components/FilterTop/CustomFilters/customFilter.js +0 -83
- package/src/components/FilterTop/CustomFilters/customFilter.module.css +0 -22
- package/src/components/FilterTop/CustomFilters/customFilters.js +0 -132
- package/src/components/FilterTop/CustomFilters/customFilters.module.css +0 -23
- package/src/components/FilterTop/CustomFilters/index.js +0 -1
- package/src/components/FilterTop/FilterBlockList/filterBlockList.js +0 -56
- package/src/components/FilterTop/FilterBlockList/filterBlockList.module.css +0 -8
- package/src/components/FilterTop/FilterBlockList/filterTopItem.js +0 -79
- package/src/components/FilterTop/FilterBlockList/filterTopItem.module.css +0 -14
- package/src/components/FilterTop/FilterBlockList/filterTopItemGroup.js +0 -95
- package/src/components/FilterTop/FilterBlockList/filterTopItemGroup.module.css +0 -23
- package/src/components/FilterTop/FilterBlockList/index.js +0 -1
- package/src/components/FilterTop/filterTop.js +0 -176
- package/src/components/FilterTop/filterTop.module.css +0 -23
- package/src/components/FilterTop/filterTop.shimmer.js +0 -24
- package/src/components/FilterTop/filterTopBlock.js +0 -60
- package/src/components/FilterTop/index.js +0 -2
- package/src/components/FilterTopBackup/CustomFilters/customFilter.js +0 -83
- package/src/components/FilterTopBackup/CustomFilters/customFilter.module.css +0 -22
- package/src/components/FilterTopBackup/CustomFilters/customFilters.js +0 -133
- package/src/components/FilterTopBackup/CustomFilters/customFilters.module.css +0 -23
- package/src/components/FilterTopBackup/CustomFilters/index.js +0 -1
- package/src/components/FilterTopBackup/filterTop.js +0 -14
- package/src/components/FilterTopBackup/filterTop.module.css +0 -23
- package/src/components/FilterTopBackup/filterTop.shimmer.js +0 -24
- package/src/components/FilterTopBackup/index.js +0 -2
- package/src/components/LegoSets/index.js +0 -2
- package/src/components/LegoSets/legoSets.js +0 -327
- package/src/components/LegoSets/legoSets.module.css +0 -76
- package/src/components/LegoSets/legoSets.shimmer.js +0 -50
- package/src/components/LiveChat/chatContent.js +0 -39
- package/src/components/LiveChat/index.js +0 -52
- package/src/components/LiveChat/liveChat.js +0 -160
- package/src/components/MegaMenu/customMenuItems.js +0 -138
- package/src/components/MegaMenu/customMenuItems.module.css +0 -31
- package/src/components/MiniatureGameSets/index.js +0 -2
- package/src/components/MiniatureGameSets/miniatureGameSets.js +0 -297
- package/src/components/MiniatureGameSets/miniatureGameSets.module.css +0 -76
- package/src/components/MiniatureGameSets/miniatureGameSets.shimmer.js +0 -50
- package/src/components/Modal/index.js +0 -10
- package/src/components/Modal/modal.js +0 -48
- package/src/components/MtgSinglesPage/index.js +0 -62
- package/src/components/MtgSinglesPage/mtgSingles.js +0 -90
- package/src/components/MtgSinglesPage/singles.module.css +0 -15
- package/src/components/NonSportCardsSets/index.js +0 -2
- package/src/components/NonSportCardsSets/nonSportCardsSets.js +0 -270
- package/src/components/NonSportCardsSets/nonSportCardsSets.module.css +0 -76
- package/src/components/NonSportCardsSets/nonSportCardsSets.shimmer.js +0 -50
- package/src/components/ProductLabel/index.js +0 -47
- package/src/components/ProductLineSlider/index.js +0 -1
- package/src/components/ProductLineSlider/item.js +0 -38
- package/src/components/ProductLineSlider/logo_nendoroid.png +0 -0
- package/src/components/ProductLineSlider/nendroid-image.png +0 -0
- package/src/components/ProductLineSlider/productLineSlider.js +0 -91
- package/src/components/ProductListTab/index.js +0 -4
- package/src/components/ProductListTab/productListTab.js +0 -100
- package/src/components/ProductListTab/productListTab.module.css +0 -64
- package/src/components/ProductListTab/productListTab.shimmer.js +0 -24
- package/src/components/RFQ/index.js +0 -39
- package/src/components/RFQ/modalRfq.js +0 -249
- package/src/components/RFQPage/index.js +0 -14
- package/src/components/RFQPage/orderRow.js +0 -318
- package/src/components/RFQPage/quoteDetail.js +0 -342
- package/src/components/RFQPage/quoteDetailPage.js +0 -14
- package/src/components/RFQPage/quoteList.js +0 -227
- package/src/components/RelatedProduct/index.js +0 -16
- package/src/components/RelatedProduct/relatedProduct.js +0 -112
- package/src/components/RelatedProduct/sample.json +0 -154
- package/src/components/ShopBy/index.js +0 -2
- package/src/components/ShopBy/shopBy copy.js +0 -172
- package/src/components/ShopBy/shopBy.js +0 -435
- package/src/components/ShopBy/shopBy.module.css +0 -76
- package/src/components/ShopBy/shopBy.shimmer.js +0 -50
- package/src/components/ShopByBrands/index.js +0 -2
- package/src/components/ShopByBrands/legoSets.shimmer.js +0 -50
- package/src/components/ShopByBrands/shopByBrands.js +0 -327
- package/src/components/ShopByBrands/shopByBrands.module.css +0 -76
- package/src/components/ShopByBrands/shopByBrands.shimmer.js +0 -50
- package/src/components/ShopByCard/index.js +0 -2
- package/src/components/ShopByCard/shopByCard.js +0 -277
- package/src/components/ShopByCard/shopByCard.module.css +0 -76
- package/src/components/ShopByCard/shopByCard.shimmer.js +0 -50
- package/src/components/ShopByCategory/index.js +0 -2
- package/src/components/ShopByCategory/shopByCategory.js +0 -69
- package/src/components/ShopByCategory/shopByCategory.module.css +0 -58
- package/src/components/ShopByCategory/shopByCategory.shimmer.js +0 -24
- package/src/components/ShopByFilters/index.js +0 -1
- package/src/components/ShopByFilters/shopByFilters.js +0 -74
- package/src/components/ShopByFilters/shopByFilters.module.css +0 -21
- package/src/components/ShopByPage/index.js +0 -1
- package/src/components/ShopByPage/shopByPage.js +0 -12
- package/src/components/ShopBySets/index.js +0 -2
- package/src/components/ShopBySets/shopBySets.js +0 -288
- package/src/components/ShopBySets/shopBySets.module.css +0 -76
- package/src/components/ShopBySets/shopBySets.shimmer.js +0 -50
- package/src/components/ShopByVehicles/index.js +0 -2
- package/src/components/ShopByVehicles/shopByVehicles.js +0 -327
- package/src/components/ShopByVehicles/shopByVehicles.module.css +0 -76
- package/src/components/ShopByVehicles/shopByVehicles.shimmer.js +0 -50
- package/src/components/SocialLogin/img/facebook.svg +0 -3
- package/src/components/SocialLogin/img/google.svg +0 -6
- package/src/components/SocialLogin/img/instagram.svg +0 -27
- package/src/components/SocialLogin/img/wechat.svg +0 -15
- package/src/components/SocialLogin/img/weibo.svg +0 -7
- package/src/components/SocialLogin/index.js +0 -10
- package/src/components/SocialLogin/socialLogin.js +0 -70
- package/src/components/SocialMediaShare/index.js +0 -51
- package/src/components/SocialMediaShare/share.js +0 -94
- package/src/components/SportCardsSets/index.js +0 -2
- package/src/components/SportCardsSets/sportCardsSets.js +0 -363
- package/src/components/SportCardsSets/sportCardsSets.module.css +0 -76
- package/src/components/SportCardsSets/sportCardsSets.shimmer.js +0 -50
- package/src/components/SubCategory/customSubCategory.js +0 -45
- package/src/components/SubCategory/customSubCategory.module.css +0 -22
- package/src/components/SubCategory/subCategory.js +0 -49
- package/src/components/SubCategory/subCategory.module.css +0 -22
- package/src/components/TrainsSets/index.js +0 -2
- package/src/components/TrainsSets/trainsSets.js +0 -331
- package/src/components/TrainsSets/trainsSets.module.css +0 -76
- package/src/components/TrainsSets/trainsSets.shimmer.js +0 -49
- package/src/hooks/useCustomSort.js +0 -21
- package/src/overwrites/pagebuilder/lib/ContentTypes/Products/Carousel/__fixtures__/apolloMocks.js +0 -33
- package/src/overwrites/pagebuilder/lib/ContentTypes/Products/Carousel/carousel.gql.ce.js +0 -16
- package/src/overwrites/pagebuilder/lib/ContentTypes/Products/Carousel/carousel.gql.ee.js +0 -17
- package/src/overwrites/pagebuilder/lib/ContentTypes/Products/Carousel/carousel.js +0 -38
- package/src/overwrites/pagebuilder/lib/ContentTypes/Products/Carousel/index.js +0 -1
- package/src/overwrites/pagebuilder/lib/ContentTypes/Products/Carousel/useCarousel.js +0 -25
- package/src/overwrites/pagebuilder/lib/ContentTypes/Products/configAggregator.js +0 -26
- package/src/overwrites/pagebuilder/lib/ContentTypes/Products/index.js +0 -1
- package/src/overwrites/pagebuilder/lib/ContentTypes/Products/products.js +0 -369
- package/src/overwrites/pagebuilder/lib/ContentTypes/Products/products.module.css +0 -0
- package/src/overwrites/pagebuilder/lib/ContentTypes/Slider/banner.module.css +0 -103
- package/src/overwrites/pagebuilder/lib/ContentTypes/Slider/configAggregator.js +0 -17
- package/src/overwrites/pagebuilder/lib/ContentTypes/Slider/index.js +0 -2
- package/src/overwrites/pagebuilder/lib/ContentTypes/Slider/slider.js +0 -221
- package/src/overwrites/pagebuilder/lib/ContentTypes/Slider/slider.module.css +0 -231
- package/src/overwrites/pagebuilder/lib/ContentTypes/Slider/slider.shimmer.js +0 -126
- package/src/overwrites/pagebuilder/lib/ContentTypes/Slider/slider.shimmer.module.css +0 -5
- package/src/overwrites/pagebuilder/lib/utils.js +0 -224
- package/src/overwrites/peregrine/lib/talons/Breadcrumbs/useBreadcrumbs.js +0 -100
- package/src/overwrites/peregrine/lib/talons/FilterModal/useFilterList.js +0 -62
- package/src/overwrites/peregrine/lib/talons/FilterSidebar/useFilterSidebar.js +0 -312
- package/src/overwrites/peregrine/lib/talons/MegaMenu/megaMenu.gql.js +0 -96
- package/src/overwrites/peregrine/lib/talons/MegaMenu/useMegaMenu.js +0 -199
- package/src/overwrites/peregrine/lib/talons/MegaMenu/useMegaMenuItem.js +0 -66
- package/src/overwrites/peregrine/lib/talons/MegaMenu/useSubMenu.js +0 -20
- package/src/overwrites/peregrine/lib/talons/ProductFullDetail/useProductFullDetail.js +0 -642
- package/src/overwrites/peregrine/lib/talons/RootComponents/Category/category.gql.js +0 -49
- package/src/overwrites/peregrine/lib/talons/RootComponents/Category/categoryContent.gql.js +0 -98
- package/src/overwrites/peregrine/lib/talons/RootComponents/Category/categoryFragments.gql.js +0 -90
- package/src/overwrites/peregrine/lib/talons/RootComponents/Category/useCategory.js +0 -234
- package/src/overwrites/peregrine/lib/talons/RootComponents/Category/useCategoryContent.js +0 -192
- package/src/overwrites/peregrine/lib/talons/RootComponents/Product/product.gql.js +0 -31
- package/src/overwrites/peregrine/lib/talons/RootComponents/Product/productDetailFragment.gql.js +0 -235
- package/src/overwrites/venia-ui/lib/RootComponents/CMS/cms.js +0 -73
- package/src/overwrites/venia-ui/lib/RootComponents/CMS/cms.module.css +0 -25
- package/src/overwrites/venia-ui/lib/RootComponents/CMS/cms.shimmer.js +0 -18
- package/src/overwrites/venia-ui/lib/RootComponents/CMS/index.js +0 -7
- package/src/overwrites/venia-ui/lib/RootComponents/Category/NoProductsFound/index.js +0 -1
- package/src/overwrites/venia-ui/lib/RootComponents/Category/NoProductsFound/noProductsFound.js +0 -64
- package/src/overwrites/venia-ui/lib/RootComponents/Category/NoProductsFound/noProductsFound.module.css +0 -39
- package/src/overwrites/venia-ui/lib/RootComponents/Category/NoProductsFound/noProductsFound.png +0 -0
- package/src/overwrites/venia-ui/lib/RootComponents/Category/category.gql.js +0 -17
- package/src/overwrites/venia-ui/lib/RootComponents/Category/category.js +0 -142
- package/src/overwrites/venia-ui/lib/RootComponents/Category/category.module.css +0 -78
- package/src/overwrites/venia-ui/lib/RootComponents/Category/categoryContent.js +0 -383
- package/src/overwrites/venia-ui/lib/RootComponents/Category/categoryContent.shimmer.js +0 -74
- package/src/overwrites/venia-ui/lib/RootComponents/Category/images/001.jpg +0 -0
- package/src/overwrites/venia-ui/lib/RootComponents/Category/images/002.jpg +0 -0
- package/src/overwrites/venia-ui/lib/RootComponents/Category/images/003.jpg +0 -0
- package/src/overwrites/venia-ui/lib/RootComponents/Category/images/004.jpg +0 -0
- package/src/overwrites/venia-ui/lib/RootComponents/Category/images/005.jpg +0 -0
- package/src/overwrites/venia-ui/lib/RootComponents/Category/images/006.jpg +0 -0
- package/src/overwrites/venia-ui/lib/RootComponents/Category/images/007.jpg +0 -0
- package/src/overwrites/venia-ui/lib/RootComponents/Category/images/008.jpg +0 -0
- package/src/overwrites/venia-ui/lib/RootComponents/Category/images/009.jpg +0 -0
- package/src/overwrites/venia-ui/lib/RootComponents/Category/images/010.jpg +0 -0
- package/src/overwrites/venia-ui/lib/RootComponents/Category/images/011.jpg +0 -0
- package/src/overwrites/venia-ui/lib/RootComponents/Category/images/012.jpg +0 -0
- package/src/overwrites/venia-ui/lib/RootComponents/Category/images/index.js +0 -12
- package/src/overwrites/venia-ui/lib/RootComponents/Category/index.js +0 -6
- package/src/overwrites/venia-ui/lib/components/AccountInformationPage/accountInformationPage.gql.js +0 -48
- package/src/overwrites/venia-ui/lib/components/AccountInformationPage/accountInformationPage.js +0 -147
- package/src/overwrites/venia-ui/lib/components/AccountInformationPage/accountInformationPage.module.css +0 -52
- package/src/overwrites/venia-ui/lib/components/AccountInformationPage/accountInformationPageFragment.gql.js +0 -10
- package/src/overwrites/venia-ui/lib/components/AccountInformationPage/editForm.js +0 -206
- package/src/overwrites/venia-ui/lib/components/AccountInformationPage/editForm.module.css +0 -40
- package/src/overwrites/venia-ui/lib/components/AccountInformationPage/editModal.js +0 -107
- package/src/overwrites/venia-ui/lib/components/AccountInformationPage/editModal.module.css +0 -3
- package/src/overwrites/venia-ui/lib/components/AccountInformationPage/index.js +0 -14
- package/src/overwrites/venia-ui/lib/components/AccountMenu/accountMenu.js +0 -107
- package/src/overwrites/venia-ui/lib/components/AccountMenu/accountMenu.module.css +0 -73
- package/src/overwrites/venia-ui/lib/components/AccountMenu/accountMenuItems.js +0 -58
- package/src/overwrites/venia-ui/lib/components/AccountMenu/accountMenuItems.module.css +0 -31
- package/src/overwrites/venia-ui/lib/components/AccountMenu/index.js +0 -1
- package/src/overwrites/venia-ui/lib/components/App/app.js +0 -131
- package/src/overwrites/venia-ui/lib/components/Breadcrumbs/breadcrumbs.js +0 -189
- package/src/overwrites/venia-ui/lib/components/Breadcrumbs/breadcrumbs.module.css +0 -33
- package/src/overwrites/venia-ui/lib/components/Breadcrumbs/breadcrumbs.shimmer.js +0 -24
- package/src/overwrites/venia-ui/lib/components/Breadcrumbs/index.js +0 -2
- package/src/overwrites/venia-ui/lib/components/Button/button.js +0 -100
- package/src/overwrites/venia-ui/lib/components/Button/button.module.css +0 -132
- package/src/overwrites/venia-ui/lib/components/Button/index.js +0 -1
- package/src/overwrites/venia-ui/lib/components/CartPage/GiftCards/giftCard.js +0 -50
- package/src/overwrites/venia-ui/lib/components/CartPage/GiftCards/giftCard.module.css +0 -11
- package/src/overwrites/venia-ui/lib/components/CartPage/GiftCards/giftCards.js +0 -238
- package/src/overwrites/venia-ui/lib/components/CartPage/GiftCards/giftCards.module.css +0 -98
- package/src/overwrites/venia-ui/lib/components/CartPage/GiftCards/index.js +0 -1
- package/src/overwrites/venia-ui/lib/components/CartPage/PriceAdjustments/CouponCode/couponCode.js +0 -178
- package/src/overwrites/venia-ui/lib/components/CartPage/PriceAdjustments/CouponCode/couponCode.module.css +0 -52
- package/src/overwrites/venia-ui/lib/components/CartPage/PriceAdjustments/CouponCode/index.js +0 -1
- package/src/overwrites/venia-ui/lib/components/CartPage/PriceAdjustments/GiftOptions/giftOptions.js +0 -321
- package/src/overwrites/venia-ui/lib/components/CartPage/PriceAdjustments/GiftOptions/giftOptions.module.css +0 -61
- package/src/overwrites/venia-ui/lib/components/CartPage/PriceAdjustments/GiftOptions/index.js +0 -1
- package/src/overwrites/venia-ui/lib/components/CartPage/PriceAdjustments/ShippingMethods/index.js +0 -1
- package/src/overwrites/venia-ui/lib/components/CartPage/PriceAdjustments/ShippingMethods/shippingForm.js +0 -103
- package/src/overwrites/venia-ui/lib/components/CartPage/PriceAdjustments/ShippingMethods/shippingForm.module.css +0 -36
- package/src/overwrites/venia-ui/lib/components/CartPage/PriceAdjustments/ShippingMethods/shippingMethods.js +0 -103
- package/src/overwrites/venia-ui/lib/components/CartPage/PriceAdjustments/ShippingMethods/shippingMethods.module.css +0 -33
- package/src/overwrites/venia-ui/lib/components/CartPage/PriceAdjustments/ShippingMethods/shippingRadio.js +0 -37
- package/src/overwrites/venia-ui/lib/components/CartPage/PriceAdjustments/ShippingMethods/shippingRadio.module.css +0 -3
- package/src/overwrites/venia-ui/lib/components/CartPage/PriceAdjustments/ShippingMethods/shippingRadios.js +0 -106
- package/src/overwrites/venia-ui/lib/components/CartPage/PriceAdjustments/ShippingMethods/shippingRadios.module.css +0 -10
- package/src/overwrites/venia-ui/lib/components/CartPage/PriceAdjustments/giftCardSection.ce.js +0 -7
- package/src/overwrites/venia-ui/lib/components/CartPage/PriceAdjustments/giftCardSection.ee.js +0 -28
- package/src/overwrites/venia-ui/lib/components/CartPage/PriceAdjustments/giftOptionsSection.ce.js +0 -7
- package/src/overwrites/venia-ui/lib/components/CartPage/PriceAdjustments/giftOptionsSection.ee.js +0 -38
- package/src/overwrites/venia-ui/lib/components/CartPage/PriceAdjustments/index.js +0 -1
- package/src/overwrites/venia-ui/lib/components/CartPage/PriceAdjustments/priceAdjustments.js +0 -95
- package/src/overwrites/venia-ui/lib/components/CartPage/PriceAdjustments/priceAdjustments.module.css +0 -2
- package/src/overwrites/venia-ui/lib/components/CartPage/PriceSummary/discountSummary.js +0 -123
- package/src/overwrites/venia-ui/lib/components/CartPage/PriceSummary/discountSummary.module.css +0 -40
- package/src/overwrites/venia-ui/lib/components/CartPage/PriceSummary/giftCardSummary.ce.js +0 -1
- package/src/overwrites/venia-ui/lib/components/CartPage/PriceSummary/giftCardSummary.ee.js +0 -60
- package/src/overwrites/venia-ui/lib/components/CartPage/PriceSummary/giftOptionsSummary.ce.js +0 -5
- package/src/overwrites/venia-ui/lib/components/CartPage/PriceSummary/giftOptionsSummary.ee.js +0 -40
- package/src/overwrites/venia-ui/lib/components/CartPage/PriceSummary/index.js +0 -1
- package/src/overwrites/venia-ui/lib/components/CartPage/PriceSummary/priceSummary.js +0 -210
- package/src/overwrites/venia-ui/lib/components/CartPage/PriceSummary/priceSummary.module.css +0 -51
- package/src/overwrites/venia-ui/lib/components/CartPage/PriceSummary/shippingSummary.js +0 -58
- package/src/overwrites/venia-ui/lib/components/CartPage/PriceSummary/taxSummary.js +0 -57
- package/src/overwrites/venia-ui/lib/components/CartPage/ProductListing/EditModal/editModal.js +0 -41
- package/src/overwrites/venia-ui/lib/components/CartPage/ProductListing/EditModal/index.js +0 -1
- package/src/overwrites/venia-ui/lib/components/CartPage/ProductListing/EditModal/productDetail.js +0 -80
- package/src/overwrites/venia-ui/lib/components/CartPage/ProductListing/EditModal/productDetail.module.css +0 -33
- package/src/overwrites/venia-ui/lib/components/CartPage/ProductListing/EditModal/productForm.js +0 -153
- package/src/overwrites/venia-ui/lib/components/CartPage/ProductListing/EditModal/productForm.module.css +0 -52
- package/src/overwrites/venia-ui/lib/components/CartPage/ProductListing/errorMessage.js +0 -31
- package/src/overwrites/venia-ui/lib/components/CartPage/ProductListing/errorMessage.module.css +0 -13
- package/src/overwrites/venia-ui/lib/components/CartPage/ProductListing/index.js +0 -1
- package/src/overwrites/venia-ui/lib/components/CartPage/ProductListing/product.js +0 -271
- package/src/overwrites/venia-ui/lib/components/CartPage/ProductListing/product.module.css +0 -156
- package/src/overwrites/venia-ui/lib/components/CartPage/ProductListing/productListing.js +0 -94
- package/src/overwrites/venia-ui/lib/components/CartPage/ProductListing/productListing.module.css +0 -11
- package/src/overwrites/venia-ui/lib/components/CartPage/ProductListing/quantity.js +0 -40
- package/src/overwrites/venia-ui/lib/components/CartPage/cartPage.js +0 -126
- package/src/overwrites/venia-ui/lib/components/CartPage/cartPage.module.css +0 -64
- package/src/overwrites/venia-ui/lib/components/CartPage/index.js +0 -1
- package/src/overwrites/venia-ui/lib/components/Checkbox/checkbox.js +0 -78
- package/src/overwrites/venia-ui/lib/components/Checkbox/checkbox.module.css +0 -73
- package/src/overwrites/venia-ui/lib/components/Checkbox/index.js +0 -1
- package/src/overwrites/venia-ui/lib/components/CheckoutPage/AddressBook/addressBook.js +0 -190
- package/src/overwrites/venia-ui/lib/components/CheckoutPage/AddressBook/addressBook.module.css +0 -78
- package/src/overwrites/venia-ui/lib/components/CheckoutPage/AddressBook/addressCard.js +0 -125
- package/src/overwrites/venia-ui/lib/components/CheckoutPage/AddressBook/addressCard.module.css +0 -94
- package/src/overwrites/venia-ui/lib/components/CheckoutPage/AddressBook/index.js +0 -1
- package/src/overwrites/venia-ui/lib/components/CheckoutPage/BillingAddress/billingAddress.js +0 -213
- package/src/overwrites/venia-ui/lib/components/CheckoutPage/BillingAddress/billingAddress.module.css +0 -36
- package/src/overwrites/venia-ui/lib/components/CheckoutPage/BillingAddress/index.js +0 -1
- package/src/overwrites/venia-ui/lib/components/CheckoutPage/GuestSignIn/guestSignIn.js +0 -93
- package/src/overwrites/venia-ui/lib/components/CheckoutPage/GuestSignIn/guestSignIn.module.css +0 -55
- package/src/overwrites/venia-ui/lib/components/CheckoutPage/GuestSignIn/index.js +0 -1
- package/src/overwrites/venia-ui/lib/components/CheckoutPage/ItemsReview/__fixtures__/cartItems.js +0 -102
- package/src/overwrites/venia-ui/lib/components/CheckoutPage/ItemsReview/index.js +0 -1
- package/src/overwrites/venia-ui/lib/components/CheckoutPage/ItemsReview/item.js +0 -54
- package/src/overwrites/venia-ui/lib/components/CheckoutPage/ItemsReview/item.module.css +0 -60
- package/src/overwrites/venia-ui/lib/components/CheckoutPage/ItemsReview/itemsReview.js +0 -84
- package/src/overwrites/venia-ui/lib/components/CheckoutPage/ItemsReview/itemsReview.module.css +0 -20
- package/src/overwrites/venia-ui/lib/components/CheckoutPage/ItemsReview/showAllButton.js +0 -38
- package/src/overwrites/venia-ui/lib/components/CheckoutPage/ItemsReview/showAllButton.module.css +0 -28
- package/src/overwrites/venia-ui/lib/components/CheckoutPage/OrderConfirmationPage/createAccount.js +0 -213
- package/src/overwrites/venia-ui/lib/components/CheckoutPage/OrderConfirmationPage/createAccount.module.css +0 -24
- package/src/overwrites/venia-ui/lib/components/CheckoutPage/OrderConfirmationPage/index.js +0 -1
- package/src/overwrites/venia-ui/lib/components/CheckoutPage/OrderConfirmationPage/orderConfirmationPage.js +0 -162
- package/src/overwrites/venia-ui/lib/components/CheckoutPage/OrderConfirmationPage/orderConfirmationPage.module.css +0 -70
- package/src/overwrites/venia-ui/lib/components/CheckoutPage/OrderSummary/index.js +0 -1
- package/src/overwrites/venia-ui/lib/components/CheckoutPage/OrderSummary/orderSummary.js +0 -34
- package/src/overwrites/venia-ui/lib/components/CheckoutPage/OrderSummary/orderSummary.module.css +0 -17
- package/src/overwrites/venia-ui/lib/components/CheckoutPage/PaymentInformation/brainTreeDropIn.js +0 -196
- package/src/overwrites/venia-ui/lib/components/CheckoutPage/PaymentInformation/braintreeDropin.module.css +0 -26
- package/src/overwrites/venia-ui/lib/components/CheckoutPage/PaymentInformation/braintreeSummary.js +0 -160
- package/src/overwrites/venia-ui/lib/components/CheckoutPage/PaymentInformation/braintreeSummary.module.css +0 -62
- package/src/overwrites/venia-ui/lib/components/CheckoutPage/PaymentInformation/creditCard.js +0 -348
- package/src/overwrites/venia-ui/lib/components/CheckoutPage/PaymentInformation/creditCard.module.css +0 -58
- package/src/overwrites/venia-ui/lib/components/CheckoutPage/PaymentInformation/editCard.js +0 -44
- package/src/overwrites/venia-ui/lib/components/CheckoutPage/PaymentInformation/editCard.module.css +0 -5
- package/src/overwrites/venia-ui/lib/components/CheckoutPage/PaymentInformation/editModal.js +0 -88
- package/src/overwrites/venia-ui/lib/components/CheckoutPage/PaymentInformation/editablePaymentCollection.js +0 -23
- package/src/overwrites/venia-ui/lib/components/CheckoutPage/PaymentInformation/index.js +0 -1
- package/src/overwrites/venia-ui/lib/components/CheckoutPage/PaymentInformation/paymentInformation.js +0 -99
- package/src/overwrites/venia-ui/lib/components/CheckoutPage/PaymentInformation/paymentInformation.module.css +0 -23
- package/src/overwrites/venia-ui/lib/components/CheckoutPage/PaymentInformation/paymentMethodCollection.js +0 -23
- package/src/overwrites/venia-ui/lib/components/CheckoutPage/PaymentInformation/paymentMethods.js +0 -121
- package/src/overwrites/venia-ui/lib/components/CheckoutPage/PaymentInformation/paymentMethods.module.css +0 -34
- package/src/overwrites/venia-ui/lib/components/CheckoutPage/PaymentInformation/summary.js +0 -71
- package/src/overwrites/venia-ui/lib/components/CheckoutPage/PaymentInformation/summary.module.css +0 -23
- package/src/overwrites/venia-ui/lib/components/CheckoutPage/PaymentInformation/summaryPaymentCollection.js +0 -23
- package/src/overwrites/venia-ui/lib/components/CheckoutPage/PriceAdjustments/index.js +0 -1
- package/src/overwrites/venia-ui/lib/components/CheckoutPage/PriceAdjustments/priceAdjustments.js +0 -63
- package/src/overwrites/venia-ui/lib/components/CheckoutPage/PriceAdjustments/priceAdjustments.module.css +0 -2
- package/src/overwrites/venia-ui/lib/components/CheckoutPage/ShippingInformation/AddressForm/addressForm.js +0 -18
- package/src/overwrites/venia-ui/lib/components/CheckoutPage/ShippingInformation/AddressForm/customerForm.js +0 -401
- package/src/overwrites/venia-ui/lib/components/CheckoutPage/ShippingInformation/AddressForm/customerForm.module.css +0 -58
- package/src/overwrites/venia-ui/lib/components/CheckoutPage/ShippingInformation/AddressForm/guestForm.js +0 -455
- package/src/overwrites/venia-ui/lib/components/CheckoutPage/ShippingInformation/AddressForm/guestForm.module.css +0 -52
- package/src/overwrites/venia-ui/lib/components/CheckoutPage/ShippingInformation/AddressForm/index.js +0 -3
- package/src/overwrites/venia-ui/lib/components/CheckoutPage/ShippingInformation/card.js +0 -66
- package/src/overwrites/venia-ui/lib/components/CheckoutPage/ShippingInformation/card.module.css +0 -12
- package/src/overwrites/venia-ui/lib/components/CheckoutPage/ShippingInformation/editModal.js +0 -65
- package/src/overwrites/venia-ui/lib/components/CheckoutPage/ShippingInformation/editModal.module.css +0 -90
- package/src/overwrites/venia-ui/lib/components/CheckoutPage/ShippingInformation/index.js +0 -1
- package/src/overwrites/venia-ui/lib/components/CheckoutPage/ShippingInformation/shippingInformation.js +0 -149
- package/src/overwrites/venia-ui/lib/components/CheckoutPage/ShippingInformation/shippingInformation.module.css +0 -88
- package/src/overwrites/venia-ui/lib/components/CheckoutPage/ShippingMethod/completedView.js +0 -114
- package/src/overwrites/venia-ui/lib/components/CheckoutPage/ShippingMethod/completedView.module.css +0 -48
- package/src/overwrites/venia-ui/lib/components/CheckoutPage/ShippingMethod/index.js +0 -1
- package/src/overwrites/venia-ui/lib/components/CheckoutPage/ShippingMethod/shippingMethod.js +0 -154
- package/src/overwrites/venia-ui/lib/components/CheckoutPage/ShippingMethod/shippingMethod.module.css +0 -27
- package/src/overwrites/venia-ui/lib/components/CheckoutPage/ShippingMethod/shippingRadios.js +0 -80
- package/src/overwrites/venia-ui/lib/components/CheckoutPage/ShippingMethod/shippingRadios.module.css +0 -22
- package/src/overwrites/venia-ui/lib/components/CheckoutPage/ShippingMethod/updateModal.js +0 -85
- package/src/overwrites/venia-ui/lib/components/CheckoutPage/ShippingMethod/updateModal.module.css +0 -3
- package/src/overwrites/venia-ui/lib/components/CheckoutPage/checkoutPage.js +0 -472
- package/src/overwrites/venia-ui/lib/components/CheckoutPage/checkoutPage.module.css +0 -186
- package/src/overwrites/venia-ui/lib/components/CheckoutPage/index.js +0 -1
- package/src/overwrites/venia-ui/lib/components/CreateAccount/createAccount.js +0 -323
- package/src/overwrites/venia-ui/lib/components/CreateAccount/createAccount.module.css +0 -52
- package/src/overwrites/venia-ui/lib/components/CreateAccount/index.js +0 -1
- package/src/overwrites/venia-ui/lib/components/CreateAccountPage/createAccountPage.js +0 -48
- package/src/overwrites/venia-ui/lib/components/CreateAccountPage/createAccountPage.module.css +0 -21
- package/src/overwrites/venia-ui/lib/components/CreateAccountPage/index.js +0 -1
- package/src/overwrites/venia-ui/lib/components/Dialog/dialog.js +0 -198
- package/src/overwrites/venia-ui/lib/components/Dialog/dialog.module.css +0 -189
- package/src/overwrites/venia-ui/lib/components/Dialog/index.js +0 -1
- package/src/overwrites/venia-ui/lib/components/FilterModal/CurrentFilters/currentFilter.js +0 -60
- package/src/overwrites/venia-ui/lib/components/FilterModal/CurrentFilters/currentFilter.module.css +0 -22
- package/src/overwrites/venia-ui/lib/components/FilterModal/CurrentFilters/currentFilters.js +0 -69
- package/src/overwrites/venia-ui/lib/components/FilterModal/CurrentFilters/currentFilters.module.css +0 -21
- package/src/overwrites/venia-ui/lib/components/FilterModal/CurrentFilters/index.js +0 -1
- package/src/overwrites/venia-ui/lib/components/FilterModal/FilterList/filterDefault.js +0 -84
- package/src/overwrites/venia-ui/lib/components/FilterModal/FilterList/filterDefault.module.css +0 -0
- package/src/overwrites/venia-ui/lib/components/FilterModal/FilterList/filterItem.js +0 -80
- package/src/overwrites/venia-ui/lib/components/FilterModal/FilterList/filterItemRadio.js +0 -79
- package/src/overwrites/venia-ui/lib/components/FilterModal/FilterList/filterItemRadio.module.css +0 -0
- package/src/overwrites/venia-ui/lib/components/FilterModal/FilterList/filterItemRadioGroup.js +0 -87
- package/src/overwrites/venia-ui/lib/components/FilterModal/FilterList/filterList.js +0 -265
- package/src/overwrites/venia-ui/lib/components/FilterModal/FilterList/filterList.module.css +0 -28
- package/src/overwrites/venia-ui/lib/components/FilterModal/FilterList/index.js +0 -1
- package/src/overwrites/venia-ui/lib/components/FilterModal/filterBlock.js +0 -135
- package/src/overwrites/venia-ui/lib/components/FilterModal/filterBlock.module.css +0 -25
- package/src/overwrites/venia-ui/lib/components/FilterModal/filterFooter.js +0 -49
- package/src/overwrites/venia-ui/lib/components/FilterModal/filterFooter.module.css +0 -10
- package/src/overwrites/venia-ui/lib/components/FilterModal/filterModal.js +0 -166
- package/src/overwrites/venia-ui/lib/components/FilterModal/filterModal.module.css +0 -88
- package/src/overwrites/venia-ui/lib/components/FilterModal/filterSearch.module.css +0 -3
- package/src/overwrites/venia-ui/lib/components/FilterModal/index.js +0 -1
- package/src/overwrites/venia-ui/lib/components/FilterSidebar/__tests__/filterSidebar.spec.js +0 -246
- package/src/overwrites/venia-ui/lib/components/FilterSidebar/filterSidebar.js +0 -197
- package/src/overwrites/venia-ui/lib/components/FilterSidebar/filterSidebar.module.css +0 -59
- package/src/overwrites/venia-ui/lib/components/FilterSidebar/filterSidebar.shimmer.js +0 -24
- package/src/overwrites/venia-ui/lib/components/FilterSidebar/index.js +0 -2
- package/src/overwrites/venia-ui/lib/components/Footer/footer.js +0 -147
- package/src/overwrites/venia-ui/lib/components/Footer/footer.module.css +0 -70
- package/src/overwrites/venia-ui/lib/components/Footer/index.js +0 -1
- package/src/overwrites/venia-ui/lib/components/Footer/sampleData.js +0 -48
- package/src/overwrites/venia-ui/lib/components/Gallery/addToCartButton.js +0 -116
- package/src/overwrites/venia-ui/lib/components/Gallery/addToCartButton.module.css +0 -38
- package/src/overwrites/venia-ui/lib/components/Gallery/gallery.js +0 -57
- package/src/overwrites/venia-ui/lib/components/Gallery/gallery.module.css +0 -28
- package/src/overwrites/venia-ui/lib/components/Gallery/gallery.shimmer.js +0 -39
- package/src/overwrites/venia-ui/lib/components/Gallery/index.js +0 -3
- package/src/overwrites/venia-ui/lib/components/Gallery/item.js +0 -224
- package/src/overwrites/venia-ui/lib/components/Gallery/item.module.css +0 -109
- package/src/overwrites/venia-ui/lib/components/Gallery/item.shimmer.js +0 -38
- package/src/overwrites/venia-ui/lib/components/Gallery/star.js +0 -12
- package/src/overwrites/venia-ui/lib/components/Header/accountTrigger.js +0 -98
- package/src/overwrites/venia-ui/lib/components/Header/cartTrigger.js +0 -116
- package/src/overwrites/venia-ui/lib/components/Header/cartTrigger.module.css +0 -47
- package/src/overwrites/venia-ui/lib/components/Header/storeSwitcher.module.css +0 -107
- package/src/overwrites/venia-ui/lib/components/Header/wishlistTrigger.js +0 -23
- package/src/overwrites/venia-ui/lib/components/Main/index.js +0 -1
- package/src/overwrites/venia-ui/lib/components/Main/main.js +0 -39
- package/src/overwrites/venia-ui/lib/components/Main/main.module.css +0 -41
- package/src/overwrites/venia-ui/lib/components/MegaMenu/customSubmenuColumn.js +0 -75
- package/src/overwrites/venia-ui/lib/components/MegaMenu/customSubmenuColumn.module.css +0 -29
- package/src/overwrites/venia-ui/lib/components/MegaMenu/shopByColumn.js +0 -121
- package/src/overwrites/venia-ui/lib/components/MegaMenu/shopByColumn.module.css +0 -26
- package/src/overwrites/venia-ui/lib/components/MyAccount/ResetPassword/index.js +0 -1
- package/src/overwrites/venia-ui/lib/components/MyAccount/ResetPassword/resetPassword.gql.js +0 -22
- package/src/overwrites/venia-ui/lib/components/MyAccount/ResetPassword/resetPassword.js +0 -143
- package/src/overwrites/venia-ui/lib/components/MyAccount/ResetPassword/resetPassword.module.css +0 -53
- package/src/overwrites/venia-ui/lib/components/MyAccount/accountLink.js +0 -42
- package/src/overwrites/venia-ui/lib/components/MyAccount/accountLink.module.css +0 -33
- package/src/overwrites/venia-ui/lib/components/MyAccount/index.js +0 -1
- package/src/overwrites/venia-ui/lib/components/MyAccount/myAccount.js +0 -38
- package/src/overwrites/venia-ui/lib/components/MyAccount/myAccount.module.css +0 -5
- package/src/overwrites/venia-ui/lib/components/Newsletter/index.js +0 -1
- package/src/overwrites/venia-ui/lib/components/Newsletter/newsletter.js +0 -156
- package/src/overwrites/venia-ui/lib/components/Newsletter/newsletter.module.css +0 -90
- package/src/overwrites/venia-ui/lib/components/Newsletter/newsletter.shimmer.js +0 -46
- package/src/overwrites/venia-ui/lib/components/Newsletter/newsletter.shimmer.module.css +0 -21
- package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/OrderDetails/billingInformation.js +0 -71
- package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/OrderDetails/billingInformation.module.css +0 -9
- package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/OrderDetails/index.js +0 -1
- package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/OrderDetails/item.js +0 -121
- package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/OrderDetails/item.module.css +0 -35
- package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/OrderDetails/items.js +0 -70
- package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/OrderDetails/items.module.css +0 -16
- package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/OrderDetails/orderDetails.js +0 -207
- package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/OrderDetails/orderDetails.module.css +0 -102
- package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/OrderDetails/orderTotal.js +0 -159
- package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/OrderDetails/orderTotal.module.css +0 -50
- package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/OrderDetails/paymentMethod.js +0 -45
- package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/OrderDetails/paymentMethod.module.css +0 -14
- package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/OrderDetails/shippingInformation.js +0 -90
- package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/OrderDetails/shippingInformation.module.css +0 -9
- package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/OrderDetails/shippingMethod.js +0 -86
- package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/OrderDetails/shippingMethod.module.css +0 -19
- package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/collapsedImageGallery.js +0 -63
- package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/collapsedImageGallery.module.css +0 -16
- package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/index.js +0 -15
- package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/orderHistoryPage.js +0 -227
- package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/orderHistoryPage.module.css +0 -70
- package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/orderProgressBar.js +0 -70
- package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/orderProgressBar.module.css +0 -14
- package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/orderRow.js +0 -324
- package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/orderRow.module.css +0 -146
- package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/resetButton.js +0 -41
- package/src/overwrites/venia-ui/lib/components/Pagination/index.js +0 -1
- package/src/overwrites/venia-ui/lib/components/Pagination/navButton.js +0 -65
- package/src/overwrites/venia-ui/lib/components/Pagination/pagination.js +0 -107
- package/src/overwrites/venia-ui/lib/components/Pagination/tile.js +0 -41
- package/src/overwrites/venia-ui/lib/components/Password/index.js +0 -1
- package/src/overwrites/venia-ui/lib/components/Password/password.js +0 -102
- package/src/overwrites/venia-ui/lib/components/Password/password.module.css +0 -26
- package/src/overwrites/venia-ui/lib/components/ProductFullDetail/CustomAttributes/AttributeType/Boolean/boolean.js +0 -74
- package/src/overwrites/venia-ui/lib/components/ProductFullDetail/CustomAttributes/AttributeType/Boolean/boolean.module.css +0 -9
- package/src/overwrites/venia-ui/lib/components/ProductFullDetail/CustomAttributes/AttributeType/Boolean/index.js +0 -1
- package/src/overwrites/venia-ui/lib/components/ProductFullDetail/CustomAttributes/AttributeType/Date/date.js +0 -82
- package/src/overwrites/venia-ui/lib/components/ProductFullDetail/CustomAttributes/AttributeType/Date/date.module.css +0 -9
- package/src/overwrites/venia-ui/lib/components/ProductFullDetail/CustomAttributes/AttributeType/Date/index.js +0 -1
- package/src/overwrites/venia-ui/lib/components/ProductFullDetail/CustomAttributes/AttributeType/DateTime/dateTime.js +0 -85
- package/src/overwrites/venia-ui/lib/components/ProductFullDetail/CustomAttributes/AttributeType/DateTime/dateTime.module.css +0 -9
- package/src/overwrites/venia-ui/lib/components/ProductFullDetail/CustomAttributes/AttributeType/DateTime/index.js +0 -1
- package/src/overwrites/venia-ui/lib/components/ProductFullDetail/CustomAttributes/AttributeType/Multiselect/index.js +0 -1
- package/src/overwrites/venia-ui/lib/components/ProductFullDetail/CustomAttributes/AttributeType/Multiselect/multiselect.js +0 -104
- package/src/overwrites/venia-ui/lib/components/ProductFullDetail/CustomAttributes/AttributeType/Multiselect/multiselect.module.css +0 -22
- package/src/overwrites/venia-ui/lib/components/ProductFullDetail/CustomAttributes/AttributeType/Price/index.js +0 -1
- package/src/overwrites/venia-ui/lib/components/ProductFullDetail/CustomAttributes/AttributeType/Price/price.js +0 -74
- package/src/overwrites/venia-ui/lib/components/ProductFullDetail/CustomAttributes/AttributeType/Price/price.module.css +0 -9
- package/src/overwrites/venia-ui/lib/components/ProductFullDetail/CustomAttributes/AttributeType/Select/index.js +0 -1
- package/src/overwrites/venia-ui/lib/components/ProductFullDetail/CustomAttributes/AttributeType/Select/select.js +0 -99
- package/src/overwrites/venia-ui/lib/components/ProductFullDetail/CustomAttributes/AttributeType/Select/select.module.css +0 -13
- package/src/overwrites/venia-ui/lib/components/ProductFullDetail/CustomAttributes/AttributeType/Text/index.js +0 -1
- package/src/overwrites/venia-ui/lib/components/ProductFullDetail/CustomAttributes/AttributeType/Text/text.js +0 -88
- package/src/overwrites/venia-ui/lib/components/ProductFullDetail/CustomAttributes/AttributeType/Text/text.module.css +0 -13
- package/src/overwrites/venia-ui/lib/components/ProductFullDetail/CustomAttributes/AttributeType/Textarea/index.js +0 -1
- package/src/overwrites/venia-ui/lib/components/ProductFullDetail/CustomAttributes/AttributeType/Textarea/textarea.js +0 -94
- package/src/overwrites/venia-ui/lib/components/ProductFullDetail/CustomAttributes/AttributeType/Textarea/textarea.module.css +0 -13
- package/src/overwrites/venia-ui/lib/components/ProductFullDetail/CustomAttributes/AttributeType/attributeType.js +0 -67
- package/src/overwrites/venia-ui/lib/components/ProductFullDetail/CustomAttributes/AttributeType/index.js +0 -1
- package/src/overwrites/venia-ui/lib/components/ProductFullDetail/CustomAttributes/customAttributes.js +0 -65
- package/src/overwrites/venia-ui/lib/components/ProductFullDetail/CustomAttributes/customAttributes.module.css +0 -8
- package/src/overwrites/venia-ui/lib/components/ProductFullDetail/CustomAttributes/index.js +0 -1
- package/src/overwrites/venia-ui/lib/components/ProductFullDetail/components/auctionDetail.js +0 -210
- package/src/overwrites/venia-ui/lib/components/ProductFullDetail/components/bidList.js +0 -67
- package/src/overwrites/venia-ui/lib/components/ProductFullDetail/components/modalFormReview.js +0 -164
- package/src/overwrites/venia-ui/lib/components/ProductFullDetail/components/preOrderDetail.js +0 -61
- package/src/overwrites/venia-ui/lib/components/ProductFullDetail/components/productReview.js +0 -63
- package/src/overwrites/venia-ui/lib/components/ProductFullDetail/components/starInput.js +0 -33
- package/src/overwrites/venia-ui/lib/components/ProductFullDetail/index.js +0 -1
- package/src/overwrites/venia-ui/lib/components/ProductFullDetail/productFullDetail.gql.js +0 -7
- package/src/overwrites/venia-ui/lib/components/ProductFullDetail/productFullDetail.js +0 -734
- package/src/overwrites/venia-ui/lib/components/ProductFullDetail/productFullDetail.module.css +0 -199
- package/src/overwrites/venia-ui/lib/components/ProductImageCarousel/carousel.js +0 -180
- package/src/overwrites/venia-ui/lib/components/ProductImageCarousel/carousel.module.css +0 -102
- package/src/overwrites/venia-ui/lib/components/ProductImageCarousel/carousel.shimmer.js +0 -51
- package/src/overwrites/venia-ui/lib/components/ProductImageCarousel/carousel.shimmer.module.css +0 -7
- package/src/overwrites/venia-ui/lib/components/ProductImageCarousel/index.js +0 -1
- package/src/overwrites/venia-ui/lib/components/ProductImageCarousel/thumbnail.js +0 -108
- package/src/overwrites/venia-ui/lib/components/ProductImageCarousel/thumbnail.module.css +0 -47
- package/src/overwrites/venia-ui/lib/components/ProductSort/index.js +0 -2
- package/src/overwrites/venia-ui/lib/components/ProductSort/productSort.js +0 -233
- package/src/overwrites/venia-ui/lib/components/ProductSort/productSort.module.css +0 -65
- package/src/overwrites/venia-ui/lib/components/ProductSort/productSort.shimmer.js +0 -28
- package/src/overwrites/venia-ui/lib/components/ProductSort/productSort.shimmer.module.css +0 -10
- package/src/overwrites/venia-ui/lib/components/ProductSort/sortItem.js +0 -57
- package/src/overwrites/venia-ui/lib/components/ProductSort/sortItem.module.css +0 -23
- package/src/overwrites/venia-ui/lib/components/QuantityStepper/index.js +0 -1
- package/src/overwrites/venia-ui/lib/components/QuantityStepper/quantityStepper.js +0 -113
- package/src/overwrites/venia-ui/lib/components/QuantityStepper/quantityStepper.module.css +0 -74
- package/src/overwrites/venia-ui/lib/components/RadioGroup/radio.js +0 -60
- package/src/overwrites/venia-ui/lib/components/RadioGroup/radio.module.css +0 -70
- package/src/overwrites/venia-ui/lib/components/RichContent/index.js +0 -1
- package/src/overwrites/venia-ui/lib/components/RichContent/plainHtmlRenderer.js +0 -17
- package/src/overwrites/venia-ui/lib/components/RichContent/richContent.js +0 -59
- package/src/overwrites/venia-ui/lib/components/RichContent/richContent.module.css +0 -146
- package/src/overwrites/venia-ui/lib/components/RichContent/richContentRenderers.js +0 -7
- package/src/overwrites/venia-ui/lib/components/RichText/index.js +0 -1
- package/src/overwrites/venia-ui/lib/components/RichText/richText.js +0 -21
- package/src/overwrites/venia-ui/lib/components/RichText/richText.module.css +0 -19
- package/src/overwrites/venia-ui/lib/components/Select/index.js +0 -1
- package/src/overwrites/venia-ui/lib/components/Select/option.js +0 -28
- package/src/overwrites/venia-ui/lib/components/Select/select.js +0 -74
- package/src/overwrites/venia-ui/lib/components/Select/select.module.css +0 -25
- package/src/overwrites/venia-ui/lib/components/SignIn/index.js +0 -1
- package/src/overwrites/venia-ui/lib/components/SignIn/signIn.gql.js +0 -50
- package/src/overwrites/venia-ui/lib/components/SignIn/signIn.js +0 -224
- package/src/overwrites/venia-ui/lib/components/SignIn/signIn.module.css +0 -65
- package/src/overwrites/venia-ui/lib/components/SignInPage/index.js +0 -1
- package/src/overwrites/venia-ui/lib/components/SignInPage/signInPage.js +0 -50
- package/src/overwrites/venia-ui/lib/components/SignInPage/signInPage.module.css +0 -17
- package/src/overwrites/venia-ui/lib/components/TextArea/index.js +0 -1
- package/src/overwrites/venia-ui/lib/components/TextArea/textArea.js +0 -44
- package/src/overwrites/venia-ui/lib/components/TextArea/textArea.module.css +0 -27
- package/src/overwrites/venia-ui/lib/components/TextInput/field.module.css +0 -51
- package/src/overwrites/venia-ui/lib/components/TextInput/index.js +0 -1
- package/src/overwrites/venia-ui/lib/components/TextInput/textInput.js +0 -64
- package/src/overwrites/venia-ui/lib/components/TextInput/textInput.module.css +0 -21
- package/src/overwrites/venia-ui/lib/index.module.css +0 -137
- package/src/overwrites/venia-ui/lib/tokens.module.css +0 -167
- package/src/overwrites/venia-ui/venia-static/favicon.ico +0 -0
- package/src/overwrites/venia-ui/venia-static/manifest.json +0 -32
- package/src/static-files/favicon.ico +0 -0
- package/src/static-files/icons/apple-touch-icon.png +0 -0
- package/src/static-files/icons/venia_circle_144.png +0 -0
- package/src/static-files/icons/venia_circle_192.png +0 -0
- package/src/static-files/icons/venia_circle_512.png +0 -0
- package/src/static-files/icons/venia_maskable_512.png +0 -0
- package/src/static-files/icons/venia_square_144.png +0 -0
- package/src/static-files/icons/venia_square_192.png +0 -0
- package/src/static-files/icons/venia_square_512.png +0 -0
- package/src/static-files/icons/venia_square_57.png +0 -0
- package/src/static-files/manifest.json +0 -32
- package/src/static-files/robots.txt +0 -2
- package/src/static-files/veniaClosed.png +0 -0
- package/src/talons/ArraySearchInput/useArraySearchInput.js +0 -58
- package/src/talons/AttributesBlock/attributesBlock.gql.js +0 -15
- package/src/talons/AttributesBlock/useAttributesBlock.js +0 -37
- package/src/talons/CollectibleGameSets/collectibleGameSets.gql.js +0 -47
- package/src/talons/CollectibleGameSets/useCollectibleGameSets.js +0 -134
- package/src/talons/CustomFilters/customFilters.gql.js +0 -45
- package/src/talons/CustomFilters/useCustomFilters.js +0 -258
- package/src/talons/FilterOption/useFilterOptionModal.js +0 -11
- package/src/talons/FilterOptionModal/useFilterOptionModal.js +0 -11
- package/src/talons/FilterTop/customFilters.gql.js +0 -45
- package/src/talons/FilterTop/filterTop.gql.js +0 -45
- package/src/talons/FilterTop/index.js +0 -1
- package/src/talons/FilterTop/useFilterTop.js +0 -312
- package/src/talons/Header/logo.gql.js +0 -19
- package/src/talons/Header/useLogo.js +0 -19
- package/src/talons/LegoSets/legoSets.gql.js +0 -59
- package/src/talons/LegoSets/useLegoSets.js +0 -222
- package/src/talons/MegaMenu/megaMenu.gql.js +0 -70
- package/src/talons/MiniatureGameSets/miniatureGameSets.gql.js +0 -59
- package/src/talons/MiniatureGameSets/useMiniatureGameSets.js +0 -220
- package/src/talons/NonSportCardsSets/nonSportCardsSets.gql.js +0 -59
- package/src/talons/NonSportCardsSets/useNonSportCardsSets.js +0 -238
- package/src/talons/SellerReview/sellerReview.gql.js +0 -53
- package/src/talons/SellerReview/useSellerReview.js +0 -49
- package/src/talons/ShopBy/shopBy.gql.js +0 -61
- package/src/talons/ShopBy/useShopBy.js +0 -264
- package/src/talons/ShopByBrands/shopByBrands.gql.js +0 -59
- package/src/talons/ShopByBrands/shopByBrands.js +0 -59
- package/src/talons/ShopByBrands/useShopByBrands.js +0 -218
- package/src/talons/ShopByCard/shopByCard.gql.js +0 -47
- package/src/talons/ShopByCard/useShopByCard.js +0 -134
- package/src/talons/ShopByCategory/index.js +0 -1
- package/src/talons/ShopByCategory/shopByCategory.gql.js +0 -38
- package/src/talons/ShopByCategory/useShopByCategory.js +0 -69
- package/src/talons/ShopByVehicles/shopByVehicles.gql.js +0 -60
- package/src/talons/ShopByVehicles/useShopByVehicles.js +0 -222
- package/src/talons/SportCardsSets/sportCardsSets.gql.js +0 -61
- package/src/talons/SportCardsSets/useSportCardsSets.js +0 -266
- package/src/talons/SubCategory/subCategory.gql.js +0 -15
- package/src/talons/SubCategory/useCustomSubCategory.js +0 -49
- package/src/talons/SubCategory/useSubCategory.js +0 -52
- package/src/talons/SubCategoryPage/subCategoryPage.gql.js +0 -40
- package/src/talons/SubCategoryPage/useSubCategoryPage.js +0 -108
- package/src/talons/TrainsSets/trainsSets.gql.js +0 -60
- package/src/talons/TrainsSets/useTrainsSets.js +0 -223
|
@@ -1,198 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { FormattedMessage } from 'react-intl';
|
|
3
|
-
import { bool, func, shape, string, object, node } from 'prop-types';
|
|
4
|
-
import { Form } from 'informed';
|
|
5
|
-
import { X as CloseIcon } from 'react-feather';
|
|
6
|
-
|
|
7
|
-
import { useScrollLock } from '@magento/peregrine';
|
|
8
|
-
import { useStyle } from '@magento/venia-ui/lib/classify';
|
|
9
|
-
|
|
10
|
-
import Button from '@magento/venia-ui/lib/components/Button';
|
|
11
|
-
import Icon from '@magento/venia-ui/lib/components/Icon';
|
|
12
|
-
import { Portal } from '@magento/venia-ui/lib/components/Portal';
|
|
13
|
-
import defaultClasses from './dialog.module.css';
|
|
14
|
-
|
|
15
|
-
/**
|
|
16
|
-
* The Dialog component shows its children content in a dialog,
|
|
17
|
-
* encoding the look-and-feel and behavior in one place for consistency across the app.
|
|
18
|
-
*
|
|
19
|
-
* @typedef Dialog
|
|
20
|
-
* @kind functional component
|
|
21
|
-
*
|
|
22
|
-
* @param {Object} props
|
|
23
|
-
* @param {Object} props.classes - A set of class overrides to apply to elements.
|
|
24
|
-
* @param {String} props.cancelText - The text to display on the Dialog cancel button.
|
|
25
|
-
* @param {String} props.cancelTranslationId - The id to assign for the cancel button translation.
|
|
26
|
-
* @param {String} props.confirmText - The text to display on the Dialog confirm button.
|
|
27
|
-
* @param {String} props.confirmTranslationId - The id to assign for the confirm button translation.
|
|
28
|
-
* @param {Object} props.formProps - Props to apply to the internal form. @see https://joepuzzo.github.io/informed/?path=/story/form--props.
|
|
29
|
-
* @param {Boolean} props.isModal - Determines behavior of clicking on the mask. False cancels Dialog.
|
|
30
|
-
* @param {Boolean} props.isOpen - Whether the Dialog is currently showing.
|
|
31
|
-
* @param {Func} props.onCancel - A function to call when the user cancels the Dialog.
|
|
32
|
-
* @param {Func} props.onConfirm - A function to call when the user confirms the Dialog.
|
|
33
|
-
* @param {Boolean} props.shouldDisableAllButtons - A toggle for whether the buttons should be disabled.
|
|
34
|
-
* @param {Boolean} props.shouldDisableConfirmButton - A toggle for whether the confirm button should be disabled.
|
|
35
|
-
* The final value is OR'ed with shouldDisableAllButtons.
|
|
36
|
-
* @param {Boolean} props.shouldShowButtons - A toggle for whether the cancel and confirm buttons are visible.
|
|
37
|
-
* @param {Boolean} props.shouldUnmountOnHide - A boolean to unmount child components on hide
|
|
38
|
-
* @param {String} props.title - The title of the Dialog.
|
|
39
|
-
*/
|
|
40
|
-
const Dialog = props => {
|
|
41
|
-
const {
|
|
42
|
-
cancelText,
|
|
43
|
-
cancelTranslationId,
|
|
44
|
-
children,
|
|
45
|
-
confirmText,
|
|
46
|
-
confirmTranslationId,
|
|
47
|
-
formProps,
|
|
48
|
-
isModal,
|
|
49
|
-
isOpen,
|
|
50
|
-
onCancel,
|
|
51
|
-
onConfirm,
|
|
52
|
-
shouldDisableAllButtons,
|
|
53
|
-
shouldDisableConfirmButton,
|
|
54
|
-
shouldShowButtons = true,
|
|
55
|
-
shouldUnmountOnHide,
|
|
56
|
-
title
|
|
57
|
-
} = props;
|
|
58
|
-
|
|
59
|
-
// Prevent the page from scrolling in the background
|
|
60
|
-
// when the Dialog is open.
|
|
61
|
-
useScrollLock(isOpen);
|
|
62
|
-
|
|
63
|
-
const classes = useStyle(defaultClasses, props.classes);
|
|
64
|
-
const rootClass = isOpen ? classes.root_open : classes.root;
|
|
65
|
-
const isMaskDisabled = shouldDisableAllButtons || isModal;
|
|
66
|
-
const confirmButtonDisabled =
|
|
67
|
-
shouldDisableAllButtons || shouldDisableConfirmButton;
|
|
68
|
-
|
|
69
|
-
const cancelButtonClasses = {
|
|
70
|
-
root_lowPriority: classes.cancelButton
|
|
71
|
-
};
|
|
72
|
-
const confirmButtonClasses = {
|
|
73
|
-
root_highPriority: classes.confirmButton
|
|
74
|
-
};
|
|
75
|
-
|
|
76
|
-
const maybeCloseXButton = !isModal ? (
|
|
77
|
-
<button
|
|
78
|
-
className={classes.headerButton}
|
|
79
|
-
disabled={shouldDisableAllButtons}
|
|
80
|
-
onClick={onCancel}
|
|
81
|
-
type="reset"
|
|
82
|
-
>
|
|
83
|
-
<Icon src={CloseIcon} />
|
|
84
|
-
</button>
|
|
85
|
-
) : null;
|
|
86
|
-
|
|
87
|
-
const maybeButtons = shouldShowButtons ? (
|
|
88
|
-
<div className={classes.buttons}>
|
|
89
|
-
<Button
|
|
90
|
-
data-cy="Dialog-cancelButton"
|
|
91
|
-
classes={cancelButtonClasses}
|
|
92
|
-
disabled={shouldDisableAllButtons}
|
|
93
|
-
onClick={onCancel}
|
|
94
|
-
priority="low"
|
|
95
|
-
type="reset"
|
|
96
|
-
>
|
|
97
|
-
<FormattedMessage
|
|
98
|
-
id={cancelTranslationId}
|
|
99
|
-
defaultMessage={cancelText}
|
|
100
|
-
/>
|
|
101
|
-
</Button>
|
|
102
|
-
<Button
|
|
103
|
-
data-cy="Dialog-confirmButton"
|
|
104
|
-
classes={confirmButtonClasses}
|
|
105
|
-
disabled={confirmButtonDisabled}
|
|
106
|
-
priority="high"
|
|
107
|
-
type="submit"
|
|
108
|
-
>
|
|
109
|
-
<FormattedMessage
|
|
110
|
-
id={confirmTranslationId}
|
|
111
|
-
defaultMessage={confirmText}
|
|
112
|
-
/>
|
|
113
|
-
</Button>
|
|
114
|
-
</div>
|
|
115
|
-
) : null;
|
|
116
|
-
|
|
117
|
-
const maybeForm =
|
|
118
|
-
isOpen || !shouldUnmountOnHide ? (
|
|
119
|
-
<Form
|
|
120
|
-
className={classes.form}
|
|
121
|
-
{...formProps}
|
|
122
|
-
onSubmit={onConfirm}
|
|
123
|
-
data-cy="Dialog-form"
|
|
124
|
-
>
|
|
125
|
-
{/* The Mask. */}
|
|
126
|
-
<button
|
|
127
|
-
className={classes.mask}
|
|
128
|
-
disabled={isMaskDisabled}
|
|
129
|
-
onClick={onCancel}
|
|
130
|
-
type="reset"
|
|
131
|
-
/>
|
|
132
|
-
{/* The Dialog. */}
|
|
133
|
-
<div className={classes.dialog} data-cy={title}>
|
|
134
|
-
<div className={classes.header}>
|
|
135
|
-
<span
|
|
136
|
-
className={classes.headerText}
|
|
137
|
-
data-cy="Dialog-headerText"
|
|
138
|
-
>
|
|
139
|
-
{title}
|
|
140
|
-
</span>
|
|
141
|
-
{maybeCloseXButton}
|
|
142
|
-
</div>
|
|
143
|
-
<div className={classes.body}>
|
|
144
|
-
<div className={classes.contents}>{children}</div>
|
|
145
|
-
{maybeButtons}
|
|
146
|
-
</div>
|
|
147
|
-
</div>
|
|
148
|
-
</Form>
|
|
149
|
-
) : null;
|
|
150
|
-
|
|
151
|
-
return (
|
|
152
|
-
<Portal>
|
|
153
|
-
<aside className={rootClass} data-cy="Dialog-root">
|
|
154
|
-
{maybeForm}
|
|
155
|
-
</aside>
|
|
156
|
-
</Portal>
|
|
157
|
-
);
|
|
158
|
-
};
|
|
159
|
-
|
|
160
|
-
export default Dialog;
|
|
161
|
-
|
|
162
|
-
Dialog.propTypes = {
|
|
163
|
-
cancelText: string,
|
|
164
|
-
cancelTranslationId: string,
|
|
165
|
-
classes: shape({
|
|
166
|
-
body: string,
|
|
167
|
-
cancelButton: string,
|
|
168
|
-
confirmButton: string,
|
|
169
|
-
container: string,
|
|
170
|
-
contents: string,
|
|
171
|
-
header: string,
|
|
172
|
-
headerText: string,
|
|
173
|
-
headerButton: string,
|
|
174
|
-
mask: string,
|
|
175
|
-
root: string,
|
|
176
|
-
root_open: string
|
|
177
|
-
}),
|
|
178
|
-
confirmText: string,
|
|
179
|
-
confirmTranslationId: string,
|
|
180
|
-
formProps: object,
|
|
181
|
-
isModal: bool,
|
|
182
|
-
isOpen: bool,
|
|
183
|
-
onCancel: func,
|
|
184
|
-
onConfirm: func,
|
|
185
|
-
shouldDisableAllButtons: bool,
|
|
186
|
-
shouldDisableSubmitButton: bool,
|
|
187
|
-
shouldUnmountOnHide: bool,
|
|
188
|
-
title: node
|
|
189
|
-
};
|
|
190
|
-
|
|
191
|
-
Dialog.defaultProps = {
|
|
192
|
-
cancelText: 'Cancel',
|
|
193
|
-
cancelTranslationId: 'global.cancelButton',
|
|
194
|
-
confirmText: 'Confirm',
|
|
195
|
-
confirmTranslationId: 'global.confirmButton',
|
|
196
|
-
isModal: false,
|
|
197
|
-
shouldUnmountOnHide: true
|
|
198
|
-
};
|
|
@@ -1,189 +0,0 @@
|
|
|
1
|
-
/* The root aside element takes up the whole screen. */
|
|
2
|
-
/* It is hidden by default. */
|
|
3
|
-
/* It animates to being closed, and then moves off screen. */
|
|
4
|
-
/* It sits over all background content. */
|
|
5
|
-
.root {
|
|
6
|
-
composes: fixed from global;
|
|
7
|
-
composes: h-full from global;
|
|
8
|
-
composes: left-[-100vw] from global;
|
|
9
|
-
composes: opacity-0 from global;
|
|
10
|
-
composes: right-0 from global;
|
|
11
|
-
composes: top-0 from global;
|
|
12
|
-
composes: w-full from global;
|
|
13
|
-
composes: z-dialog from global;
|
|
14
|
-
transform: translate3d(-50%, 0, 0);
|
|
15
|
-
transition: opacity 192ms var(--venia-global-anim-out),
|
|
16
|
-
visibility 192ms var(--venia-global-anim-out), left 0s 192ms;
|
|
17
|
-
|
|
18
|
-
/* TODO @TW: review (B6) */
|
|
19
|
-
/* composes: invisible from global; */
|
|
20
|
-
visibility: hidden;
|
|
21
|
-
|
|
22
|
-
composes: lg_right-auto from global;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.root_open {
|
|
26
|
-
composes: root;
|
|
27
|
-
|
|
28
|
-
composes: left-auto from global;
|
|
29
|
-
composes: opacity-100 from global;
|
|
30
|
-
|
|
31
|
-
composes: lg_left-1/2 from global;
|
|
32
|
-
composes: rounded-md from global;
|
|
33
|
-
|
|
34
|
-
/* TODO @TW: review (B6) */
|
|
35
|
-
/* composes: visible from global; */
|
|
36
|
-
visibility: visible;
|
|
37
|
-
|
|
38
|
-
/* It animates to being open. */
|
|
39
|
-
transition: opacity 224ms var(--venia-global-anim-in),
|
|
40
|
-
visibility 224ms var(--venia-global-anim-in), left 0s;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
/* The form fills the entire aside. */
|
|
44
|
-
/* Its contents are centered horizontally and vertically. */
|
|
45
|
-
.form {
|
|
46
|
-
composes: content-stretch from global;
|
|
47
|
-
composes: grid from global;
|
|
48
|
-
composes: h-full from global;
|
|
49
|
-
composes: justify-end from global;
|
|
50
|
-
composes: w-full from global;
|
|
51
|
-
|
|
52
|
-
composes: lg_content-center from global;
|
|
53
|
-
composes: lg_justify-center from global;
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
.mask {
|
|
57
|
-
/* The mask takes up the entire screen. */
|
|
58
|
-
composes: absolute from global;
|
|
59
|
-
composes: h-full from global;
|
|
60
|
-
composes: left-0 from global;
|
|
61
|
-
composes: top-0 from global;
|
|
62
|
-
composes: w-full from global;
|
|
63
|
-
|
|
64
|
-
/* The mask is a semi-transparent grey. */
|
|
65
|
-
composes: bg-gray-600 from global;
|
|
66
|
-
composes: opacity-50 from global;
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
/* The dialog is the only item in the form grid. */
|
|
70
|
-
/* Nothing is allowed to overflow container itself. */
|
|
71
|
-
/* Container is itself a grid container for its children. */
|
|
72
|
-
/* Container can be the target of pointer events. */
|
|
73
|
-
/* It sits on top of the mask. */
|
|
74
|
-
.dialog {
|
|
75
|
-
/* It sets maximum sizes so its body can handle overflow. */
|
|
76
|
-
composes: h-full from global;
|
|
77
|
-
composes: max-h-full from global;
|
|
78
|
-
/* Minimum keeps a 16:9 aspect ratio and is 40rem x 22.5rem. */
|
|
79
|
-
composes: min-h-[360px] from global;
|
|
80
|
-
composes: w-[640px] from global;
|
|
81
|
-
|
|
82
|
-
composes: bg-white from global;
|
|
83
|
-
composes: grid from global;
|
|
84
|
-
composes: grid-rows-autoFirst from global;
|
|
85
|
-
composes: max-w-modal from global;
|
|
86
|
-
composes: overflow-hidden from global;
|
|
87
|
-
composes: pointer-events-auto from global;
|
|
88
|
-
composes: rounded-md from global;
|
|
89
|
-
composes: shadow-dialog from global;
|
|
90
|
-
composes: z-dialog from global;
|
|
91
|
-
|
|
92
|
-
composes: lg_max-h-modal from global;
|
|
93
|
-
composes: lg_max-w-full from global;
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
/*
|
|
97
|
-
* Dialog Header styles.
|
|
98
|
-
*/
|
|
99
|
-
|
|
100
|
-
.header {
|
|
101
|
-
composes: border-b from global;
|
|
102
|
-
composes: border-solid from global;
|
|
103
|
-
composes: border-subtle from global;
|
|
104
|
-
composes: h-[3.5rem] from global;
|
|
105
|
-
composes: pl-4 from global;
|
|
106
|
-
composes: pr-3 from global;
|
|
107
|
-
composes: py-0 from global;
|
|
108
|
-
|
|
109
|
-
/* The Header is itself a grid container for its children. */
|
|
110
|
-
composes: gap-x-xs from global;
|
|
111
|
-
composes: grid from global;
|
|
112
|
-
composes: grid-cols-autoLast from global;
|
|
113
|
-
composes: grid-flow-col from global;
|
|
114
|
-
composes: items-center from global;
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
.headerText {
|
|
118
|
-
composes: capitalize from global;
|
|
119
|
-
composes: leading-tight from global;
|
|
120
|
-
composes: overflow-ellipsis from global;
|
|
121
|
-
composes: overflow-hidden from global;
|
|
122
|
-
composes: text-subtle from global;
|
|
123
|
-
composes: whitespace-nowrap from global;
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
.headerButton {
|
|
127
|
-
/* Horizontally align the close button to the right. */
|
|
128
|
-
composes: justify-self-end from global;
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
/*
|
|
132
|
-
* Dialog Body styles.
|
|
133
|
-
*/
|
|
134
|
-
|
|
135
|
-
.body {
|
|
136
|
-
composes: overflow-auto from global;
|
|
137
|
-
|
|
138
|
-
/* The Body is itself a grid container for its children. */
|
|
139
|
-
composes: grid from global;
|
|
140
|
-
composes: grid-rows-autoLast from global;
|
|
141
|
-
}
|
|
142
|
-
|
|
143
|
-
.contents {
|
|
144
|
-
composes: p-xs from global;
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
.buttons {
|
|
148
|
-
composes: gap-xs from global;
|
|
149
|
-
composes: grid from global;
|
|
150
|
-
composes: grid-flow-row from global;
|
|
151
|
-
composes: justify-center from global;
|
|
152
|
-
composes: p-md from global;
|
|
153
|
-
|
|
154
|
-
composes: lg_grid-flow-col from global;
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
.confirmButton {
|
|
158
|
-
composes: root_highPriority from '../Button/button.module.css';
|
|
159
|
-
|
|
160
|
-
/* On mobile the confirm button should be first (on top). */
|
|
161
|
-
composes: order-first from global;
|
|
162
|
-
|
|
163
|
-
composes: lg_order-unset from global;
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
.cancelButton {
|
|
167
|
-
composes: root_lowPriority from '../Button/button.module.css';
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
/*
|
|
171
|
-
* Mobile-specific styles.
|
|
172
|
-
*
|
|
173
|
-
* Instead of being a full-page modal,
|
|
174
|
-
* dialogs slide out from the right.
|
|
175
|
-
*/
|
|
176
|
-
|
|
177
|
-
@media (max-width: 959px) {
|
|
178
|
-
.root {
|
|
179
|
-
/* The Dialog starts off-screen on the right. */
|
|
180
|
-
transform: translate3d(100%, 0, 0);
|
|
181
|
-
/* For mobile, add position to the transitions. */
|
|
182
|
-
transition-property: opacity, transform, visibility;
|
|
183
|
-
}
|
|
184
|
-
|
|
185
|
-
.root_open {
|
|
186
|
-
/* The Dialog animates (slides) onto the screen. */
|
|
187
|
-
transform: translate3d(0, 0, 0);
|
|
188
|
-
}
|
|
189
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from './dialog';
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
import React, { useCallback } from 'react';
|
|
2
|
-
import { useIntl } from 'react-intl';
|
|
3
|
-
import { shape, string, func } from 'prop-types';
|
|
4
|
-
import { X as Remove } from 'react-feather';
|
|
5
|
-
|
|
6
|
-
import { useStyle } from '@magento/venia-ui/lib/classify';
|
|
7
|
-
import Icon from '@magento/venia-ui/lib/components/Icon';
|
|
8
|
-
import Trigger from '@magento/venia-ui/lib/components/Trigger';
|
|
9
|
-
import defaultClasses from './currentFilter.module.css';
|
|
10
|
-
|
|
11
|
-
const CurrentFilter = props => {
|
|
12
|
-
const { group, item, removeItem, onRemove } = props;
|
|
13
|
-
const classes = useStyle(defaultClasses, props.classes);
|
|
14
|
-
const { formatMessage } = useIntl();
|
|
15
|
-
|
|
16
|
-
const handleClick = useCallback(() => {
|
|
17
|
-
removeItem({ group, item });
|
|
18
|
-
if (typeof onRemove === 'function') {
|
|
19
|
-
onRemove(group, item);
|
|
20
|
-
}
|
|
21
|
-
}, [group, item, removeItem, onRemove]);
|
|
22
|
-
|
|
23
|
-
const ariaLabel = formatMessage(
|
|
24
|
-
{
|
|
25
|
-
id: 'filterModal.action.clearFilterItem.ariaLabel',
|
|
26
|
-
defaultMessage: 'Clear filter "{name}"'
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
name: item.label ? item.label : item.title
|
|
30
|
-
}
|
|
31
|
-
);
|
|
32
|
-
|
|
33
|
-
return (
|
|
34
|
-
<span className={classes.root} data-cy="CurrentFilter-root">
|
|
35
|
-
<Trigger
|
|
36
|
-
action={handleClick}
|
|
37
|
-
aria-label={ariaLabel}
|
|
38
|
-
data-cy="CurrentFilter-trigger"
|
|
39
|
-
>
|
|
40
|
-
<Icon size={14} src={Remove} />
|
|
41
|
-
</Trigger>
|
|
42
|
-
<span className={classes.text}>
|
|
43
|
-
{item.label ? item.label : item.title}
|
|
44
|
-
</span>
|
|
45
|
-
</span>
|
|
46
|
-
);
|
|
47
|
-
};
|
|
48
|
-
|
|
49
|
-
export default CurrentFilter;
|
|
50
|
-
|
|
51
|
-
CurrentFilter.defaultProps = {
|
|
52
|
-
onRemove: null
|
|
53
|
-
};
|
|
54
|
-
|
|
55
|
-
CurrentFilter.propTypes = {
|
|
56
|
-
classes: shape({
|
|
57
|
-
root: string
|
|
58
|
-
}),
|
|
59
|
-
onRemove: func
|
|
60
|
-
};
|
package/src/overwrites/venia-ui/lib/components/FilterModal/CurrentFilters/currentFilter.module.css
DELETED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
.root {
|
|
2
|
-
min-height: 24px;
|
|
3
|
-
composes: border from global;
|
|
4
|
-
composes: border-gray-100 from global;
|
|
5
|
-
composes: font-medium from global;
|
|
6
|
-
composes: gap-2xs from global;
|
|
7
|
-
composes: grid-flow-col from global;
|
|
8
|
-
composes: inline-grid from global;
|
|
9
|
-
composes: items-center from global;
|
|
10
|
-
composes: justify-center from global;
|
|
11
|
-
composes: px-2 from global;
|
|
12
|
-
composes: py-1 from global;
|
|
13
|
-
composes: rounded-md from global;
|
|
14
|
-
/* composes: text-white from global; */
|
|
15
|
-
composes: text-base from global;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
/* TODO @TW: cannot compose */
|
|
19
|
-
.root svg {
|
|
20
|
-
/* composes: stroke-white from global; */
|
|
21
|
-
stroke: rgb(var(--venia-global-color-gray-600));
|
|
22
|
-
}
|
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
import React, { useMemo } from 'react';
|
|
2
|
-
import { func, shape, string } from 'prop-types';
|
|
3
|
-
import { useIntl } from 'react-intl';
|
|
4
|
-
|
|
5
|
-
import { useStyle } from '@magento/venia-ui/lib/classify';
|
|
6
|
-
import CurrentFilter from './currentFilter';
|
|
7
|
-
import defaultClasses from './currentFilters.module.css';
|
|
8
|
-
|
|
9
|
-
const CurrentFilters = props => {
|
|
10
|
-
const { filterApi, filterState, onRemove } = props;
|
|
11
|
-
const { removeItem } = filterApi;
|
|
12
|
-
const classes = useStyle(defaultClasses, props.classes);
|
|
13
|
-
const { formatMessage } = useIntl();
|
|
14
|
-
|
|
15
|
-
// create elements and params at the same time for efficiency
|
|
16
|
-
const filterElements = useMemo(() => {
|
|
17
|
-
const elements = [];
|
|
18
|
-
for (const [group, items] of filterState) {
|
|
19
|
-
for (const item of items) {
|
|
20
|
-
const { title, value } = item || {};
|
|
21
|
-
const key = `${group}::${title}_${value}`;
|
|
22
|
-
|
|
23
|
-
const customAttributeLandingPage = ['card_set', 'sc_baseball_release','auction','special_price','lof_preorder','sc_baseball_inserts','sc_baseball_parallel','sc_set_type'];
|
|
24
|
-
|
|
25
|
-
// if (!customAttributeLandingPage.includes(group)) {
|
|
26
|
-
elements.push(
|
|
27
|
-
<li key={key} className={classes.item}>
|
|
28
|
-
<CurrentFilter
|
|
29
|
-
group={group}
|
|
30
|
-
item={item}
|
|
31
|
-
removeItem={removeItem}
|
|
32
|
-
onRemove={onRemove}
|
|
33
|
-
/>
|
|
34
|
-
</li>
|
|
35
|
-
);
|
|
36
|
-
// }
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
return elements;
|
|
41
|
-
}, [classes.item, filterState, removeItem, onRemove]);
|
|
42
|
-
|
|
43
|
-
const currentFiltersAriaLabel = formatMessage({
|
|
44
|
-
id: 'filterModal.currentFilters.ariaLabel',
|
|
45
|
-
defaultMessage: 'Current Filters'
|
|
46
|
-
});
|
|
47
|
-
|
|
48
|
-
return (
|
|
49
|
-
<ul className={classes.root} aria-label={currentFiltersAriaLabel}>
|
|
50
|
-
{filterElements}
|
|
51
|
-
</ul>
|
|
52
|
-
);
|
|
53
|
-
};
|
|
54
|
-
|
|
55
|
-
CurrentFilters.defaultProps = {
|
|
56
|
-
onRemove: null
|
|
57
|
-
};
|
|
58
|
-
|
|
59
|
-
CurrentFilters.propTypes = {
|
|
60
|
-
classes: shape({
|
|
61
|
-
root: string,
|
|
62
|
-
item: string,
|
|
63
|
-
button: string,
|
|
64
|
-
icon: string
|
|
65
|
-
}),
|
|
66
|
-
onRemove: func
|
|
67
|
-
};
|
|
68
|
-
|
|
69
|
-
export default CurrentFilters;
|
package/src/overwrites/venia-ui/lib/components/FilterModal/CurrentFilters/currentFilters.module.css
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
.root {
|
|
2
|
-
composes: px-[10px] from global;
|
|
3
|
-
composes: py-2 from global;
|
|
4
|
-
composes: overflow-auto from global;
|
|
5
|
-
composes: flex from global;
|
|
6
|
-
composes: flex-wrap from global;
|
|
7
|
-
composes: gap-2 from global;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
/* TODO @TW: cannot compose */
|
|
11
|
-
.root:empty {
|
|
12
|
-
display: none;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
.item {
|
|
16
|
-
composes: float-left from global;
|
|
17
|
-
composes: pb-0 from global;
|
|
18
|
-
composes: pl-0 from global;
|
|
19
|
-
composes: pr-2 from global;
|
|
20
|
-
composes: pt-2 from global;
|
|
21
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from './currentFilters';
|
|
@@ -1,84 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { useIntl } from 'react-intl';
|
|
3
|
-
import { bool, shape, string } from 'prop-types';
|
|
4
|
-
|
|
5
|
-
import Checkbox from '@magento/venia-ui/lib/components/Checkbox';
|
|
6
|
-
import { useStyle } from '@magento/venia-ui/lib/classify';
|
|
7
|
-
import defaultClasses from './filterDefault.module.css';
|
|
8
|
-
import { useCurrencySwitcher } from '@magento/peregrine/lib/talons/Header/useCurrencySwitcher';
|
|
9
|
-
|
|
10
|
-
const FilterDefault = props => {
|
|
11
|
-
const {
|
|
12
|
-
classes: propsClasses,
|
|
13
|
-
isSelected,
|
|
14
|
-
item,
|
|
15
|
-
onMouseDown,
|
|
16
|
-
group,
|
|
17
|
-
...restProps
|
|
18
|
-
} = props;
|
|
19
|
-
|
|
20
|
-
const { label, value_index } = item || {};
|
|
21
|
-
const classes = useStyle(defaultClasses, propsClasses);
|
|
22
|
-
const { currentCurrencyCode } = useCurrencySwitcher();
|
|
23
|
-
const currencySymbolMap = {
|
|
24
|
-
USD: '$',
|
|
25
|
-
EUR: '€'
|
|
26
|
-
};
|
|
27
|
-
const currencySymbol = currencySymbolMap[currentCurrencyCode] != undefined ? currencySymbolMap[currentCurrencyCode] : currentCurrencyCode;
|
|
28
|
-
const title =
|
|
29
|
-
group === 'price'
|
|
30
|
-
? label.replace('-', ' - ')
|
|
31
|
-
: label;
|
|
32
|
-
const { formatMessage } = useIntl();
|
|
33
|
-
|
|
34
|
-
const ariaLabel = !isSelected
|
|
35
|
-
? formatMessage(
|
|
36
|
-
{
|
|
37
|
-
id: 'filterModal.item.applyFilter',
|
|
38
|
-
defaultMessage: 'Apply filter "{optionName}".'
|
|
39
|
-
},
|
|
40
|
-
{
|
|
41
|
-
optionName: label
|
|
42
|
-
}
|
|
43
|
-
)
|
|
44
|
-
: formatMessage(
|
|
45
|
-
{
|
|
46
|
-
id: 'filterModal.item.clearFilter',
|
|
47
|
-
defaultMessage: 'Remove filter "{optionName}".'
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
optionName: label
|
|
51
|
-
}
|
|
52
|
-
);
|
|
53
|
-
|
|
54
|
-
return (
|
|
55
|
-
<Checkbox
|
|
56
|
-
classes={classes}
|
|
57
|
-
field={`${label}-${value_index}`}
|
|
58
|
-
fieldValue={!!isSelected}
|
|
59
|
-
label={title}
|
|
60
|
-
ariaLabel={ariaLabel}
|
|
61
|
-
data-cy="FilterDefault-checkbox"
|
|
62
|
-
onClick={onMouseDown}
|
|
63
|
-
{...restProps}
|
|
64
|
-
/>
|
|
65
|
-
);
|
|
66
|
-
};
|
|
67
|
-
|
|
68
|
-
export default FilterDefault;
|
|
69
|
-
|
|
70
|
-
FilterDefault.propTypes = {
|
|
71
|
-
classes: shape({
|
|
72
|
-
root: string,
|
|
73
|
-
icon: string,
|
|
74
|
-
label: string,
|
|
75
|
-
checked: string
|
|
76
|
-
}),
|
|
77
|
-
group: string,
|
|
78
|
-
isSelected: bool,
|
|
79
|
-
item: shape({
|
|
80
|
-
label: string.isRequired,
|
|
81
|
-
value_index: string.isRequired
|
|
82
|
-
}).isRequired,
|
|
83
|
-
label: string
|
|
84
|
-
};
|
package/src/overwrites/venia-ui/lib/components/FilterModal/FilterList/filterDefault.module.css
DELETED
|
File without changes
|