@instructure/ui-side-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 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-3](https://github.com/instructure/instructure-ui/compare/v9.0.1...v9.0.2-snapshot-3) (2024-05-28)
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-side-nav-bar
9
9
 
@@ -22,7 +22,7 @@
22
22
  * SOFTWARE.
23
23
  */
24
24
  import { locator } from '@instructure/ui-test-locator';
25
- // @ts-expect-error ts-migrate(7016) FIXME: Could not find a declaration file for module '@ins... Remove this comment to see the full error message
25
+ // @ts-ignore: Cannot find module
26
26
  // eslint-disable-next-line no-restricted-imports
27
27
  import { TooltipLocator } from '@instructure/ui-tooltip/es/Tooltip/TooltipLocator';
28
28
  import { SideNavBarItem } from './index';
@@ -31,7 +31,7 @@ var _index = require("./index");
31
31
  * SOFTWARE.
32
32
  */
33
33
 
34
- // @ts-expect-error ts-migrate(7016) FIXME: Could not find a declaration file for module '@ins... Remove this comment to see the full error message
34
+ // @ts-ignore: Cannot find module
35
35
  // eslint-disable-next-line no-restricted-imports
36
36
 
37
37
  // @ts-expect-error ts-migrate(2339) FIXME: Property 'selector' does not exist on type 'typeof... Remove this comment to see the full error message
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-side-nav-bar",
3
- "version": "9.0.2-snapshot-3",
3
+ "version": "9.0.2-snapshot-4",
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": "9.0.2-snapshot-3",
27
- "@instructure/ui-color-utils": "9.0.2-snapshot-3",
28
- "@instructure/ui-test-locator": "9.0.2-snapshot-3",
29
- "@instructure/ui-test-utils": "9.0.2-snapshot-3",
30
- "@instructure/ui-themes": "9.0.2-snapshot-3"
26
+ "@instructure/ui-babel-preset": "9.0.2-snapshot-4",
27
+ "@instructure/ui-color-utils": "9.0.2-snapshot-4",
28
+ "@instructure/ui-test-locator": "9.0.2-snapshot-4",
29
+ "@instructure/ui-test-utils": "9.0.2-snapshot-4",
30
+ "@instructure/ui-themes": "9.0.2-snapshot-4"
31
31
  },
32
32
  "dependencies": {
33
33
  "@babel/runtime": "^7.24.5",
34
- "@instructure/console": "9.0.2-snapshot-3",
35
- "@instructure/debounce": "9.0.2-snapshot-3",
36
- "@instructure/emotion": "9.0.2-snapshot-3",
37
- "@instructure/shared-types": "9.0.2-snapshot-3",
38
- "@instructure/ui-a11y-content": "9.0.2-snapshot-3",
39
- "@instructure/ui-a11y-utils": "9.0.2-snapshot-3",
40
- "@instructure/ui-badge": "9.0.2-snapshot-3",
41
- "@instructure/ui-dom-utils": "9.0.2-snapshot-3",
42
- "@instructure/ui-focusable": "9.0.2-snapshot-3",
43
- "@instructure/ui-icons": "9.0.2-snapshot-3",
44
- "@instructure/ui-menu": "9.0.2-snapshot-3",
45
- "@instructure/ui-prop-types": "9.0.2-snapshot-3",
46
- "@instructure/ui-react-utils": "9.0.2-snapshot-3",
47
- "@instructure/ui-testable": "9.0.2-snapshot-3",
48
- "@instructure/ui-tooltip": "9.0.2-snapshot-3",
49
- "@instructure/ui-truncate-list": "9.0.2-snapshot-3",
50
- "@instructure/ui-utils": "9.0.2-snapshot-3",
51
- "@instructure/ui-view": "9.0.2-snapshot-3",
34
+ "@instructure/console": "9.0.2-snapshot-4",
35
+ "@instructure/debounce": "9.0.2-snapshot-4",
36
+ "@instructure/emotion": "9.0.2-snapshot-4",
37
+ "@instructure/shared-types": "9.0.2-snapshot-4",
38
+ "@instructure/ui-a11y-content": "9.0.2-snapshot-4",
39
+ "@instructure/ui-a11y-utils": "9.0.2-snapshot-4",
40
+ "@instructure/ui-badge": "9.0.2-snapshot-4",
41
+ "@instructure/ui-dom-utils": "9.0.2-snapshot-4",
42
+ "@instructure/ui-focusable": "9.0.2-snapshot-4",
43
+ "@instructure/ui-icons": "9.0.2-snapshot-4",
44
+ "@instructure/ui-menu": "9.0.2-snapshot-4",
45
+ "@instructure/ui-prop-types": "9.0.2-snapshot-4",
46
+ "@instructure/ui-react-utils": "9.0.2-snapshot-4",
47
+ "@instructure/ui-testable": "9.0.2-snapshot-4",
48
+ "@instructure/ui-tooltip": "9.0.2-snapshot-4",
49
+ "@instructure/ui-truncate-list": "9.0.2-snapshot-4",
50
+ "@instructure/ui-utils": "9.0.2-snapshot-4",
51
+ "@instructure/ui-view": "9.0.2-snapshot-4",
52
52
  "prop-types": "^15.8.1"
53
53
  },
54
54
  "peerDependencies": {
@@ -22,7 +22,7 @@
22
22
  * SOFTWARE.
23
23
  */
24
24
  import { locator } from '@instructure/ui-test-locator'
25
- // @ts-expect-error ts-migrate(7016) FIXME: Could not find a declaration file for module '@ins... Remove this comment to see the full error message
25
+ // @ts-ignore: Cannot find module
26
26
  // eslint-disable-next-line no-restricted-imports
27
27
  import { TooltipLocator } from '@instructure/ui-tooltip/es/Tooltip/TooltipLocator'
28
28