@orderingstack/front-components-product-configurator 1.6.0-beta.2 → 1.6.0-beta.3

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
@@ -6294,7 +6294,7 @@ function findGroupInProductItemsBySelCtx(selCtx, parent) {
6294
6294
  }
6295
6295
  return null;
6296
6296
  }
6297
- const isAnyGroupOptionKind = (kind) => kind === EProductKind.OPTIONS || kind === EProductKind.GROUP || kind === EProductKind.GROUP_UPSELL;
6297
+ const isAnyGroupOptionKind = (kind) => kind === EProductKind.OPTIONS || kind === EProductKind.CONFIG || kind === EProductKind.GROUP_UPSELL;
6298
6298
  function createStore(createState) {
6299
6299
  let state;
6300
6300
  const listeners = /* @__PURE__ */ new Set();