@orderingstack/front-components-product-configurator 1.2.0 → 1.2.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/dist/index.es.js
CHANGED
|
@@ -9963,7 +9963,8 @@ const MenuProductRoot = (props) => {
|
|
|
9963
9963
|
} = useComponents();
|
|
9964
9964
|
const MenuItemsDispatcherWrapper = !isEmpty(product.items) ? /* @__PURE__ */ jsx(MenuItemsDispatcher, {
|
|
9965
9965
|
productItems: product.items,
|
|
9966
|
-
parentProduct: product
|
|
9966
|
+
parentProduct: product,
|
|
9967
|
+
rootProduct: product
|
|
9967
9968
|
}) : /* @__PURE__ */ jsx(Fragment, {});
|
|
9968
9969
|
if (MenuProductRootUI) {
|
|
9969
9970
|
return /* @__PURE__ */ jsx(MenuProductRootUI, {
|