hasting-swatchcart-module 1.0.33 → 1.0.34

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.
@@ -14,7 +14,6 @@ export declare const swatchesSlice: import('@reduxjs/toolkit').Slice<ISwatchesSl
14
14
  materialCount: number;
15
15
  selectedMaterial: AttributeValue;
16
16
  selectedMaterials: AttributeValue[];
17
- limitCb?: () => void;
18
17
  }>): void;
19
18
  resetSelectedMaterials(state: import('immer').WritableDraft<ISwatchesSlice>): void;
20
19
  setSelectedProduct(state: import('immer').WritableDraft<ISwatchesSlice>, action: PayloadAction<IProductListItem>): void;
@@ -41,7 +40,6 @@ export declare const setMaterialSelect: import('@reduxjs/toolkit').ActionCreator
41
40
  materialCount: number;
42
41
  selectedMaterial: AttributeValue;
43
42
  selectedMaterials: AttributeValue[];
44
- limitCb?: () => void;
45
43
  }, "swatches/setSelectedMaterial">, clearMaterialFilter: import('@reduxjs/toolkit').ActionCreatorWithPayload<keyof IMaterialSelectState, "swatches/clearMaterialFilter">, clearAllMaterialFilters: import('@reduxjs/toolkit').ActionCreatorWithoutPayload<"swatches/clearAllMaterialFilters">, setSelectedProduct: import('@reduxjs/toolkit').ActionCreatorWithPayload<IProductListItem, "swatches/setSelectedProduct">, deleteSelectedProduct: import('@reduxjs/toolkit').ActionCreatorWithoutPayload<"swatches/deleteSelectedProduct">, setIsOpenMultiProductCart: import('@reduxjs/toolkit').ActionCreatorWithPayload<boolean, "swatches/setIsOpenMultiProductCart">, resetSelectedMaterials: import('@reduxjs/toolkit').ActionCreatorWithoutPayload<"swatches/resetSelectedMaterials">, removeItem: import('@reduxjs/toolkit').ActionCreatorWithPayload<{
46
44
  selectedMaterial: AttributeValue;
47
45
  }, "swatches/removeItem">, increment: import('@reduxjs/toolkit').ActionCreatorWithPayload<{