@evenicanpm/storefront-core 1.2.1 → 1.2.2

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.
@@ -7,9 +7,9 @@ import { useLocale, useTranslations } from "next-intl";
7
7
 
8
8
  import CategoryBreadcrumbs from "@evenicanpm/storefront-core/src/pages/product-list/breadcrumbs";
9
9
  import SelectedFacets from "@evenicanpm/storefront-core/src/pages/product-list/selected-facets";
10
- import Facet from "@evenicanpm/storefront-core/src/pages/product-list/facet";
10
+ import Facet from "@evenicanpm/storefront-core/src/pages-v2/product-list/facet";
11
11
  import Pagination from "@evenicanpm/storefront-core/src/pages/product-list/pagination";
12
- import SearchBar from "@evenicanpm/storefront-core/src/pages/product-list/search-bar";
12
+ import SearchBar from "@evenicanpm/storefront-core/src/pages-v2/product-list/search-bar";
13
13
  import { Paragraph } from "@evenicanpm/storefront-core/src/components-v2/Typography";
14
14
  import getCategories from "@evenicanpm/storefront-core/src/api-manager/services/categories/queries/get-categories";
15
15
  import { searchCategory } from "@evenicanpm/storefront-core/src/pages/product-list/utils/search-for-category";
@@ -18,7 +18,6 @@ import {
18
18
  TableHead,
19
19
  TableRow,
20
20
  useTheme,
21
- Box,
22
21
  TextField,
23
22
  } from "@mui/material";
24
23
  import DeleteIcon from "@mui/icons-material/Delete";
@@ -81,7 +80,6 @@ const QuickOrder = ({ children }: { children?: ReactNode }) => {
81
80
  const { mutateAsync: searchProducts } = useSearchProducts();
82
81
  const { mutateAsync: addToCartMut } = useAddToCart();
83
82
  const { data: cart } = getCart.useData();
84
- const t = useTranslations("QuickOrder");
85
83
 
86
84
  const generateEmptyRow = (id: number): QuickOrderRowData => ({
87
85
  id,