@instructure/ui-side-nav-bar 8.43.1 → 8.43.2-snapshot-3

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,6 +3,14 @@
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.43.2-snapshot-3](https://github.com/instructure/instructure-ui/compare/v8.43.1...v8.43.2-snapshot-3) (2023-09-14)
7
+
8
+ **Note:** Version bump only for package @instructure/ui-side-nav-bar
9
+
10
+
11
+
12
+
13
+
6
14
  ## [8.43.1](https://github.com/instructure/instructure-ui/compare/v8.43.0...v8.43.1) (2023-09-11)
7
15
 
8
16
  **Note:** Version bump only for package @instructure/ui-side-nav-bar
package/README.md CHANGED
@@ -20,7 +20,7 @@ The `ui-side-nav-bar` package contains the following:
20
20
  ### Installation
21
21
 
22
22
  ```sh
23
- yarn add @instructure/ui-side-nav-bar
23
+ npm install @instructure/ui-side-nav-bar
24
24
  ```
25
25
 
26
26
  ### Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-side-nav-bar",
3
- "version": "8.43.1",
3
+ "version": "8.43.2-snapshot-3",
4
4
  "description": "Main and application level navigational components",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -13,42 +13,42 @@
13
13
  "homepage": "https://instructure.github.io/instructure-ui/",
14
14
  "bugs": "https://github.com/instructure/instructure-ui/issues",
15
15
  "scripts": {
16
- "lint": "run -T ui-scripts lint",
17
- "lint:fix": "run -T ui-scripts lint --fix",
18
- "clean": "run -T ui-scripts clean",
19
- "build": "run -T ui-scripts build --modules es,cjs",
20
- "build:watch": "yarn ts:check --watch & run -T ui-scripts build --watch",
21
- "build:types": "run -T tsc -p tsconfig.build.json",
22
- "ts:check": "run -T tsc -p tsconfig.build.json --noEmit --emitDeclarationOnly false"
16
+ "lint": "ui-scripts lint",
17
+ "lint:fix": "ui-scripts lint --fix",
18
+ "clean": "ui-scripts clean",
19
+ "build": "ui-scripts build --modules es,cjs",
20
+ "build:watch": "npm run ts:check -- --watch & ui-scripts build --watch",
21
+ "build:types": "tsc -p tsconfig.build.json",
22
+ "ts:check": "tsc -p tsconfig.build.json --noEmit --emitDeclarationOnly false"
23
23
  },
24
24
  "license": "MIT",
25
25
  "devDependencies": {
26
- "@instructure/ui-babel-preset": "8.43.1",
27
- "@instructure/ui-color-utils": "8.43.1",
28
- "@instructure/ui-test-locator": "8.43.1",
29
- "@instructure/ui-test-utils": "8.43.1",
30
- "@instructure/ui-themes": "8.43.1"
26
+ "@instructure/ui-babel-preset": "8.43.2-snapshot-3",
27
+ "@instructure/ui-color-utils": "8.43.2-snapshot-3",
28
+ "@instructure/ui-test-locator": "8.43.2-snapshot-3",
29
+ "@instructure/ui-test-utils": "8.43.2-snapshot-3",
30
+ "@instructure/ui-themes": "8.43.2-snapshot-3"
31
31
  },
32
32
  "dependencies": {
33
33
  "@babel/runtime": "^7.22.15",
34
- "@instructure/console": "8.43.1",
35
- "@instructure/debounce": "8.43.1",
36
- "@instructure/emotion": "8.43.1",
37
- "@instructure/shared-types": "8.43.1",
38
- "@instructure/ui-a11y-content": "8.43.1",
39
- "@instructure/ui-a11y-utils": "8.43.1",
40
- "@instructure/ui-badge": "8.43.1",
41
- "@instructure/ui-dom-utils": "8.43.1",
42
- "@instructure/ui-focusable": "8.43.1",
43
- "@instructure/ui-icons": "8.43.1",
44
- "@instructure/ui-menu": "8.43.1",
45
- "@instructure/ui-prop-types": "8.43.1",
46
- "@instructure/ui-react-utils": "8.43.1",
47
- "@instructure/ui-testable": "8.43.1",
48
- "@instructure/ui-tooltip": "8.43.1",
49
- "@instructure/ui-truncate-list": "8.43.1",
50
- "@instructure/ui-utils": "8.43.1",
51
- "@instructure/ui-view": "8.43.1",
34
+ "@instructure/console": "8.43.2-snapshot-3",
35
+ "@instructure/debounce": "8.43.2-snapshot-3",
36
+ "@instructure/emotion": "8.43.2-snapshot-3",
37
+ "@instructure/shared-types": "8.43.2-snapshot-3",
38
+ "@instructure/ui-a11y-content": "8.43.2-snapshot-3",
39
+ "@instructure/ui-a11y-utils": "8.43.2-snapshot-3",
40
+ "@instructure/ui-badge": "8.43.2-snapshot-3",
41
+ "@instructure/ui-dom-utils": "8.43.2-snapshot-3",
42
+ "@instructure/ui-focusable": "8.43.2-snapshot-3",
43
+ "@instructure/ui-icons": "8.43.2-snapshot-3",
44
+ "@instructure/ui-menu": "8.43.2-snapshot-3",
45
+ "@instructure/ui-prop-types": "8.43.2-snapshot-3",
46
+ "@instructure/ui-react-utils": "8.43.2-snapshot-3",
47
+ "@instructure/ui-testable": "8.43.2-snapshot-3",
48
+ "@instructure/ui-tooltip": "8.43.2-snapshot-3",
49
+ "@instructure/ui-truncate-list": "8.43.2-snapshot-3",
50
+ "@instructure/ui-utils": "8.43.2-snapshot-3",
51
+ "@instructure/ui-view": "8.43.2-snapshot-3",
52
52
  "prop-types": "^15.8.1"
53
53
  },
54
54
  "peerDependencies": {