@instructure/ui-top-nav-bar 11.7.2-snapshot-60 → 11.7.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.
package/CHANGELOG.md CHANGED
@@ -3,18 +3,20 @@
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
- ## [11.7.2-snapshot-60](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2-snapshot-60) (2026-04-23)
6
+ ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23)
7
7
 
8
8
 
9
9
  ### Features
10
10
 
11
+ * **emotion:** add helper for accessing computed theme (useComputedTheme.ts in the emotion package) ([6d3c649](https://github.com/instructure/instructure-ui/commit/6d3c64912304bf863e3bc720cdb29c88165bfe81))
12
+ * **many:** fix issues ([45f0ee3](https://github.com/instructure/instructure-ui/commit/45f0ee31e5bed27df24fb2bc25f69d54a97445d8))
11
13
  * **many:** fix issues ([9d623ed](https://github.com/instructure/instructure-ui/commit/9d623ed9ba2be49549b625d1e436edc230a4df41))
12
14
  * **many:** rework TopNavBar ([bf40e4f](https://github.com/instructure/instructure-ui/commit/bf40e4f380dce5edc45a0f0bc83d5a5070d3be2b))
13
15
 
14
16
 
15
17
  ### BREAKING CHANGES
16
18
 
17
- * **many:** contains breaking changes due to component using the new theming system
19
+ * **many:** the component got a new version in this release
18
20
 
19
21
  INSTUI-4967
20
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-top-nav-bar",
3
- "version": "11.7.2-snapshot-60",
3
+ "version": "11.7.2",
4
4
  "description": "A UI component library made by Instructure Inc.",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -15,37 +15,37 @@
15
15
  "license": "MIT",
16
16
  "dependencies": {
17
17
  "@babel/runtime": "^7.27.6",
18
- "@instructure/emotion": "11.7.2-snapshot-60",
19
- "@instructure/shared-types": "11.7.2-snapshot-60",
20
- "@instructure/ui-avatar": "11.7.2-snapshot-60",
21
- "@instructure/ui-a11y-content": "11.7.2-snapshot-60",
22
- "@instructure/ui-breadcrumb": "11.7.2-snapshot-60",
23
- "@instructure/console": "11.7.2-snapshot-60",
24
- "@instructure/ui-dialog": "11.7.2-snapshot-60",
25
- "@instructure/ui-drilldown": "11.7.2-snapshot-60",
26
- "@instructure/ui-icons": "11.7.2-snapshot-60",
27
- "@instructure/ui-dom-utils": "11.7.2-snapshot-60",
28
- "@instructure/ui-buttons": "11.7.2-snapshot-60",
29
- "@instructure/ui-link": "11.7.2-snapshot-60",
30
- "@instructure/ui-popover": "11.7.2-snapshot-60",
31
- "@instructure/ui-react-utils": "11.7.2-snapshot-60",
32
- "@instructure/ui-responsive": "11.7.2-snapshot-60",
33
- "@instructure/ui-tooltip": "11.7.2-snapshot-60",
34
- "@instructure/ui-utils": "11.7.2-snapshot-60",
35
- "@instructure/ui-truncate-list": "11.7.2-snapshot-60",
36
- "@instructure/ui-view": "11.7.2-snapshot-60",
37
- "@instructure/ui-tray": "11.7.2-snapshot-60"
18
+ "@instructure/console": "11.7.2",
19
+ "@instructure/emotion": "11.7.2",
20
+ "@instructure/ui-a11y-content": "11.7.2",
21
+ "@instructure/shared-types": "11.7.2",
22
+ "@instructure/ui-avatar": "11.7.2",
23
+ "@instructure/ui-breadcrumb": "11.7.2",
24
+ "@instructure/ui-dialog": "11.7.2",
25
+ "@instructure/ui-buttons": "11.7.2",
26
+ "@instructure/ui-dom-utils": "11.7.2",
27
+ "@instructure/ui-drilldown": "11.7.2",
28
+ "@instructure/ui-icons": "11.7.2",
29
+ "@instructure/ui-react-utils": "11.7.2",
30
+ "@instructure/ui-link": "11.7.2",
31
+ "@instructure/ui-responsive": "11.7.2",
32
+ "@instructure/ui-tooltip": "11.7.2",
33
+ "@instructure/ui-truncate-list": "11.7.2",
34
+ "@instructure/ui-tray": "11.7.2",
35
+ "@instructure/ui-utils": "11.7.2",
36
+ "@instructure/ui-view": "11.7.2",
37
+ "@instructure/ui-popover": "11.7.2"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@testing-library/jest-dom": "^6.6.3",
41
41
  "@testing-library/react": "15.0.7",
42
42
  "@testing-library/user-event": "^14.6.1",
43
43
  "vitest": "^3.2.2",
44
- "@instructure/ui-axe-check": "11.7.2-snapshot-60",
45
- "@instructure/ui-babel-preset": "11.7.2-snapshot-60",
46
- "@instructure/ui-scripts": "11.7.2-snapshot-60",
47
- "@instructure/ui-themes": "11.7.2-snapshot-60",
48
- "@instructure/ui-color-utils": "11.7.2-snapshot-60"
44
+ "@instructure/ui-axe-check": "11.7.2",
45
+ "@instructure/ui-babel-preset": "11.7.2",
46
+ "@instructure/ui-color-utils": "11.7.2",
47
+ "@instructure/ui-scripts": "11.7.2",
48
+ "@instructure/ui-themes": "11.7.2"
49
49
  },
50
50
  "peerDependencies": {
51
51
  "react": ">=18 <=19"