@instructure/ui-navigation 8.39.1-snapshot-1 → 8.40.0
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 +2 -11
- package/package.json +24 -24
- package/src/AppNav/props.ts +1 -1
- package/tsconfig.build.tsbuildinfo +1 -1
- package/types/AppNav/index.d.ts +2 -2
- package/types/AppNav/props.d.ts +1 -1
- package/types/AppNav/props.d.ts.map +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,24 +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
|
-
|
|
6
|
+
# [8.40.0](https://github.com/instructure/instructure-ui/compare/v8.39.0...v8.40.0) (2023-08-17)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package @instructure/ui-navigation
|
|
9
9
|
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
10
|
# [8.39.0](https://github.com/instructure/instructure-ui/compare/v8.38.1...v8.39.0) (2023-07-21)
|
|
15
11
|
|
|
16
|
-
|
|
17
12
|
### Features
|
|
18
13
|
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
14
|
+
- **instui-config,shared-types,ui-navigation,ui-side-nav-bar,ui:** add side-nav-bar component and deprecate navigation ([45848bf](https://github.com/instructure/instructure-ui/commit/45848bf5feea16e05c19e559c03e53e4b0637412))
|
|
24
15
|
|
|
25
16
|
## [8.38.1](https://github.com/instructure/instructure-ui/compare/v8.38.0...v8.38.1) (2023-06-13)
|
|
26
17
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui-navigation",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.40.0",
|
|
4
4
|
"description": "Main and application level navigational components",
|
|
5
5
|
"author": "Instructure, Inc. Engineering and Product Design",
|
|
6
6
|
"module": "./es/index.js",
|
|
@@ -23,32 +23,32 @@
|
|
|
23
23
|
},
|
|
24
24
|
"license": "MIT",
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@instructure/ui-babel-preset": "8.
|
|
27
|
-
"@instructure/ui-color-utils": "8.
|
|
28
|
-
"@instructure/ui-test-locator": "8.
|
|
29
|
-
"@instructure/ui-test-utils": "8.
|
|
30
|
-
"@instructure/ui-themes": "8.
|
|
26
|
+
"@instructure/ui-babel-preset": "8.40.0",
|
|
27
|
+
"@instructure/ui-color-utils": "8.40.0",
|
|
28
|
+
"@instructure/ui-test-locator": "8.40.0",
|
|
29
|
+
"@instructure/ui-test-utils": "8.40.0",
|
|
30
|
+
"@instructure/ui-themes": "8.40.0"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@babel/runtime": "^7.22.6",
|
|
34
|
-
"@instructure/console": "8.
|
|
35
|
-
"@instructure/debounce": "8.
|
|
36
|
-
"@instructure/emotion": "8.
|
|
37
|
-
"@instructure/shared-types": "8.
|
|
38
|
-
"@instructure/ui-a11y-content": "8.
|
|
39
|
-
"@instructure/ui-a11y-utils": "8.
|
|
40
|
-
"@instructure/ui-badge": "8.
|
|
41
|
-
"@instructure/ui-dom-utils": "8.
|
|
42
|
-
"@instructure/ui-focusable": "8.
|
|
43
|
-
"@instructure/ui-icons": "8.
|
|
44
|
-
"@instructure/ui-menu": "8.
|
|
45
|
-
"@instructure/ui-prop-types": "8.
|
|
46
|
-
"@instructure/ui-react-utils": "8.
|
|
47
|
-
"@instructure/ui-testable": "8.
|
|
48
|
-
"@instructure/ui-tooltip": "8.
|
|
49
|
-
"@instructure/ui-truncate-list": "8.
|
|
50
|
-
"@instructure/ui-utils": "8.
|
|
51
|
-
"@instructure/ui-view": "8.
|
|
34
|
+
"@instructure/console": "8.40.0",
|
|
35
|
+
"@instructure/debounce": "8.40.0",
|
|
36
|
+
"@instructure/emotion": "8.40.0",
|
|
37
|
+
"@instructure/shared-types": "8.40.0",
|
|
38
|
+
"@instructure/ui-a11y-content": "8.40.0",
|
|
39
|
+
"@instructure/ui-a11y-utils": "8.40.0",
|
|
40
|
+
"@instructure/ui-badge": "8.40.0",
|
|
41
|
+
"@instructure/ui-dom-utils": "8.40.0",
|
|
42
|
+
"@instructure/ui-focusable": "8.40.0",
|
|
43
|
+
"@instructure/ui-icons": "8.40.0",
|
|
44
|
+
"@instructure/ui-menu": "8.40.0",
|
|
45
|
+
"@instructure/ui-prop-types": "8.40.0",
|
|
46
|
+
"@instructure/ui-react-utils": "8.40.0",
|
|
47
|
+
"@instructure/ui-testable": "8.40.0",
|
|
48
|
+
"@instructure/ui-tooltip": "8.40.0",
|
|
49
|
+
"@instructure/ui-truncate-list": "8.40.0",
|
|
50
|
+
"@instructure/ui-utils": "8.40.0",
|
|
51
|
+
"@instructure/ui-view": "8.40.0",
|
|
52
52
|
"prop-types": "^15.8.1"
|
|
53
53
|
},
|
|
54
54
|
"peerDependencies": {
|
package/src/AppNav/props.ts
CHANGED
|
@@ -80,7 +80,7 @@ type AppNavOwnProps = {
|
|
|
80
80
|
* the navigation changes. Passes in the `visibleItemsCount` as
|
|
81
81
|
* a parameter.
|
|
82
82
|
*/
|
|
83
|
-
onUpdate?: (
|
|
83
|
+
onUpdate?: (visibleItemsCount: { visibleItemsCount: number }) => void
|
|
84
84
|
/**
|
|
85
85
|
* Sets the number of navigation items that are visible.
|
|
86
86
|
*/
|