@instructure/ui-top-nav-bar 9.0.2-snapshot-3 → 9.0.2-snapshot-4
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 +1 -1
- package/package.json +30 -30
- package/tsconfig.build.tsbuildinfo +1 -1
- package/types/TopNavBar/TopNavBarActionItems/index.d.ts +1 -1
- package/types/TopNavBar/TopNavBarActionItems/index.d.ts.map +1 -1
- package/types/TopNavBar/TopNavBarBrand/TopNavBarBrandLocator.d.ts +32 -32
- package/types/TopNavBar/TopNavBarBrand/index.d.ts +1 -1
- package/types/TopNavBar/TopNavBarBrand/index.d.ts.map +1 -1
- package/types/TopNavBar/TopNavBarBreadcrumb/index.d.ts +5 -5
- package/types/TopNavBar/TopNavBarItem/index.d.ts +1 -1
- package/types/TopNavBar/TopNavBarItem/index.d.ts.map +1 -1
- package/types/TopNavBar/TopNavBarLayout/DesktopLayout/index.d.ts +1 -1
- package/types/TopNavBar/TopNavBarLayout/DesktopLayout/index.d.ts.map +1 -1
- package/types/TopNavBar/TopNavBarLayout/SmallViewportLayout/index.d.ts +2 -2
- package/types/TopNavBar/TopNavBarLayout/SmallViewportLayout/index.d.ts.map +1 -1
- package/types/TopNavBar/TopNavBarLayout/index.d.ts +1 -1
- package/types/TopNavBar/TopNavBarLayout/index.d.ts.map +1 -1
- package/types/TopNavBar/TopNavBarMenuItems/index.d.ts +1 -1
- package/types/TopNavBar/TopNavBarMenuItems/index.d.ts.map +1 -1
- package/types/TopNavBar/TopNavBarUser/index.d.ts +1 -1
- package/types/TopNavBar/TopNavBarUser/index.d.ts.map +1 -1
- package/types/TopNavBar/index.d.ts +1 -1
- package/types/TopNavBar/index.d.ts.map +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
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
|
-
## [9.0.2-snapshot-
|
|
6
|
+
## [9.0.2-snapshot-4](https://github.com/instructure/instructure-ui/compare/v9.0.1...v9.0.2-snapshot-4) (2024-06-05)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package @instructure/ui-top-nav-bar
|
|
9
9
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui-top-nav-bar",
|
|
3
|
-
"version": "9.0.2-snapshot-
|
|
3
|
+
"version": "9.0.2-snapshot-4",
|
|
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.24.5",
|
|
27
|
-
"@instructure/console": "9.0.2-snapshot-
|
|
28
|
-
"@instructure/emotion": "9.0.2-snapshot-
|
|
29
|
-
"@instructure/shared-types": "9.0.2-snapshot-
|
|
30
|
-
"@instructure/ui-a11y-content": "9.0.2-snapshot-
|
|
31
|
-
"@instructure/ui-avatar": "9.0.2-snapshot-
|
|
32
|
-
"@instructure/ui-breadcrumb": "9.0.2-snapshot-
|
|
33
|
-
"@instructure/ui-buttons": "9.0.2-snapshot-
|
|
34
|
-
"@instructure/ui-dialog": "9.0.2-snapshot-
|
|
35
|
-
"@instructure/ui-dom-utils": "9.0.2-snapshot-
|
|
36
|
-
"@instructure/ui-drilldown": "9.0.2-snapshot-
|
|
37
|
-
"@instructure/ui-icons": "9.0.2-snapshot-
|
|
38
|
-
"@instructure/ui-link": "9.0.2-snapshot-
|
|
39
|
-
"@instructure/ui-popover": "9.0.2-snapshot-
|
|
40
|
-
"@instructure/ui-prop-types": "9.0.2-snapshot-
|
|
41
|
-
"@instructure/ui-react-utils": "9.0.2-snapshot-
|
|
42
|
-
"@instructure/ui-responsive": "9.0.2-snapshot-
|
|
43
|
-
"@instructure/ui-testable": "9.0.2-snapshot-
|
|
44
|
-
"@instructure/ui-tooltip": "9.0.2-snapshot-
|
|
45
|
-
"@instructure/ui-tray": "9.0.2-snapshot-
|
|
46
|
-
"@instructure/ui-truncate-list": "9.0.2-snapshot-
|
|
47
|
-
"@instructure/ui-utils": "9.0.2-snapshot-
|
|
48
|
-
"@instructure/ui-view": "9.0.2-snapshot-
|
|
27
|
+
"@instructure/console": "9.0.2-snapshot-4",
|
|
28
|
+
"@instructure/emotion": "9.0.2-snapshot-4",
|
|
29
|
+
"@instructure/shared-types": "9.0.2-snapshot-4",
|
|
30
|
+
"@instructure/ui-a11y-content": "9.0.2-snapshot-4",
|
|
31
|
+
"@instructure/ui-avatar": "9.0.2-snapshot-4",
|
|
32
|
+
"@instructure/ui-breadcrumb": "9.0.2-snapshot-4",
|
|
33
|
+
"@instructure/ui-buttons": "9.0.2-snapshot-4",
|
|
34
|
+
"@instructure/ui-dialog": "9.0.2-snapshot-4",
|
|
35
|
+
"@instructure/ui-dom-utils": "9.0.2-snapshot-4",
|
|
36
|
+
"@instructure/ui-drilldown": "9.0.2-snapshot-4",
|
|
37
|
+
"@instructure/ui-icons": "9.0.2-snapshot-4",
|
|
38
|
+
"@instructure/ui-link": "9.0.2-snapshot-4",
|
|
39
|
+
"@instructure/ui-popover": "9.0.2-snapshot-4",
|
|
40
|
+
"@instructure/ui-prop-types": "9.0.2-snapshot-4",
|
|
41
|
+
"@instructure/ui-react-utils": "9.0.2-snapshot-4",
|
|
42
|
+
"@instructure/ui-responsive": "9.0.2-snapshot-4",
|
|
43
|
+
"@instructure/ui-testable": "9.0.2-snapshot-4",
|
|
44
|
+
"@instructure/ui-tooltip": "9.0.2-snapshot-4",
|
|
45
|
+
"@instructure/ui-tray": "9.0.2-snapshot-4",
|
|
46
|
+
"@instructure/ui-truncate-list": "9.0.2-snapshot-4",
|
|
47
|
+
"@instructure/ui-utils": "9.0.2-snapshot-4",
|
|
48
|
+
"@instructure/ui-view": "9.0.2-snapshot-4",
|
|
49
49
|
"prop-types": "^15.8.1"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@instructure/ui-axe-check": "9.0.2-snapshot-
|
|
53
|
-
"@instructure/ui-babel-preset": "9.0.2-snapshot-
|
|
54
|
-
"@instructure/ui-color-utils": "9.0.2-snapshot-
|
|
55
|
-
"@instructure/ui-scripts": "9.0.2-snapshot-
|
|
56
|
-
"@instructure/ui-test-locator": "9.0.2-snapshot-
|
|
57
|
-
"@instructure/ui-test-utils": "9.0.2-snapshot-
|
|
58
|
-
"@instructure/ui-themes": "9.0.2-snapshot-
|
|
52
|
+
"@instructure/ui-axe-check": "9.0.2-snapshot-4",
|
|
53
|
+
"@instructure/ui-babel-preset": "9.0.2-snapshot-4",
|
|
54
|
+
"@instructure/ui-color-utils": "9.0.2-snapshot-4",
|
|
55
|
+
"@instructure/ui-scripts": "9.0.2-snapshot-4",
|
|
56
|
+
"@instructure/ui-test-locator": "9.0.2-snapshot-4",
|
|
57
|
+
"@instructure/ui-test-utils": "9.0.2-snapshot-4",
|
|
58
|
+
"@instructure/ui-themes": "9.0.2-snapshot-4",
|
|
59
59
|
"@testing-library/jest-dom": "^6.4.5",
|
|
60
60
|
"@testing-library/react": "^15.0.7",
|
|
61
61
|
"@testing-library/user-event": "^14.5.2"
|