@configura/debug-react 1.6.1-alpha.1 → 1.6.1-alpha.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.
@@ -63,7 +63,6 @@ export function useProductFilters(props) {
63
63
  export function useProductConfigurationIterator(api, lang, result, productConditions) {
64
64
  return useMemo(() => generateProductConfigurations(api, lang, result, productConditions, {
65
65
  strictSelectOneSelectionCount: true,
66
- strictSetApiSelectionMatch: true,
67
66
  }), [api, lang, result, productConditions]);
68
67
  }
69
68
  export function useToc(api, params, lang, setError, loadingObservable) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@configura/debug-react",
3
- "version": "1.6.1-alpha.1",
3
+ "version": "1.6.1-alpha.2",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -19,10 +19,10 @@
19
19
  "test": "echo \"Error: run tests from root\" && exit 1"
20
20
  },
21
21
  "dependencies": {
22
- "@configura/babylon-view": "^1.6.1-alpha.1",
23
- "@configura/babylon-view-react": "^1.6.1-alpha.1",
24
- "@configura/web-ui": "^1.6.1-alpha.1",
25
- "@configura/web-utilities": "^1.6.1-alpha.1",
22
+ "@configura/babylon-view": "1.6.1-alpha.2",
23
+ "@configura/babylon-view-react": "1.6.1-alpha.2",
24
+ "@configura/web-ui": "1.6.1-alpha.2",
25
+ "@configura/web-utilities": "1.6.1-alpha.2",
26
26
  "react": "17.x || ^16.12.0",
27
27
  "react-dom": "17.x || ^16.12.0",
28
28
  "react-router-dom": "^5.2.0"
@@ -44,5 +44,5 @@
44
44
  "publishConfig": {
45
45
  "access": "public"
46
46
  },
47
- "gitHead": "afaf1e342f0648246a1dcb6f7bc636d4d1979bec"
47
+ "gitHead": "e4b98f07293de3363e402a343194a9931d00732a"
48
48
  }