@instructure/ui-top-nav-bar 8.51.0 → 8.51.1-snapshot-6
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 +30 -30
- package/src/TopNavBar/README.md +3 -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.51.1-snapshot-6](https://github.com/instructure/instructure-ui/compare/v8.51.0...v8.51.1-snapshot-6) (2024-01-19)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @instructure/ui-top-nav-bar
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [8.51.0](https://github.com/instructure/instructure-ui/compare/v8.50.0...v8.51.0) (2023-12-14)
|
|
7
15
|
|
|
8
16
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui-top-nav-bar",
|
|
3
|
-
"version": "8.51.
|
|
3
|
+
"version": "8.51.1-snapshot-6",
|
|
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",
|
|
@@ -24,38 +24,38 @@
|
|
|
24
24
|
"license": "MIT",
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@babel/runtime": "^7.23.2",
|
|
27
|
-
"@instructure/console": "8.51.
|
|
28
|
-
"@instructure/emotion": "8.51.
|
|
29
|
-
"@instructure/shared-types": "8.51.
|
|
30
|
-
"@instructure/ui-a11y-content": "8.51.
|
|
31
|
-
"@instructure/ui-avatar": "8.51.
|
|
32
|
-
"@instructure/ui-breadcrumb": "8.51.
|
|
33
|
-
"@instructure/ui-buttons": "8.51.
|
|
34
|
-
"@instructure/ui-dialog": "8.51.
|
|
35
|
-
"@instructure/ui-dom-utils": "8.51.
|
|
36
|
-
"@instructure/ui-drilldown": "8.51.
|
|
37
|
-
"@instructure/ui-icons": "8.51.
|
|
38
|
-
"@instructure/ui-link": "8.51.
|
|
39
|
-
"@instructure/ui-popover": "8.51.
|
|
40
|
-
"@instructure/ui-prop-types": "8.51.
|
|
41
|
-
"@instructure/ui-react-utils": "8.51.
|
|
42
|
-
"@instructure/ui-responsive": "8.51.
|
|
43
|
-
"@instructure/ui-testable": "8.51.
|
|
44
|
-
"@instructure/ui-tooltip": "8.51.
|
|
45
|
-
"@instructure/ui-tray": "8.51.
|
|
46
|
-
"@instructure/ui-truncate-list": "8.51.
|
|
47
|
-
"@instructure/ui-utils": "8.51.
|
|
48
|
-
"@instructure/ui-view": "8.51.
|
|
27
|
+
"@instructure/console": "8.51.1-snapshot-6",
|
|
28
|
+
"@instructure/emotion": "8.51.1-snapshot-6",
|
|
29
|
+
"@instructure/shared-types": "8.51.1-snapshot-6",
|
|
30
|
+
"@instructure/ui-a11y-content": "8.51.1-snapshot-6",
|
|
31
|
+
"@instructure/ui-avatar": "8.51.1-snapshot-6",
|
|
32
|
+
"@instructure/ui-breadcrumb": "8.51.1-snapshot-6",
|
|
33
|
+
"@instructure/ui-buttons": "8.51.1-snapshot-6",
|
|
34
|
+
"@instructure/ui-dialog": "8.51.1-snapshot-6",
|
|
35
|
+
"@instructure/ui-dom-utils": "8.51.1-snapshot-6",
|
|
36
|
+
"@instructure/ui-drilldown": "8.51.1-snapshot-6",
|
|
37
|
+
"@instructure/ui-icons": "8.51.1-snapshot-6",
|
|
38
|
+
"@instructure/ui-link": "8.51.1-snapshot-6",
|
|
39
|
+
"@instructure/ui-popover": "8.51.1-snapshot-6",
|
|
40
|
+
"@instructure/ui-prop-types": "8.51.1-snapshot-6",
|
|
41
|
+
"@instructure/ui-react-utils": "8.51.1-snapshot-6",
|
|
42
|
+
"@instructure/ui-responsive": "8.51.1-snapshot-6",
|
|
43
|
+
"@instructure/ui-testable": "8.51.1-snapshot-6",
|
|
44
|
+
"@instructure/ui-tooltip": "8.51.1-snapshot-6",
|
|
45
|
+
"@instructure/ui-tray": "8.51.1-snapshot-6",
|
|
46
|
+
"@instructure/ui-truncate-list": "8.51.1-snapshot-6",
|
|
47
|
+
"@instructure/ui-utils": "8.51.1-snapshot-6",
|
|
48
|
+
"@instructure/ui-view": "8.51.1-snapshot-6",
|
|
49
49
|
"prop-types": "^15.8.1"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@instructure/ui-axe-check": "8.51.
|
|
53
|
-
"@instructure/ui-babel-preset": "8.51.
|
|
54
|
-
"@instructure/ui-color-utils": "8.51.
|
|
55
|
-
"@instructure/ui-scripts": "8.51.
|
|
56
|
-
"@instructure/ui-test-locator": "8.51.
|
|
57
|
-
"@instructure/ui-test-utils": "8.51.
|
|
58
|
-
"@instructure/ui-themes": "8.51.
|
|
52
|
+
"@instructure/ui-axe-check": "8.51.1-snapshot-6",
|
|
53
|
+
"@instructure/ui-babel-preset": "8.51.1-snapshot-6",
|
|
54
|
+
"@instructure/ui-color-utils": "8.51.1-snapshot-6",
|
|
55
|
+
"@instructure/ui-scripts": "8.51.1-snapshot-6",
|
|
56
|
+
"@instructure/ui-test-locator": "8.51.1-snapshot-6",
|
|
57
|
+
"@instructure/ui-test-utils": "8.51.1-snapshot-6",
|
|
58
|
+
"@instructure/ui-themes": "8.51.1-snapshot-6",
|
|
59
59
|
"@testing-library/jest-dom": "^6.1.4",
|
|
60
60
|
"@testing-library/react": "^14.1.0",
|
|
61
61
|
"@testing-library/user-event": "^14.5.1"
|
package/src/TopNavBar/README.md
CHANGED
|
@@ -1118,6 +1118,8 @@ The `<TopNavBar.Layout>` component has a `desktopConfig` and a `smallViewportCon
|
|
|
1118
1118
|
|
|
1119
1119
|
Use the brand logo over the primary brand color in front of the brand's name. If there is no brand logo then use the name with darker background.
|
|
1120
1120
|
|
|
1121
|
+
**Note**: A console warning is thrown if `<TopNavBar.Brand>` is used because it will be removed soon in Instructure UI v9. Please adjust the TopNavBar design in places, where you use it with `<TopNavBar.Brand>`.
|
|
1122
|
+
|
|
1121
1123
|
```js
|
|
1122
1124
|
---
|
|
1123
1125
|
type: example
|
|
@@ -1247,7 +1249,7 @@ In small viewport mode, a link is shown for the last but one element of the `<Br
|
|
|
1247
1249
|
|
|
1248
1250
|
```js
|
|
1249
1251
|
---
|
|
1250
|
-
|
|
1252
|
+
type: example
|
|
1251
1253
|
---
|
|
1252
1254
|
<div>
|
|
1253
1255
|
<View as="div" margin="medium 0">
|