@instructure/ui-top-nav-bar 8.34.0 → 8.34.1-snapshot-1
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 +8 -0
- package/package.json +29 -29
- package/tsconfig.build.tsbuildinfo +1 -1
- package/types/TopNavBar/TopNavBarActionItems/props.d.ts +8 -8
- package/types/TopNavBar/TopNavBarActionItems/props.d.ts.map +1 -1
- package/types/TopNavBar/TopNavBarBrand/props.d.ts +7 -7
- package/types/TopNavBar/TopNavBarBrand/props.d.ts.map +1 -1
- package/types/TopNavBar/TopNavBarContext.d.ts +2 -2
- package/types/TopNavBar/TopNavBarContext.d.ts.map +1 -1
- package/types/TopNavBar/TopNavBarItem/index.d.ts +1 -1
- package/types/TopNavBar/TopNavBarItem/index.d.ts.map +1 -1
- package/types/TopNavBar/TopNavBarItem/props.d.ts +10 -10
- package/types/TopNavBar/TopNavBarItem/props.d.ts.map +1 -1
- package/types/TopNavBar/TopNavBarLayout/DesktopLayout/props.d.ts +8 -8
- package/types/TopNavBar/TopNavBarLayout/DesktopLayout/props.d.ts.map +1 -1
- package/types/TopNavBar/TopNavBarLayout/SmallViewportLayout/props.d.ts +9 -9
- package/types/TopNavBar/TopNavBarLayout/SmallViewportLayout/props.d.ts.map +1 -1
- package/types/TopNavBar/TopNavBarLayout/props.d.ts +12 -12
- package/types/TopNavBar/TopNavBarLayout/props.d.ts.map +1 -1
- package/types/TopNavBar/TopNavBarMenuItems/props.d.ts +7 -7
- package/types/TopNavBar/TopNavBarMenuItems/props.d.ts.map +1 -1
- package/types/TopNavBar/TopNavBarUser/props.d.ts +6 -6
- package/types/TopNavBar/TopNavBarUser/props.d.ts.map +1 -1
- package/types/TopNavBar/props.d.ts +4 -4
- package/types/TopNavBar/props.d.ts.map +1 -1
- package/types/TopNavBar/utils/exampleHelpers.d.ts +2 -2
- package/types/TopNavBar/utils/exampleHelpers.d.ts.map +1 -1
- package/types/TopNavBar/utils/mapItemsForDrilldown.d.ts +2 -2
- package/types/TopNavBar/utils/mapItemsForDrilldown.d.ts.map +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
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.34.1-snapshot-1](https://github.com/instructure/instructure-ui/compare/v8.34.0...v8.34.1-snapshot-1) (2023-02-17)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @instructure/ui-top-nav-bar
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [8.34.0](https://github.com/instructure/instructure-ui/compare/v8.33.2...v8.34.0) (2023-02-10)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @instructure/ui-top-nav-bar
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui-top-nav-bar",
|
|
3
|
-
"version": "8.34.
|
|
3
|
+
"version": "8.34.1-snapshot-1",
|
|
4
4
|
"description": "A UI component library made by Instructure Inc.",
|
|
5
5
|
"author": "Instructure, Inc. Engineering and Product Design",
|
|
6
6
|
"module": "./es/index.js",
|
|
@@ -23,36 +23,36 @@
|
|
|
23
23
|
},
|
|
24
24
|
"license": "MIT",
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@babel/runtime": "^7.13
|
|
27
|
-
"@instructure/console": "8.34.
|
|
28
|
-
"@instructure/emotion": "8.34.
|
|
29
|
-
"@instructure/shared-types": "8.34.
|
|
30
|
-
"@instructure/ui-a11y-content": "8.34.
|
|
31
|
-
"@instructure/ui-avatar": "8.34.
|
|
32
|
-
"@instructure/ui-buttons": "8.34.
|
|
33
|
-
"@instructure/ui-dialog": "8.34.
|
|
34
|
-
"@instructure/ui-dom-utils": "8.34.
|
|
35
|
-
"@instructure/ui-drilldown": "8.34.
|
|
36
|
-
"@instructure/ui-icons": "8.34.
|
|
37
|
-
"@instructure/ui-link": "8.34.
|
|
38
|
-
"@instructure/ui-popover": "8.34.
|
|
39
|
-
"@instructure/ui-prop-types": "8.34.
|
|
40
|
-
"@instructure/ui-react-utils": "8.34.
|
|
41
|
-
"@instructure/ui-responsive": "8.34.
|
|
42
|
-
"@instructure/ui-testable": "8.34.
|
|
43
|
-
"@instructure/ui-tooltip": "8.34.
|
|
44
|
-
"@instructure/ui-tray": "8.34.
|
|
45
|
-
"@instructure/ui-truncate-list": "8.34.
|
|
46
|
-
"@instructure/ui-utils": "8.34.
|
|
47
|
-
"@instructure/ui-view": "8.34.
|
|
48
|
-
"prop-types": "^15"
|
|
26
|
+
"@babel/runtime": "^7.20.13",
|
|
27
|
+
"@instructure/console": "8.34.1-snapshot-1",
|
|
28
|
+
"@instructure/emotion": "8.34.1-snapshot-1",
|
|
29
|
+
"@instructure/shared-types": "8.34.1-snapshot-1",
|
|
30
|
+
"@instructure/ui-a11y-content": "8.34.1-snapshot-1",
|
|
31
|
+
"@instructure/ui-avatar": "8.34.1-snapshot-1",
|
|
32
|
+
"@instructure/ui-buttons": "8.34.1-snapshot-1",
|
|
33
|
+
"@instructure/ui-dialog": "8.34.1-snapshot-1",
|
|
34
|
+
"@instructure/ui-dom-utils": "8.34.1-snapshot-1",
|
|
35
|
+
"@instructure/ui-drilldown": "8.34.1-snapshot-1",
|
|
36
|
+
"@instructure/ui-icons": "8.34.1-snapshot-1",
|
|
37
|
+
"@instructure/ui-link": "8.34.1-snapshot-1",
|
|
38
|
+
"@instructure/ui-popover": "8.34.1-snapshot-1",
|
|
39
|
+
"@instructure/ui-prop-types": "8.34.1-snapshot-1",
|
|
40
|
+
"@instructure/ui-react-utils": "8.34.1-snapshot-1",
|
|
41
|
+
"@instructure/ui-responsive": "8.34.1-snapshot-1",
|
|
42
|
+
"@instructure/ui-testable": "8.34.1-snapshot-1",
|
|
43
|
+
"@instructure/ui-tooltip": "8.34.1-snapshot-1",
|
|
44
|
+
"@instructure/ui-tray": "8.34.1-snapshot-1",
|
|
45
|
+
"@instructure/ui-truncate-list": "8.34.1-snapshot-1",
|
|
46
|
+
"@instructure/ui-utils": "8.34.1-snapshot-1",
|
|
47
|
+
"@instructure/ui-view": "8.34.1-snapshot-1",
|
|
48
|
+
"prop-types": "^15.8.1"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@instructure/ui-babel-preset": "8.34.
|
|
52
|
-
"@instructure/ui-color-utils": "8.34.
|
|
53
|
-
"@instructure/ui-test-locator": "8.34.
|
|
54
|
-
"@instructure/ui-test-utils": "8.34.
|
|
55
|
-
"@instructure/ui-themes": "8.34.
|
|
51
|
+
"@instructure/ui-babel-preset": "8.34.1-snapshot-1",
|
|
52
|
+
"@instructure/ui-color-utils": "8.34.1-snapshot-1",
|
|
53
|
+
"@instructure/ui-test-locator": "8.34.1-snapshot-1",
|
|
54
|
+
"@instructure/ui-test-utils": "8.34.1-snapshot-1",
|
|
55
|
+
"@instructure/ui-themes": "8.34.1-snapshot-1"
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
|
58
58
|
"react": ">=16.8 <=18"
|