@instructure/ui-top-nav-bar 11.7.4-snapshot-142 → 11.7.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 +26 -26
- package/src/TopNavBar/v2/README.md +5 -8
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
|
-
## [11.7.4
|
|
6
|
+
## [11.7.4](https://github.com/instructure/instructure-ui/compare/v11.7.3...v11.7.4) (2026-07-24)
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
### Bug Fixes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui-top-nav-bar",
|
|
3
|
-
"version": "11.7.4
|
|
3
|
+
"version": "11.7.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",
|
|
@@ -15,37 +15,37 @@
|
|
|
15
15
|
"license": "MIT",
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@babel/runtime": "^7.29.7",
|
|
18
|
-
"@instructure/
|
|
19
|
-
"@instructure/
|
|
20
|
-
"@instructure/
|
|
21
|
-
"@instructure/ui-
|
|
22
|
-
"@instructure/
|
|
23
|
-
"@instructure/ui-
|
|
24
|
-
"@instructure/ui-
|
|
25
|
-
"@instructure/ui-dom-utils": "11.7.4
|
|
26
|
-
"@instructure/ui-drilldown": "11.7.4
|
|
27
|
-
"@instructure/ui-buttons": "11.7.4
|
|
28
|
-
"@instructure/ui-
|
|
29
|
-
"@instructure/ui-
|
|
30
|
-
"@instructure/ui-
|
|
31
|
-
"@instructure/ui-responsive": "11.7.4
|
|
32
|
-
"@instructure/ui-tooltip": "11.7.4
|
|
33
|
-
"@instructure/ui-
|
|
34
|
-
"@instructure/ui-
|
|
35
|
-
"@instructure/ui-
|
|
36
|
-
"@instructure/ui-
|
|
37
|
-
"@instructure/ui-
|
|
38
|
-
"@instructure/ui-
|
|
18
|
+
"@instructure/console": "11.7.4",
|
|
19
|
+
"@instructure/emotion": "11.7.4",
|
|
20
|
+
"@instructure/ui-a11y-content": "11.7.4",
|
|
21
|
+
"@instructure/ui-avatar": "11.7.4",
|
|
22
|
+
"@instructure/shared-types": "11.7.4",
|
|
23
|
+
"@instructure/ui-dialog": "11.7.4",
|
|
24
|
+
"@instructure/ui-breadcrumb": "11.7.4",
|
|
25
|
+
"@instructure/ui-dom-utils": "11.7.4",
|
|
26
|
+
"@instructure/ui-drilldown": "11.7.4",
|
|
27
|
+
"@instructure/ui-buttons": "11.7.4",
|
|
28
|
+
"@instructure/ui-icons": "11.7.4",
|
|
29
|
+
"@instructure/ui-link": "11.7.4",
|
|
30
|
+
"@instructure/ui-popover": "11.7.4",
|
|
31
|
+
"@instructure/ui-responsive": "11.7.4",
|
|
32
|
+
"@instructure/ui-tooltip": "11.7.4",
|
|
33
|
+
"@instructure/ui-truncate-list": "11.7.4",
|
|
34
|
+
"@instructure/ui-react-utils": "11.7.4",
|
|
35
|
+
"@instructure/ui-themes": "11.7.4",
|
|
36
|
+
"@instructure/ui-view": "11.7.4",
|
|
37
|
+
"@instructure/ui-tray": "11.7.4",
|
|
38
|
+
"@instructure/ui-utils": "11.7.4"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@testing-library/jest-dom": "^6.9.1",
|
|
42
42
|
"@testing-library/react": "16.3.2",
|
|
43
43
|
"@testing-library/user-event": "^14.6.1",
|
|
44
44
|
"vitest": "^4.1.9",
|
|
45
|
-
"@instructure/ui-axe-check": "11.7.4
|
|
46
|
-
"@instructure/ui-babel-preset": "11.7.4
|
|
47
|
-
"@instructure/ui-scripts": "11.7.4
|
|
48
|
-
"@instructure/ui-color-utils": "11.7.4
|
|
45
|
+
"@instructure/ui-axe-check": "11.7.4",
|
|
46
|
+
"@instructure/ui-babel-preset": "11.7.4",
|
|
47
|
+
"@instructure/ui-scripts": "11.7.4",
|
|
48
|
+
"@instructure/ui-color-utils": "11.7.4"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
51
51
|
"react": ">=18 <=19"
|
|
@@ -2137,16 +2137,13 @@ class InPlaceDialogExample extends React.Component {
|
|
|
2137
2137
|
content: ({ closeInPlaceDialog }) => (
|
|
2138
2138
|
<View as="div" padding="general.spaceSm">
|
|
2139
2139
|
<InstUISettingsProvider
|
|
2140
|
-
|
|
2141
|
-
|
|
2142
|
-
|
|
2143
|
-
|
|
2144
|
-
...currentTheme?.newTheme?.sharedTokens?.focusOutline,
|
|
2145
|
-
infoColor: 'white'
|
|
2146
|
-
}
|
|
2140
|
+
themeOverride={{
|
|
2141
|
+
sharedTokens: {
|
|
2142
|
+
focusOutline: {
|
|
2143
|
+
infoColor: 'white'
|
|
2147
2144
|
}
|
|
2148
2145
|
}
|
|
2149
|
-
}
|
|
2146
|
+
}}
|
|
2150
2147
|
>
|
|
2151
2148
|
<TextInput
|
|
2152
2149
|
id="searchInput"
|