@instructure/ui-focusable 10.16.3-snapshot--1 → 10.16.4-snapshot-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
@@ -3,7 +3,7 @@
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
- ## [10.16.3-snapshot--1](https://github.com/instructure/instructure-ui/compare/v10.16.1...v10.16.3-snapshot--1) (2025-04-24)
6
+ ## [10.16.4-snapshot-0](https://github.com/instructure/instructure-ui/compare/v10.16.3...v10.16.4-snapshot-0) (2025-05-05)
7
7
 
8
8
  **Note:** Version bump only for package @instructure/ui-focusable
9
9
 
@@ -11,6 +11,17 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
11
11
 
12
12
 
13
13
 
14
+ ## [10.16.3](https://github.com/instructure/instructure-ui/compare/v10.16.1...v10.16.3) (2025-04-30)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **ui-focusable:** fix Focusable example using the wrong ARIA tag ([c88b21c](https://github.com/instructure/instructure-ui/commit/c88b21caf85e9dbf213eadec423ac6ab8398a1f7))
20
+
21
+
22
+
23
+
24
+
14
25
  ## [10.16.2](https://github.com/instructure/instructure-ui/compare/v10.16.1...v10.16.2) (2025-04-22)
15
26
 
16
27
  **Note:** Version bump only for package @instructure/ui-focusable
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-focusable",
3
- "version": "10.16.3-snapshot--1",
3
+ "version": "10.16.4-snapshot-0",
4
4
  "description": "A utility used to identify when an element receives focus.",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -23,7 +23,7 @@
23
23
  },
24
24
  "license": "MIT",
25
25
  "devDependencies": {
26
- "@instructure/ui-babel-preset": "10.16.3-snapshot--1",
26
+ "@instructure/ui-babel-preset": "10.16.4-snapshot-0",
27
27
  "@testing-library/jest-dom": "^6.6.3",
28
28
  "@testing-library/react": "^16.0.1",
29
29
  "@testing-library/user-event": "^14.5.2",
@@ -31,12 +31,12 @@
31
31
  },
32
32
  "dependencies": {
33
33
  "@babel/runtime": "^7.26.0",
34
- "@instructure/console": "10.16.3-snapshot--1",
35
- "@instructure/shared-types": "10.16.3-snapshot--1",
36
- "@instructure/ui-dom-utils": "10.16.3-snapshot--1",
37
- "@instructure/ui-react-utils": "10.16.3-snapshot--1",
38
- "@instructure/ui-utils": "10.16.3-snapshot--1",
39
- "@instructure/ui-view": "10.16.3-snapshot--1",
34
+ "@instructure/console": "10.16.4-snapshot-0",
35
+ "@instructure/shared-types": "10.16.4-snapshot-0",
36
+ "@instructure/ui-dom-utils": "10.16.4-snapshot-0",
37
+ "@instructure/ui-react-utils": "10.16.4-snapshot-0",
38
+ "@instructure/ui-utils": "10.16.4-snapshot-0",
39
+ "@instructure/ui-view": "10.16.4-snapshot-0",
40
40
  "prop-types": "^15.8.1"
41
41
  },
42
42
  "peerDependencies": {
@@ -15,7 +15,7 @@ type: example
15
15
  console.log(options)
16
16
  return <span>
17
17
  <div>
18
- <Button aria-labelledby="focusable-example1-button focusable-example1-tooltip" id="focusable-example1-button">Focus me!</Button>
18
+ <Button aria-describedby="focusable-example1-tooltip">Focus me!</Button>
19
19
  </div>
20
20
  {options.focused && (
21
21
  <ContextView