@instructure/ui-side-nav-bar 11.7.2-snapshot-52 → 11.7.2-snapshot-60

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 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.2-snapshot-52](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2-snapshot-52) (2026-04-22)
6
+ ## [11.7.2-snapshot-60](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2-snapshot-60) (2026-04-23)
7
7
 
8
8
  **Note:** Version bump only for package @instructure/ui-side-nav-bar
9
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-side-nav-bar",
3
- "version": "11.7.2-snapshot-52",
3
+ "version": "11.7.2-snapshot-60",
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.27.6",
18
- "@instructure/debounce": "11.7.2-snapshot-52",
19
- "@instructure/emotion": "11.7.2-snapshot-52",
20
- "@instructure/shared-types": "11.7.2-snapshot-52",
21
- "@instructure/ui-a11y-utils": "11.7.2-snapshot-52",
22
- "@instructure/ui-a11y-content": "11.7.2-snapshot-52",
23
- "@instructure/ui-badge": "11.7.2-snapshot-52",
24
- "@instructure/ui-icons": "11.7.2-snapshot-52",
25
- "@instructure/ui-react-utils": "11.7.2-snapshot-52",
26
- "@instructure/ui-tooltip": "11.7.2-snapshot-52"
18
+ "@instructure/debounce": "11.7.2-snapshot-60",
19
+ "@instructure/emotion": "11.7.2-snapshot-60",
20
+ "@instructure/shared-types": "11.7.2-snapshot-60",
21
+ "@instructure/ui-a11y-utils": "11.7.2-snapshot-60",
22
+ "@instructure/ui-a11y-content": "11.7.2-snapshot-60",
23
+ "@instructure/ui-badge": "11.7.2-snapshot-60",
24
+ "@instructure/ui-icons": "11.7.2-snapshot-60",
25
+ "@instructure/ui-react-utils": "11.7.2-snapshot-60",
26
+ "@instructure/ui-tooltip": "11.7.2-snapshot-60"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@testing-library/jest-dom": "^6.6.3",
30
30
  "@testing-library/react": "15.0.7",
31
31
  "@testing-library/user-event": "^14.6.1",
32
32
  "vitest": "^3.2.2",
33
- "@instructure/ui-axe-check": "11.7.2-snapshot-52",
34
- "@instructure/ui-babel-preset": "11.7.2-snapshot-52",
35
- "@instructure/ui-themes": "11.7.2-snapshot-52",
36
- "@instructure/ui-color-utils": "11.7.2-snapshot-52"
33
+ "@instructure/ui-babel-preset": "11.7.2-snapshot-60",
34
+ "@instructure/ui-axe-check": "11.7.2-snapshot-60",
35
+ "@instructure/ui-color-utils": "11.7.2-snapshot-60",
36
+ "@instructure/ui-themes": "11.7.2-snapshot-60"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "react": ">=18 <=19"
@@ -37,7 +37,7 @@ import type { SideNavBarItemProps, SideNavBarItemStyle } from './props'
37
37
  * @return {Object} The final style object, which will be used in the component
38
38
  */
39
39
  const generateStyle = (
40
- componentTheme: NewComponentTypes['SideNavBarItem'],
40
+ componentTheme: ReturnType<NewComponentTypes['SideNavBarItem']>,
41
41
  props: SideNavBarItemProps
42
42
  ): SideNavBarItemStyle => {
43
43
  const { selected } = props
@@ -38,7 +38,7 @@ import { boxShadowObjectsToCSSString } from '@instructure/ui-themes'
38
38
  * @return {Object} The final style object, which will be used in the component
39
39
  */
40
40
  const generateStyle = (
41
- componentTheme: NewComponentTypes['SideNavBar'],
41
+ componentTheme: ReturnType<NewComponentTypes['SideNavBar']>,
42
42
  _props: SideNavBarProps,
43
43
  _sharedTokens: SharedTokens,
44
44
  state: SideNavBarState