@instructure/ui-select 8.33.1 → 8.33.2-snapshot-5
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 +8 -0
- package/es/Select/Group/index.js +2 -3
- package/es/Select/Group/props.js +1 -0
- package/es/Select/Option/index.js +2 -3
- package/es/Select/Option/props.js +1 -0
- package/es/Select/SelectLocator.js +5 -5
- package/es/Select/index.js +92 -144
- package/es/Select/props.js +1 -0
- package/es/Select/styles.js +0 -1
- package/es/Select/theme.js +3 -3
- package/es/index.js +1 -0
- package/lib/Select/Group/index.js +0 -5
- package/lib/Select/Group/props.js +1 -5
- package/lib/Select/Option/index.js +0 -5
- package/lib/Select/Option/props.js +1 -3
- package/lib/Select/SelectLocator.js +2 -6
- package/lib/Select/index.js +92 -165
- package/lib/Select/locator.js +0 -2
- package/lib/Select/props.js +1 -8
- package/lib/Select/styles.js +0 -2
- package/lib/Select/theme.js +3 -4
- package/lib/index.js +0 -1
- package/package.json +22 -22
- package/tsconfig.build.tsbuildinfo +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui-select",
|
|
3
|
-
"version": "8.33.
|
|
3
|
+
"version": "8.33.2-snapshot-5",
|
|
4
4
|
"description": "A component for select and autocomplete behavior.",
|
|
5
5
|
"author": "Instructure, Inc. Engineering and Product Design",
|
|
6
6
|
"module": "./es/index.js",
|
|
@@ -23,30 +23,30 @@
|
|
|
23
23
|
},
|
|
24
24
|
"license": "MIT",
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@instructure/ui-babel-preset": "8.33.
|
|
27
|
-
"@instructure/ui-color-utils": "8.33.
|
|
28
|
-
"@instructure/ui-test-locator": "8.33.
|
|
29
|
-
"@instructure/ui-test-utils": "8.33.
|
|
30
|
-
"@instructure/ui-themes": "8.33.
|
|
26
|
+
"@instructure/ui-babel-preset": "8.33.2-snapshot-5",
|
|
27
|
+
"@instructure/ui-color-utils": "8.33.2-snapshot-5",
|
|
28
|
+
"@instructure/ui-test-locator": "8.33.2-snapshot-5",
|
|
29
|
+
"@instructure/ui-test-utils": "8.33.2-snapshot-5",
|
|
30
|
+
"@instructure/ui-themes": "8.33.2-snapshot-5"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@babel/runtime": "^7.13.10",
|
|
34
|
-
"@instructure/emotion": "8.33.
|
|
35
|
-
"@instructure/shared-types": "8.33.
|
|
36
|
-
"@instructure/ui-dom-utils": "8.33.
|
|
37
|
-
"@instructure/ui-form-field": "8.33.
|
|
38
|
-
"@instructure/ui-icons": "8.33.
|
|
39
|
-
"@instructure/ui-options": "8.33.
|
|
40
|
-
"@instructure/ui-popover": "8.33.
|
|
41
|
-
"@instructure/ui-position": "8.33.
|
|
42
|
-
"@instructure/ui-prop-types": "8.33.
|
|
43
|
-
"@instructure/ui-react-utils": "8.33.
|
|
44
|
-
"@instructure/ui-selectable": "8.33.
|
|
45
|
-
"@instructure/ui-testable": "8.33.
|
|
46
|
-
"@instructure/ui-text-input": "8.33.
|
|
47
|
-
"@instructure/ui-utils": "8.33.
|
|
48
|
-
"@instructure/ui-view": "8.33.
|
|
49
|
-
"@instructure/uid": "8.33.
|
|
34
|
+
"@instructure/emotion": "8.33.2-snapshot-5",
|
|
35
|
+
"@instructure/shared-types": "8.33.2-snapshot-5",
|
|
36
|
+
"@instructure/ui-dom-utils": "8.33.2-snapshot-5",
|
|
37
|
+
"@instructure/ui-form-field": "8.33.2-snapshot-5",
|
|
38
|
+
"@instructure/ui-icons": "8.33.2-snapshot-5",
|
|
39
|
+
"@instructure/ui-options": "8.33.2-snapshot-5",
|
|
40
|
+
"@instructure/ui-popover": "8.33.2-snapshot-5",
|
|
41
|
+
"@instructure/ui-position": "8.33.2-snapshot-5",
|
|
42
|
+
"@instructure/ui-prop-types": "8.33.2-snapshot-5",
|
|
43
|
+
"@instructure/ui-react-utils": "8.33.2-snapshot-5",
|
|
44
|
+
"@instructure/ui-selectable": "8.33.2-snapshot-5",
|
|
45
|
+
"@instructure/ui-testable": "8.33.2-snapshot-5",
|
|
46
|
+
"@instructure/ui-text-input": "8.33.2-snapshot-5",
|
|
47
|
+
"@instructure/ui-utils": "8.33.2-snapshot-5",
|
|
48
|
+
"@instructure/ui-view": "8.33.2-snapshot-5",
|
|
49
|
+
"@instructure/uid": "8.33.2-snapshot-5",
|
|
50
50
|
"prop-types": "^15"
|
|
51
51
|
},
|
|
52
52
|
"peerDependencies": {
|