@instructure/ui-navigation 8.46.2-snapshot-8 → 8.46.2-snapshot-13
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/es/AppNav/Item/index.js +0 -1
- package/es/AppNav/index.js +0 -1
- package/es/Navigation/NavigationItem/index.js +0 -1
- package/es/Navigation/index.js +0 -1
- package/lib/AppNav/Item/index.js +0 -1
- package/lib/AppNav/index.js +0 -1
- package/lib/Navigation/NavigationItem/index.js +0 -1
- package/lib/Navigation/index.js +0 -1
- package/package.json +24 -24
- package/src/AppNav/Item/index.tsx +0 -1
- package/src/AppNav/index.tsx +0 -1
- package/src/Navigation/NavigationItem/index.tsx +0 -1
- package/src/Navigation/index.tsx +0 -1
- package/tsconfig.build.tsbuildinfo +1 -1
- package/types/AppNav/Item/index.d.ts +0 -1
- package/types/AppNav/Item/index.d.ts.map +1 -1
- package/types/AppNav/index.d.ts +0 -1
- package/types/AppNav/index.d.ts.map +1 -1
- package/types/Navigation/NavigationItem/index.d.ts +0 -1
- package/types/Navigation/NavigationItem/index.d.ts.map +1 -1
- package/types/Navigation/index.d.ts +0 -1
- package/types/Navigation/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
|
-
## [8.46.2-snapshot-
|
|
6
|
+
## [8.46.2-snapshot-13](https://github.com/instructure/instructure-ui/compare/v8.46.1...v8.46.2-snapshot-13) (2023-10-24)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package @instructure/ui-navigation
|
|
9
9
|
|
package/es/AppNav/Item/index.js
CHANGED
|
@@ -40,7 +40,6 @@ import { allowedProps, propTypes } from './props';
|
|
|
40
40
|
parent: AppNav
|
|
41
41
|
id: AppNav.Item
|
|
42
42
|
---
|
|
43
|
-
@tsProps
|
|
44
43
|
@module Item
|
|
45
44
|
**/
|
|
46
45
|
let Item = (_dec = withStyle(generateStyle, generateComponentTheme), _dec2 = testable(), _dec(_class = _dec2(_class = (_class2 = class Item extends Component {
|
package/es/AppNav/index.js
CHANGED
|
@@ -40,7 +40,6 @@ import { TruncateList } from '@instructure/ui-truncate-list';
|
|
|
40
40
|
---
|
|
41
41
|
category: components
|
|
42
42
|
---
|
|
43
|
-
@tsProps
|
|
44
43
|
**/
|
|
45
44
|
let AppNav = (_dec = withStyle(generateStyle, generateComponentTheme), _dec2 = testable(), _dec(_class = _dec2(_class = (_class2 = class AppNav extends Component {
|
|
46
45
|
constructor(...args) {
|
|
@@ -38,7 +38,6 @@ import { allowedProps, propTypes } from './props';
|
|
|
38
38
|
parent: Navigation
|
|
39
39
|
id: Navigation.Item
|
|
40
40
|
---
|
|
41
|
-
@tsProps
|
|
42
41
|
**/
|
|
43
42
|
let NavigationItem = (_dec = withStyle(generateStyle, generateComponentTheme), _dec2 = testable(), _dec(_class = _dec2(_class = (_class2 = class NavigationItem extends Component {
|
|
44
43
|
constructor(...args) {
|
package/es/Navigation/index.js
CHANGED
|
@@ -43,7 +43,6 @@ const navMinimized = ({
|
|
|
43
43
|
---
|
|
44
44
|
category: components/deprecated
|
|
45
45
|
---
|
|
46
|
-
@tsProps
|
|
47
46
|
**/
|
|
48
47
|
let Navigation = (_dec = withStyle(generateStyle, generateComponentTheme), _dec2 = testable(), _dec3 = deprecated('9.0.0', null, 'This component is deprecated and will be removed in a later version. Use <SideNavBar /> instead.'), _dec(_class = _dec2(_class = _dec3(_class = (_class2 = class Navigation extends Component {
|
|
49
48
|
constructor(props) {
|
package/lib/AppNav/Item/index.js
CHANGED
|
@@ -49,7 +49,6 @@ var _dec, _dec2, _class, _class2;
|
|
|
49
49
|
parent: AppNav
|
|
50
50
|
id: AppNav.Item
|
|
51
51
|
---
|
|
52
|
-
@tsProps
|
|
53
52
|
@module Item
|
|
54
53
|
**/
|
|
55
54
|
let Item = exports.Item = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec2 = (0, _testable.testable)(), _dec(_class = _dec2(_class = (_class2 = class Item extends _react.Component {
|
package/lib/AppNav/index.js
CHANGED
|
@@ -47,7 +47,6 @@ var _dec, _dec2, _class, _class2;
|
|
|
47
47
|
---
|
|
48
48
|
category: components
|
|
49
49
|
---
|
|
50
|
-
@tsProps
|
|
51
50
|
**/
|
|
52
51
|
let AppNav = exports.AppNav = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec2 = (0, _testable.testable)(), _dec(_class = _dec2(_class = (_class2 = class AppNav extends _react.Component {
|
|
53
52
|
constructor(...args) {
|
|
@@ -45,7 +45,6 @@ var _dec, _dec2, _class, _class2;
|
|
|
45
45
|
parent: Navigation
|
|
46
46
|
id: Navigation.Item
|
|
47
47
|
---
|
|
48
|
-
@tsProps
|
|
49
48
|
**/
|
|
50
49
|
let NavigationItem = exports.NavigationItem = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec2 = (0, _testable.testable)(), _dec(_class = _dec2(_class = (_class2 = class NavigationItem extends _react.Component {
|
|
51
50
|
constructor(...args) {
|
package/lib/Navigation/index.js
CHANGED
|
@@ -60,7 +60,6 @@ const navMinimized = ({
|
|
|
60
60
|
---
|
|
61
61
|
category: components/deprecated
|
|
62
62
|
---
|
|
63
|
-
@tsProps
|
|
64
63
|
**/
|
|
65
64
|
let Navigation = exports.Navigation = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec2 = (0, _testable.testable)(), _dec3 = (0, _deprecated.deprecated)('9.0.0', null, 'This component is deprecated and will be removed in a later version. Use <SideNavBar /> instead.'), _dec(_class = _dec2(_class = _dec3(_class = (_class2 = class Navigation extends _react.Component {
|
|
66
65
|
constructor(props) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui-navigation",
|
|
3
|
-
"version": "8.46.2-snapshot-
|
|
3
|
+
"version": "8.46.2-snapshot-13",
|
|
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.46.2-snapshot-
|
|
27
|
-
"@instructure/ui-color-utils": "8.46.2-snapshot-
|
|
28
|
-
"@instructure/ui-test-locator": "8.46.2-snapshot-
|
|
29
|
-
"@instructure/ui-test-utils": "8.46.2-snapshot-
|
|
30
|
-
"@instructure/ui-themes": "8.46.2-snapshot-
|
|
26
|
+
"@instructure/ui-babel-preset": "8.46.2-snapshot-13",
|
|
27
|
+
"@instructure/ui-color-utils": "8.46.2-snapshot-13",
|
|
28
|
+
"@instructure/ui-test-locator": "8.46.2-snapshot-13",
|
|
29
|
+
"@instructure/ui-test-utils": "8.46.2-snapshot-13",
|
|
30
|
+
"@instructure/ui-themes": "8.46.2-snapshot-13"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@babel/runtime": "^7.23.2",
|
|
34
|
-
"@instructure/console": "8.46.2-snapshot-
|
|
35
|
-
"@instructure/debounce": "8.46.2-snapshot-
|
|
36
|
-
"@instructure/emotion": "8.46.2-snapshot-
|
|
37
|
-
"@instructure/shared-types": "8.46.2-snapshot-
|
|
38
|
-
"@instructure/ui-a11y-content": "8.46.2-snapshot-
|
|
39
|
-
"@instructure/ui-a11y-utils": "8.46.2-snapshot-
|
|
40
|
-
"@instructure/ui-badge": "8.46.2-snapshot-
|
|
41
|
-
"@instructure/ui-dom-utils": "8.46.2-snapshot-
|
|
42
|
-
"@instructure/ui-focusable": "8.46.2-snapshot-
|
|
43
|
-
"@instructure/ui-icons": "8.46.2-snapshot-
|
|
44
|
-
"@instructure/ui-menu": "8.46.2-snapshot-
|
|
45
|
-
"@instructure/ui-prop-types": "8.46.2-snapshot-
|
|
46
|
-
"@instructure/ui-react-utils": "8.46.2-snapshot-
|
|
47
|
-
"@instructure/ui-testable": "8.46.2-snapshot-
|
|
48
|
-
"@instructure/ui-tooltip": "8.46.2-snapshot-
|
|
49
|
-
"@instructure/ui-truncate-list": "8.46.2-snapshot-
|
|
50
|
-
"@instructure/ui-utils": "8.46.2-snapshot-
|
|
51
|
-
"@instructure/ui-view": "8.46.2-snapshot-
|
|
34
|
+
"@instructure/console": "8.46.2-snapshot-13",
|
|
35
|
+
"@instructure/debounce": "8.46.2-snapshot-13",
|
|
36
|
+
"@instructure/emotion": "8.46.2-snapshot-13",
|
|
37
|
+
"@instructure/shared-types": "8.46.2-snapshot-13",
|
|
38
|
+
"@instructure/ui-a11y-content": "8.46.2-snapshot-13",
|
|
39
|
+
"@instructure/ui-a11y-utils": "8.46.2-snapshot-13",
|
|
40
|
+
"@instructure/ui-badge": "8.46.2-snapshot-13",
|
|
41
|
+
"@instructure/ui-dom-utils": "8.46.2-snapshot-13",
|
|
42
|
+
"@instructure/ui-focusable": "8.46.2-snapshot-13",
|
|
43
|
+
"@instructure/ui-icons": "8.46.2-snapshot-13",
|
|
44
|
+
"@instructure/ui-menu": "8.46.2-snapshot-13",
|
|
45
|
+
"@instructure/ui-prop-types": "8.46.2-snapshot-13",
|
|
46
|
+
"@instructure/ui-react-utils": "8.46.2-snapshot-13",
|
|
47
|
+
"@instructure/ui-testable": "8.46.2-snapshot-13",
|
|
48
|
+
"@instructure/ui-tooltip": "8.46.2-snapshot-13",
|
|
49
|
+
"@instructure/ui-truncate-list": "8.46.2-snapshot-13",
|
|
50
|
+
"@instructure/ui-utils": "8.46.2-snapshot-13",
|
|
51
|
+
"@instructure/ui-view": "8.46.2-snapshot-13",
|
|
52
52
|
"prop-types": "^15.8.1"
|
|
53
53
|
},
|
|
54
54
|
"peerDependencies": {
|
package/src/AppNav/index.tsx
CHANGED