@instructure/ui-menu 11.7.2-snapshot-17 → 11.7.2-snapshot-18

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,12 +3,13 @@
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-17](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2-snapshot-17) (2026-04-01)
6
+ ## [11.7.2-snapshot-18](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2-snapshot-18) (2026-04-01)
7
7
 
8
8
 
9
9
  ### Bug Fixes
10
10
 
11
11
  * **many:** fix checkbox toggle variant icons and resolve border radius inheritance issues in DateInput and Menu from View ([ab2c8c2](https://github.com/instructure/instructure-ui/commit/ab2c8c2ba7f5b3944f7977244e37f4a4c916422a))
12
+ * **many:** small fixes for doc and fix component directory mapping in "dev" script ([39f0c99](https://github.com/instructure/instructure-ui/commit/39f0c991315e39d30e1f24b3142b986d5b9041ee))
12
13
 
13
14
 
14
15
 
@@ -47,8 +47,6 @@ const generateStyle = (componentTheme, props, sharedTokens) => {
47
47
  listStyleType: 'none',
48
48
  margin: '0',
49
49
  padding: '0.25rem 0',
50
- // TODO-rework
51
- //background: componentTheme.background,
52
50
  borderRadius: 'inherit',
53
51
  display: 'block',
54
52
  position: 'relative',
@@ -52,8 +52,6 @@ const generateStyle = (componentTheme, props, sharedTokens) => {
52
52
  listStyleType: 'none',
53
53
  margin: '0',
54
54
  padding: '0.25rem 0',
55
- // TODO-rework
56
- //background: componentTheme.background,
57
55
  borderRadius: 'inherit',
58
56
  display: 'block',
59
57
  position: 'relative',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-menu",
3
- "version": "11.7.2-snapshot-17",
3
+ "version": "11.7.2-snapshot-18",
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.27.6",
18
18
  "keycode": "^2",
19
- "@instructure/console": "11.7.2-snapshot-17",
20
- "@instructure/shared-types": "11.7.2-snapshot-17",
21
- "@instructure/ui-dom-utils": "11.7.2-snapshot-17",
22
- "@instructure/ui-a11y-utils": "11.7.2-snapshot-17",
23
- "@instructure/emotion": "11.7.2-snapshot-17",
24
- "@instructure/ui-icons": "11.7.2-snapshot-17",
25
- "@instructure/ui-popover": "11.7.2-snapshot-17",
26
- "@instructure/ui-position": "11.7.2-snapshot-17",
27
- "@instructure/ui-utils": "11.7.2-snapshot-17",
28
- "@instructure/ui-react-utils": "11.7.2-snapshot-17",
29
- "@instructure/ui-view": "11.7.2-snapshot-17"
19
+ "@instructure/console": "11.7.2-snapshot-18",
20
+ "@instructure/shared-types": "11.7.2-snapshot-18",
21
+ "@instructure/ui-a11y-utils": "11.7.2-snapshot-18",
22
+ "@instructure/ui-dom-utils": "11.7.2-snapshot-18",
23
+ "@instructure/ui-icons": "11.7.2-snapshot-18",
24
+ "@instructure/ui-popover": "11.7.2-snapshot-18",
25
+ "@instructure/ui-react-utils": "11.7.2-snapshot-18",
26
+ "@instructure/ui-position": "11.7.2-snapshot-18",
27
+ "@instructure/ui-view": "11.7.2-snapshot-18",
28
+ "@instructure/ui-utils": "11.7.2-snapshot-18",
29
+ "@instructure/emotion": "11.7.2-snapshot-18"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@testing-library/jest-dom": "^6.6.3",
33
33
  "@testing-library/react": "15.0.7",
34
34
  "@testing-library/user-event": "^14.6.1",
35
35
  "vitest": "^3.2.2",
36
- "@instructure/ui-babel-preset": "11.7.2-snapshot-17",
37
- "@instructure/ui-axe-check": "11.7.2-snapshot-17",
38
- "@instructure/ui-themes": "11.7.2-snapshot-17",
39
- "@instructure/ui-color-utils": "11.7.2-snapshot-17"
36
+ "@instructure/ui-axe-check": "11.7.2-snapshot-18",
37
+ "@instructure/ui-babel-preset": "11.7.2-snapshot-18",
38
+ "@instructure/ui-themes": "11.7.2-snapshot-18",
39
+ "@instructure/ui-color-utils": "11.7.2-snapshot-18"
40
40
  },
41
41
  "peerDependencies": {
42
42
  "react": ">=18 <=19"
@@ -53,8 +53,6 @@ const generateStyle = (
53
53
  listStyleType: 'none',
54
54
  margin: '0',
55
55
  padding: '0.25rem 0',
56
- // TODO-rework
57
- //background: componentTheme.background,
58
56
  borderRadius: 'inherit',
59
57
  display: 'block',
60
58
  position: 'relative',