@instructure/ui-navigation 8.13.1-snapshot.11 → 8.13.1-snapshot.25

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-navigation",
3
- "version": "8.13.1-snapshot.11+b420bacc3",
3
+ "version": "8.13.1-snapshot.25+b63c32aa5",
4
4
  "description": "Main and application level navigational components",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "type": "commonjs",
@@ -24,31 +24,31 @@
24
24
  },
25
25
  "license": "MIT",
26
26
  "devDependencies": {
27
- "@instructure/ui-babel-preset": "8.13.1-snapshot.11+b420bacc3",
28
- "@instructure/ui-color-utils": "8.13.1-snapshot.11+b420bacc3",
29
- "@instructure/ui-test-locator": "8.13.1-snapshot.11+b420bacc3",
30
- "@instructure/ui-test-utils": "8.13.1-snapshot.11+b420bacc3",
31
- "@instructure/ui-themes": "8.13.1-snapshot.11+b420bacc3"
27
+ "@instructure/ui-babel-preset": "8.13.1-snapshot.25+b63c32aa5",
28
+ "@instructure/ui-color-utils": "8.13.1-snapshot.25+b63c32aa5",
29
+ "@instructure/ui-test-locator": "8.13.1-snapshot.25+b63c32aa5",
30
+ "@instructure/ui-test-utils": "8.13.1-snapshot.25+b63c32aa5",
31
+ "@instructure/ui-themes": "8.13.1-snapshot.25+b63c32aa5"
32
32
  },
33
33
  "dependencies": {
34
34
  "@babel/runtime": "^7.13.10",
35
- "@instructure/console": "8.13.1-snapshot.11+b420bacc3",
36
- "@instructure/debounce": "8.13.1-snapshot.11+b420bacc3",
37
- "@instructure/emotion": "8.13.1-snapshot.11+b420bacc3",
38
- "@instructure/shared-types": "8.13.1-snapshot.11+b420bacc3",
39
- "@instructure/ui-a11y-content": "8.13.1-snapshot.11+b420bacc3",
40
- "@instructure/ui-a11y-utils": "8.13.1-snapshot.11+b420bacc3",
41
- "@instructure/ui-badge": "8.13.1-snapshot.11+b420bacc3",
42
- "@instructure/ui-dom-utils": "8.13.1-snapshot.11+b420bacc3",
43
- "@instructure/ui-focusable": "8.13.1-snapshot.11+b420bacc3",
44
- "@instructure/ui-icons": "8.13.1-snapshot.11+b420bacc3",
45
- "@instructure/ui-menu": "8.13.1-snapshot.11+b420bacc3",
46
- "@instructure/ui-prop-types": "8.13.1-snapshot.11+b420bacc3",
47
- "@instructure/ui-react-utils": "8.13.1-snapshot.11+b420bacc3",
48
- "@instructure/ui-testable": "8.13.1-snapshot.11+b420bacc3",
49
- "@instructure/ui-tooltip": "8.13.1-snapshot.11+b420bacc3",
50
- "@instructure/ui-utils": "8.13.1-snapshot.11+b420bacc3",
51
- "@instructure/ui-view": "8.13.1-snapshot.11+b420bacc3",
35
+ "@instructure/console": "8.13.1-snapshot.25+b63c32aa5",
36
+ "@instructure/debounce": "8.13.1-snapshot.25+b63c32aa5",
37
+ "@instructure/emotion": "8.13.1-snapshot.25+b63c32aa5",
38
+ "@instructure/shared-types": "8.13.1-snapshot.25+b63c32aa5",
39
+ "@instructure/ui-a11y-content": "8.13.1-snapshot.25+b63c32aa5",
40
+ "@instructure/ui-a11y-utils": "8.13.1-snapshot.25+b63c32aa5",
41
+ "@instructure/ui-badge": "8.13.1-snapshot.25+b63c32aa5",
42
+ "@instructure/ui-dom-utils": "8.13.1-snapshot.25+b63c32aa5",
43
+ "@instructure/ui-focusable": "8.13.1-snapshot.25+b63c32aa5",
44
+ "@instructure/ui-icons": "8.13.1-snapshot.25+b63c32aa5",
45
+ "@instructure/ui-menu": "8.13.1-snapshot.25+b63c32aa5",
46
+ "@instructure/ui-prop-types": "8.13.1-snapshot.25+b63c32aa5",
47
+ "@instructure/ui-react-utils": "8.13.1-snapshot.25+b63c32aa5",
48
+ "@instructure/ui-testable": "8.13.1-snapshot.25+b63c32aa5",
49
+ "@instructure/ui-tooltip": "8.13.1-snapshot.25+b63c32aa5",
50
+ "@instructure/ui-utils": "8.13.1-snapshot.25+b63c32aa5",
51
+ "@instructure/ui-view": "8.13.1-snapshot.25+b63c32aa5",
52
52
  "prop-types": "^15"
53
53
  },
54
54
  "peerDependencies": {
@@ -58,5 +58,5 @@
58
58
  "access": "public"
59
59
  },
60
60
  "sideEffects": false,
61
- "gitHead": "b420bacc32da9bd8569d1bc8082e7d5c46ebd408"
61
+ "gitHead": "b63c32aa5d597dfe41d44b4e6b9fca6ddf8b3dff"
62
62
  }
@@ -1,7 +1,33 @@
1
1
  {
2
2
  "extends": "../../tsconfig.build.json",
3
3
  "compilerOptions": {
4
- "outDir": "./types"
4
+ "outDir": "./types",
5
+ "rootDir": "./src",
6
+ "composite": true
5
7
  },
6
- "include": ["src/**/*"]
8
+ "include": ["src"],
9
+ "references": [
10
+ { "path": "../ui-babel-preset/tsconfig.build.json" },
11
+ { "path": "../ui-color-utils/tsconfig.build.json" },
12
+ { "path": "../ui-test-locator/tsconfig.build.json" },
13
+ { "path": "../ui-test-utils/tsconfig.build.json" },
14
+ { "path": "../ui-themes/tsconfig.build.json" },
15
+ { "path": "../console/tsconfig.build.json" },
16
+ { "path": "../debounce/tsconfig.build.json" },
17
+ { "path": "../emotion/tsconfig.build.json" },
18
+ { "path": "../shared-types/tsconfig.build.json" },
19
+ { "path": "../ui-a11y-content/tsconfig.build.json" },
20
+ { "path": "../ui-a11y-utils/tsconfig.build.json" },
21
+ { "path": "../ui-badge/tsconfig.build.json" },
22
+ { "path": "../ui-dom-utils/tsconfig.build.json" },
23
+ { "path": "../ui-focusable/tsconfig.build.json" },
24
+ { "path": "../ui-icons/tsconfig.build.json" },
25
+ { "path": "../ui-menu/tsconfig.build.json" },
26
+ { "path": "../ui-prop-types/tsconfig.build.json" },
27
+ { "path": "../ui-react-utils/tsconfig.build.json" },
28
+ { "path": "../ui-testable/tsconfig.build.json" },
29
+ { "path": "../ui-tooltip/tsconfig.build.json" },
30
+ { "path": "../ui-utils/tsconfig.build.json" },
31
+ { "path": "../ui-view/tsconfig.build.json" }
32
+ ]
7
33
  }