@instructure/ui-select 8.13.1-snapshot.22 → 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-select",
3
- "version": "8.13.1-snapshot.22+1ad7649af",
3
+ "version": "8.13.1-snapshot.25+b63c32aa5",
4
4
  "description": "A component for select and autocomplete behavior.",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "type": "commonjs",
@@ -24,30 +24,30 @@
24
24
  },
25
25
  "license": "MIT",
26
26
  "devDependencies": {
27
- "@instructure/ui-babel-preset": "8.13.1-snapshot.22+1ad7649af",
28
- "@instructure/ui-color-utils": "8.13.1-snapshot.22+1ad7649af",
29
- "@instructure/ui-test-locator": "8.13.1-snapshot.22+1ad7649af",
30
- "@instructure/ui-test-utils": "8.13.1-snapshot.22+1ad7649af",
31
- "@instructure/ui-themes": "8.13.1-snapshot.22+1ad7649af"
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/emotion": "8.13.1-snapshot.22+1ad7649af",
36
- "@instructure/shared-types": "8.13.1-snapshot.22+1ad7649af",
37
- "@instructure/ui-dom-utils": "8.13.1-snapshot.22+1ad7649af",
38
- "@instructure/ui-form-field": "8.13.1-snapshot.22+1ad7649af",
39
- "@instructure/ui-icons": "8.13.1-snapshot.22+1ad7649af",
40
- "@instructure/ui-options": "8.13.1-snapshot.22+1ad7649af",
41
- "@instructure/ui-popover": "8.13.1-snapshot.22+1ad7649af",
42
- "@instructure/ui-position": "8.13.1-snapshot.22+1ad7649af",
43
- "@instructure/ui-prop-types": "8.13.1-snapshot.22+1ad7649af",
44
- "@instructure/ui-react-utils": "8.13.1-snapshot.22+1ad7649af",
45
- "@instructure/ui-selectable": "8.13.1-snapshot.22+1ad7649af",
46
- "@instructure/ui-testable": "8.13.1-snapshot.22+1ad7649af",
47
- "@instructure/ui-text-input": "8.13.1-snapshot.22+1ad7649af",
48
- "@instructure/ui-utils": "8.13.1-snapshot.22+1ad7649af",
49
- "@instructure/ui-view": "8.13.1-snapshot.22+1ad7649af",
50
- "@instructure/uid": "8.13.1-snapshot.22+1ad7649af",
35
+ "@instructure/emotion": "8.13.1-snapshot.25+b63c32aa5",
36
+ "@instructure/shared-types": "8.13.1-snapshot.25+b63c32aa5",
37
+ "@instructure/ui-dom-utils": "8.13.1-snapshot.25+b63c32aa5",
38
+ "@instructure/ui-form-field": "8.13.1-snapshot.25+b63c32aa5",
39
+ "@instructure/ui-icons": "8.13.1-snapshot.25+b63c32aa5",
40
+ "@instructure/ui-options": "8.13.1-snapshot.25+b63c32aa5",
41
+ "@instructure/ui-popover": "8.13.1-snapshot.25+b63c32aa5",
42
+ "@instructure/ui-position": "8.13.1-snapshot.25+b63c32aa5",
43
+ "@instructure/ui-prop-types": "8.13.1-snapshot.25+b63c32aa5",
44
+ "@instructure/ui-react-utils": "8.13.1-snapshot.25+b63c32aa5",
45
+ "@instructure/ui-selectable": "8.13.1-snapshot.25+b63c32aa5",
46
+ "@instructure/ui-testable": "8.13.1-snapshot.25+b63c32aa5",
47
+ "@instructure/ui-text-input": "8.13.1-snapshot.25+b63c32aa5",
48
+ "@instructure/ui-utils": "8.13.1-snapshot.25+b63c32aa5",
49
+ "@instructure/ui-view": "8.13.1-snapshot.25+b63c32aa5",
50
+ "@instructure/uid": "8.13.1-snapshot.25+b63c32aa5",
51
51
  "prop-types": "^15"
52
52
  },
53
53
  "peerDependencies": {
@@ -57,5 +57,5 @@
57
57
  "access": "public"
58
58
  },
59
59
  "sideEffects": false,
60
- "gitHead": "1ad7649afc88600012bafc9c1f4e59615e7eba8b"
60
+ "gitHead": "b63c32aa5d597dfe41d44b4e6b9fca6ddf8b3dff"
61
61
  }
@@ -1,7 +1,32 @@
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": "../emotion/tsconfig.build.json" },
16
+ { "path": "../shared-types/tsconfig.build.json" },
17
+ { "path": "../ui-dom-utils/tsconfig.build.json" },
18
+ { "path": "../ui-form-field/tsconfig.build.json" },
19
+ { "path": "../ui-icons/tsconfig.build.json" },
20
+ { "path": "../ui-options/tsconfig.build.json" },
21
+ { "path": "../ui-popover/tsconfig.build.json" },
22
+ { "path": "../ui-position/tsconfig.build.json" },
23
+ { "path": "../ui-prop-types/tsconfig.build.json" },
24
+ { "path": "../ui-react-utils/tsconfig.build.json" },
25
+ { "path": "../ui-selectable/tsconfig.build.json" },
26
+ { "path": "../ui-testable/tsconfig.build.json" },
27
+ { "path": "../ui-text-input/tsconfig.build.json" },
28
+ { "path": "../ui-utils/tsconfig.build.json" },
29
+ { "path": "../ui-view/tsconfig.build.json" },
30
+ { "path": "../uid/tsconfig.build.json" }
31
+ ]
7
32
  }