@instructure/ui-focusable 10.16.3-snapshot--1 → 10.16.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/CHANGELOG.md CHANGED
@@ -3,9 +3,12 @@
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.3](https://github.com/instructure/instructure-ui/compare/v10.16.1...v10.16.3) (2025-04-30)
7
7
 
8
- **Note:** Version bump only for package @instructure/ui-focusable
8
+
9
+ ### Bug Fixes
10
+
11
+ * **ui-focusable:** fix Focusable example using the wrong ARIA tag ([c88b21c](https://github.com/instructure/instructure-ui/commit/c88b21caf85e9dbf213eadec423ac6ab8398a1f7))
9
12
 
10
13
 
11
14
 
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.3",
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.3",
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.3",
35
+ "@instructure/shared-types": "10.16.3",
36
+ "@instructure/ui-dom-utils": "10.16.3",
37
+ "@instructure/ui-react-utils": "10.16.3",
38
+ "@instructure/ui-utils": "10.16.3",
39
+ "@instructure/ui-view": "10.16.3",
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