@empathyco/x-components 5.0.0-alpha.72 → 5.0.0-alpha.73

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
@@ -3,6 +3,15 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [5.0.0-alpha.73](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.72...@empathyco/x-components@5.0.0-alpha.73) (2024-07-18)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * keyboard navigation within shadow dom (#1571) ([1784c4c](https://github.com/empathyco/x/commit/1784c4cb6f130947a2454f5adbabcaf4821f8ab2))
12
+
13
+
14
+
6
15
  ## [5.0.0-alpha.72](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.71...@empathyco/x-components@5.0.0-alpha.72) (2024-07-18)
7
16
 
8
17
 
package/core/index.js CHANGED
@@ -179,7 +179,7 @@ export { areFiltersDifferent, createRawFilters } from '../js/utils/filters.js';
179
179
  export { FOCUSABLE_SELECTORS } from '../js/utils/focus.js';
180
180
  export { noOp } from '../js/utils/function.js';
181
181
  export { getURLParameter } from '../js/utils/get-url-parameters.js';
182
- export { getTargetElement, isElementEqualOrContained } from '../js/utils/html.js';
182
+ export { getActiveElement, getTargetElement, isElementEqualOrContained } from '../js/utils/html.js';
183
183
  export { SPLIT_WORDS_REGEX, isNewQuery } from '../js/utils/is-new-query.js';
184
184
  export { normalizeString } from '../js/utils/normalize.js';
185
185
  export { isInRange } from '../js/utils/number.js';