@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 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
- ## [8.39.1-snapshot-1](https://github.com/instructure/instructure-ui/compare/v8.39.0...v8.39.1-snapshot-1) (2023-08-07)
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
- * **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))
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.39.1-snapshot-1",
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.39.1-snapshot-1",
27
- "@instructure/ui-color-utils": "8.39.1-snapshot-1",
28
- "@instructure/ui-test-locator": "8.39.1-snapshot-1",
29
- "@instructure/ui-test-utils": "8.39.1-snapshot-1",
30
- "@instructure/ui-themes": "8.39.1-snapshot-1"
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.39.1-snapshot-1",
35
- "@instructure/debounce": "8.39.1-snapshot-1",
36
- "@instructure/emotion": "8.39.1-snapshot-1",
37
- "@instructure/shared-types": "8.39.1-snapshot-1",
38
- "@instructure/ui-a11y-content": "8.39.1-snapshot-1",
39
- "@instructure/ui-a11y-utils": "8.39.1-snapshot-1",
40
- "@instructure/ui-badge": "8.39.1-snapshot-1",
41
- "@instructure/ui-dom-utils": "8.39.1-snapshot-1",
42
- "@instructure/ui-focusable": "8.39.1-snapshot-1",
43
- "@instructure/ui-icons": "8.39.1-snapshot-1",
44
- "@instructure/ui-menu": "8.39.1-snapshot-1",
45
- "@instructure/ui-prop-types": "8.39.1-snapshot-1",
46
- "@instructure/ui-react-utils": "8.39.1-snapshot-1",
47
- "@instructure/ui-testable": "8.39.1-snapshot-1",
48
- "@instructure/ui-tooltip": "8.39.1-snapshot-1",
49
- "@instructure/ui-truncate-list": "8.39.1-snapshot-1",
50
- "@instructure/ui-utils": "8.39.1-snapshot-1",
51
- "@instructure/ui-view": "8.39.1-snapshot-1",
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": {
@@ -80,7 +80,7 @@ type AppNavOwnProps = {
80
80
  * the navigation changes. Passes in the `visibleItemsCount` as
81
81
  * a parameter.
82
82
  */
83
- onUpdate?: ({ visibleItemsCount }: { visibleItemsCount: number }) => void
83
+ onUpdate?: (visibleItemsCount: { visibleItemsCount: number }) => void
84
84
  /**
85
85
  * Sets the number of navigation items that are visible.
86
86
  */