@simplybusiness/mobius 6.7.2 → 6.8.0

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/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Changelog
2
2
 
3
+ ## 6.8.0
4
+
5
+ ### Minor Changes
6
+
7
+ - d1ad7db: Fetch trade image from chopin
8
+
9
+ ### Patch Changes
10
+
11
+ - 1927a07: prevent duplicate onChange in Combobox after programmatic refocus
12
+ - 0e4099c: Remove test type checking infrastructure in favor of faster @swc/jest transforms.
13
+
14
+ This removes the `JEST_CHECK_TYPES` environment variable and `ts-jest` dependency, simplifying Jest configuration across all packages. Type checking during tests is now handled separately by the `check-types` command.
15
+
3
16
  ## 6.7.2
4
17
 
5
18
  ### Patch Changes
package/dist/cjs/index.js CHANGED
@@ -1591,7 +1591,6 @@ var ComboboxInner = (0, import_react24.forwardRef)(
1591
1591
  userInteractedRef.current = false;
1592
1592
  }
1593
1593
  if (justSelectedRef.current && !isNaturalFocus) {
1594
- justSelectedRef.current = false;
1595
1594
  return;
1596
1595
  }
1597
1596
  if (isNaturalFocus) {
package/dist/esm/index.js CHANGED
@@ -1480,7 +1480,6 @@ var ComboboxInner = forwardRef6(
1480
1480
  userInteractedRef.current = false;
1481
1481
  }
1482
1482
  if (justSelectedRef.current && !isNaturalFocus) {
1483
- justSelectedRef.current = false;
1484
1483
  return;
1485
1484
  }
1486
1485
  if (isNaturalFocus) {