@orderingstack/front-components-product-configurator 1.4.2-beta.25 → 1.4.2-beta.26

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/dist/index.es.js CHANGED
@@ -6947,7 +6947,7 @@ function useMenuOptions(product, nestedLvl, parentKind, parentSelCtx) {
6947
6947
  console.log("LOG1 useMenuOptions useEffect productsToSelect", productsToSelect);
6948
6948
  unselectProductsInForm(productsToUnselect, setValue);
6949
6949
  selectProductsInForm(productsToSelect, setValue, initialSelected);
6950
- }, [filter, isFilterValidated, selected]);
6950
+ }, [isFilterValidated]);
6951
6951
  return {
6952
6952
  isFilterValidated,
6953
6953
  selected,
@@ -11113,5 +11113,5 @@ function ProductConfigurator(props) {
11113
11113
  })
11114
11114
  });
11115
11115
  }
11116
- export { ContextType, MainView, ProductConfigurator, ProductKinds, ProductTypes, SelMinSelMaxStatus, getProductToChangeInForm, index_esm as hookForm, selectProductsInForm, unselectProductsInForm, useProductData, validateProductFilter };
11116
+ export { ContextType, MainView, ProductConfigurator, ProductKinds, ProductTypes, SelMinSelMaxStatus, getProductToChangeInForm, index_esm as hookForm, selectProductsInForm, unselectProductsInForm, useMenuOptions, useProductData, validateProductFilter };
11117
11117
  //# sourceMappingURL=index.es.js.map