@instructure/ui-menu 10.0.1-snapshot-13 → 10.1.1-snapshot-4973
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,15 @@
|
|
|
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.
|
|
6
|
+
## [10.1.1-snapshot-4973](https://github.com/instructure/instructure-ui/compare/v10.0.0...v10.1.1-snapshot-4973) (2024-08-23)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @instructure/ui-menu
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [10.1.0](https://github.com/instructure/instructure-ui/compare/v10.0.0...v10.1.0) (2024-08-23)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @instructure/ui-menu
|
|
9
17
|
|
|
@@ -36,7 +36,6 @@ const propTypes = {
|
|
|
36
36
|
controls: PropTypes.string,
|
|
37
37
|
disabled: PropTypes.bool,
|
|
38
38
|
as: PropTypes.elementType,
|
|
39
|
-
// eslint-disable-line react/require-default-props
|
|
40
39
|
type: PropTypes.oneOf(['button', 'checkbox', 'radio', 'flyout']),
|
|
41
40
|
value: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
|
|
42
41
|
href: PropTypes.string,
|
|
@@ -43,7 +43,6 @@ const propTypes = exports.propTypes = {
|
|
|
43
43
|
controls: _propTypes.default.string,
|
|
44
44
|
disabled: _propTypes.default.bool,
|
|
45
45
|
as: _propTypes.default.elementType,
|
|
46
|
-
// eslint-disable-line react/require-default-props
|
|
47
46
|
type: _propTypes.default.oneOf(['button', 'checkbox', 'radio', 'flyout']),
|
|
48
47
|
value: _propTypes.default.oneOfType([_propTypes.default.string, _propTypes.default.number]),
|
|
49
48
|
href: _propTypes.default.string,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui-menu",
|
|
3
|
-
"version": "10.
|
|
3
|
+
"version": "10.1.1-snapshot-4973",
|
|
4
4
|
"description": "A dropdown menu component",
|
|
5
5
|
"author": "Instructure, Inc. Engineering and Product Design",
|
|
6
6
|
"module": "./es/index.js",
|
|
@@ -23,11 +23,11 @@
|
|
|
23
23
|
},
|
|
24
24
|
"license": "MIT",
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@instructure/ui-axe-check": "10.
|
|
27
|
-
"@instructure/ui-babel-preset": "10.
|
|
28
|
-
"@instructure/ui-color-utils": "10.
|
|
29
|
-
"@instructure/ui-test-utils": "10.
|
|
30
|
-
"@instructure/ui-themes": "10.
|
|
26
|
+
"@instructure/ui-axe-check": "10.1.1-snapshot-4973",
|
|
27
|
+
"@instructure/ui-babel-preset": "10.1.1-snapshot-4973",
|
|
28
|
+
"@instructure/ui-color-utils": "10.1.1-snapshot-4973",
|
|
29
|
+
"@instructure/ui-test-utils": "10.1.1-snapshot-4973",
|
|
30
|
+
"@instructure/ui-themes": "10.1.1-snapshot-4973",
|
|
31
31
|
"@testing-library/jest-dom": "^6.4.6",
|
|
32
32
|
"@testing-library/react": "^15.0.7",
|
|
33
33
|
"@testing-library/user-event": "^14.5.2",
|
|
@@ -35,19 +35,19 @@
|
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@babel/runtime": "^7.24.5",
|
|
38
|
-
"@instructure/console": "10.
|
|
39
|
-
"@instructure/emotion": "10.
|
|
40
|
-
"@instructure/shared-types": "10.
|
|
41
|
-
"@instructure/ui-a11y-utils": "10.
|
|
42
|
-
"@instructure/ui-dom-utils": "10.
|
|
43
|
-
"@instructure/ui-icons": "10.
|
|
44
|
-
"@instructure/ui-popover": "10.
|
|
45
|
-
"@instructure/ui-position": "10.
|
|
46
|
-
"@instructure/ui-prop-types": "10.
|
|
47
|
-
"@instructure/ui-react-utils": "10.
|
|
48
|
-
"@instructure/ui-testable": "10.
|
|
49
|
-
"@instructure/ui-utils": "10.
|
|
50
|
-
"@instructure/ui-view": "10.
|
|
38
|
+
"@instructure/console": "10.1.1-snapshot-4973",
|
|
39
|
+
"@instructure/emotion": "10.1.1-snapshot-4973",
|
|
40
|
+
"@instructure/shared-types": "10.1.1-snapshot-4973",
|
|
41
|
+
"@instructure/ui-a11y-utils": "10.1.1-snapshot-4973",
|
|
42
|
+
"@instructure/ui-dom-utils": "10.1.1-snapshot-4973",
|
|
43
|
+
"@instructure/ui-icons": "10.1.1-snapshot-4973",
|
|
44
|
+
"@instructure/ui-popover": "10.1.1-snapshot-4973",
|
|
45
|
+
"@instructure/ui-position": "10.1.1-snapshot-4973",
|
|
46
|
+
"@instructure/ui-prop-types": "10.1.1-snapshot-4973",
|
|
47
|
+
"@instructure/ui-react-utils": "10.1.1-snapshot-4973",
|
|
48
|
+
"@instructure/ui-testable": "10.1.1-snapshot-4973",
|
|
49
|
+
"@instructure/ui-utils": "10.1.1-snapshot-4973",
|
|
50
|
+
"@instructure/ui-view": "10.1.1-snapshot-4973",
|
|
51
51
|
"keycode": "^2",
|
|
52
52
|
"prop-types": "^15.8.1"
|
|
53
53
|
},
|
|
@@ -116,11 +116,11 @@ const propTypes: PropValidators<PropKeys> = {
|
|
|
116
116
|
onMouseOver: PropTypes.func,
|
|
117
117
|
controls: PropTypes.string,
|
|
118
118
|
disabled: PropTypes.bool,
|
|
119
|
-
as: PropTypes.elementType,
|
|
119
|
+
as: PropTypes.elementType,
|
|
120
120
|
type: PropTypes.oneOf(['button', 'checkbox', 'radio', 'flyout']),
|
|
121
121
|
value: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
|
|
122
122
|
href: PropTypes.string,
|
|
123
|
-
target: PropTypes.string
|
|
123
|
+
target: PropTypes.string
|
|
124
124
|
}
|
|
125
125
|
|
|
126
126
|
const allowedProps: AllowedPropKeys = [
|