@instructure/ui-side-nav-bar 11.7.4-snapshot-50 → 11.7.4-snapshot-53
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/SideNavBar/v2/SideNavBarItem/index.js +1 -0
- package/lib/SideNavBar/v2/SideNavBarItem/index.js +1 -0
- package/package.json +14 -14
- package/src/SideNavBar/v2/SideNavBarItem/index.tsx +1 -0
- package/tsconfig.build.tsbuildinfo +1 -1
- package/types/SideNavBar/v2/SideNavBarItem/index.d.ts +1 -0
- package/types/SideNavBar/v2/SideNavBarItem/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
|
-
## [11.7.4-snapshot-
|
|
6
|
+
## [11.7.4-snapshot-53](https://github.com/instructure/instructure-ui/compare/v11.7.3...v11.7.4-snapshot-53) (2026-06-22)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package @instructure/ui-side-nav-bar
|
|
9
9
|
|
|
@@ -41,6 +41,7 @@ import { jsx as _jsx, jsxs as _jsxs } from "@emotion/react/jsx-runtime";
|
|
|
41
41
|
let SideNavBarItem = (_dec = withStyleNew(generateStyle, 'SideNavBarItem'), _dec(_class = class SideNavBarItem extends Component {
|
|
42
42
|
static displayName = 'SideNavBarItem';
|
|
43
43
|
static componentId = 'SideNavBar.Item';
|
|
44
|
+
static themeId = 'SideNavBarItem';
|
|
44
45
|
static allowedProps = allowedProps;
|
|
45
46
|
static defaultProps = {
|
|
46
47
|
as: 'a',
|
|
@@ -47,6 +47,7 @@ id: SideNavBar.Item
|
|
|
47
47
|
let SideNavBarItem = exports.SideNavBarItem = (_dec = (0, _emotion.withStyleNew)(_styles.default, 'SideNavBarItem'), _dec(_class = class SideNavBarItem extends _react.Component {
|
|
48
48
|
static displayName = 'SideNavBarItem';
|
|
49
49
|
static componentId = 'SideNavBar.Item';
|
|
50
|
+
static themeId = 'SideNavBarItem';
|
|
50
51
|
static allowedProps = _props.allowedProps;
|
|
51
52
|
static defaultProps = {
|
|
52
53
|
as: 'a',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui-side-nav-bar",
|
|
3
|
-
"version": "11.7.4-snapshot-
|
|
3
|
+
"version": "11.7.4-snapshot-53",
|
|
4
4
|
"description": "Main and application level navigational components",
|
|
5
5
|
"author": "Instructure, Inc. Engineering and Product Design",
|
|
6
6
|
"module": "./es/index.js",
|
|
@@ -15,25 +15,25 @@
|
|
|
15
15
|
"license": "MIT",
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@babel/runtime": "^7.29.2",
|
|
18
|
-
"@instructure/debounce": "11.7.4-snapshot-
|
|
19
|
-
"@instructure/
|
|
20
|
-
"@instructure/
|
|
21
|
-
"@instructure/
|
|
22
|
-
"@instructure/
|
|
23
|
-
"@instructure/ui-badge": "11.7.4-snapshot-
|
|
24
|
-
"@instructure/ui-
|
|
25
|
-
"@instructure/ui-
|
|
26
|
-
"@instructure/ui-tooltip": "11.7.4-snapshot-
|
|
27
|
-
"@instructure/ui-
|
|
18
|
+
"@instructure/debounce": "11.7.4-snapshot-53",
|
|
19
|
+
"@instructure/ui-a11y-content": "11.7.4-snapshot-53",
|
|
20
|
+
"@instructure/ui-a11y-utils": "11.7.4-snapshot-53",
|
|
21
|
+
"@instructure/shared-types": "11.7.4-snapshot-53",
|
|
22
|
+
"@instructure/emotion": "11.7.4-snapshot-53",
|
|
23
|
+
"@instructure/ui-badge": "11.7.4-snapshot-53",
|
|
24
|
+
"@instructure/ui-react-utils": "11.7.4-snapshot-53",
|
|
25
|
+
"@instructure/ui-themes": "11.7.4-snapshot-53",
|
|
26
|
+
"@instructure/ui-tooltip": "11.7.4-snapshot-53",
|
|
27
|
+
"@instructure/ui-icons": "11.7.4-snapshot-53"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@testing-library/jest-dom": "^6.6.3",
|
|
31
31
|
"@testing-library/react": "15.0.7",
|
|
32
32
|
"@testing-library/user-event": "^14.6.1",
|
|
33
33
|
"vitest": "^3.2.2",
|
|
34
|
-
"@instructure/ui-axe-check": "11.7.4-snapshot-
|
|
35
|
-
"@instructure/ui-
|
|
36
|
-
"@instructure/ui-
|
|
34
|
+
"@instructure/ui-axe-check": "11.7.4-snapshot-53",
|
|
35
|
+
"@instructure/ui-color-utils": "11.7.4-snapshot-53",
|
|
36
|
+
"@instructure/ui-babel-preset": "11.7.4-snapshot-53"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
39
|
"react": ">=18 <=19"
|
|
@@ -43,6 +43,7 @@ id: SideNavBar.Item
|
|
|
43
43
|
class SideNavBarItem extends Component<SideNavBarItemProps> {
|
|
44
44
|
static displayName = 'SideNavBarItem'
|
|
45
45
|
static readonly componentId = 'SideNavBar.Item'
|
|
46
|
+
static readonly themeId = 'SideNavBarItem'
|
|
46
47
|
|
|
47
48
|
static allowedProps = allowedProps
|
|
48
49
|
|