@instructure/ui-menu 11.7.4-snapshot-184 → 11.7.4-snapshot-8

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,20 +3,11 @@
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.4-snapshot-184](https://github.com/instructure/instructure-ui/compare/v11.6.0...v11.7.4-snapshot-184) (2026-05-15)
7
-
8
-
9
- ### Bug Fixes
10
-
11
- * **many:** fix checkbox toggle variant icons and resolve border radius inheritance issues in DateInput and Menu from View ([2534ee9](https://github.com/instructure/instructure-ui/commit/2534ee98e32b5f21f5b069ee9626e69b58e44499))
12
- * **many:** small fixes for doc and fix component directory mapping in "dev" script ([774fae7](https://github.com/instructure/instructure-ui/commit/774fae76ebf96beb8a1bbf1de7d1ceabd67ec647))
13
- * **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([98ff8e8](https://github.com/instructure/instructure-ui/commit/98ff8e8126a70d8496d6967795a8fbb2779c6fd9))
14
- * **ui-many:** fix imports of the multiversion support ([6b84f05](https://github.com/instructure/instructure-ui/commit/6b84f05ecd6e95e7698e14f9672023aee5e5e868))
6
+ ## [11.7.4-snapshot-8](https://github.com/instructure/instructure-ui/compare/v11.7.3...v11.7.4-snapshot-8) (2026-05-19)
15
7
 
16
8
 
17
9
  ### Features
18
10
 
19
- * **many:** add solution for using both old and new token system in the same app ([688a713](https://github.com/instructure/instructure-ui/commit/688a713ff715433bb085323dbad61285387c5141))
20
11
  * **many:** remove deprecated v2 items ([eaf8876](https://github.com/instructure/instructure-ui/commit/eaf88767c9beb95c4e09ee5705c387dfd79e4cb7))
21
12
 
22
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-menu",
3
- "version": "11.7.4-snapshot-184",
3
+ "version": "11.7.4-snapshot-8",
4
4
  "description": "A dropdown menu component",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -16,27 +16,27 @@
16
16
  "dependencies": {
17
17
  "@babel/runtime": "^7.29.2",
18
18
  "keycode": "^2",
19
- "@instructure/shared-types": "11.7.4-snapshot-184",
20
- "@instructure/console": "11.7.4-snapshot-184",
21
- "@instructure/emotion": "11.7.4-snapshot-184",
22
- "@instructure/ui-a11y-utils": "11.7.4-snapshot-184",
23
- "@instructure/ui-dom-utils": "11.7.4-snapshot-184",
24
- "@instructure/ui-icons": "11.7.4-snapshot-184",
25
- "@instructure/ui-popover": "11.7.4-snapshot-184",
26
- "@instructure/ui-react-utils": "11.7.4-snapshot-184",
27
- "@instructure/ui-position": "11.7.4-snapshot-184",
28
- "@instructure/ui-themes": "11.7.4-snapshot-184",
29
- "@instructure/ui-view": "11.7.4-snapshot-184",
30
- "@instructure/ui-utils": "11.7.4-snapshot-184"
19
+ "@instructure/console": "11.7.4-snapshot-8",
20
+ "@instructure/shared-types": "11.7.4-snapshot-8",
21
+ "@instructure/emotion": "11.7.4-snapshot-8",
22
+ "@instructure/ui-a11y-utils": "11.7.4-snapshot-8",
23
+ "@instructure/ui-dom-utils": "11.7.4-snapshot-8",
24
+ "@instructure/ui-icons": "11.7.4-snapshot-8",
25
+ "@instructure/ui-position": "11.7.4-snapshot-8",
26
+ "@instructure/ui-popover": "11.7.4-snapshot-8",
27
+ "@instructure/ui-react-utils": "11.7.4-snapshot-8",
28
+ "@instructure/ui-themes": "11.7.4-snapshot-8",
29
+ "@instructure/ui-utils": "11.7.4-snapshot-8",
30
+ "@instructure/ui-view": "11.7.4-snapshot-8"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@testing-library/jest-dom": "^6.6.3",
34
34
  "@testing-library/react": "15.0.7",
35
35
  "@testing-library/user-event": "^14.6.1",
36
36
  "vitest": "^3.2.2",
37
- "@instructure/ui-color-utils": "11.7.4-snapshot-184",
38
- "@instructure/ui-babel-preset": "11.7.4-snapshot-184",
39
- "@instructure/ui-axe-check": "11.7.4-snapshot-184"
37
+ "@instructure/ui-axe-check": "11.7.4-snapshot-8",
38
+ "@instructure/ui-babel-preset": "11.7.4-snapshot-8",
39
+ "@instructure/ui-color-utils": "11.7.4-snapshot-8"
40
40
  },
41
41
  "peerDependencies": {
42
42
  "react": ">=18 <=19"