@instructure/ui-select 10.2.3-snapshot-13 → 10.2.3-snapshot-15
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 +1 -1
- package/es/Select/__new-tests__/Select.test.js +36 -36
- package/lib/Select/__new-tests__/Select.test.js +36 -36
- package/package.json +27 -27
- package/tsconfig.build.tsbuildinfo +1 -1
- package/types/Select/Group/index.d.ts +2 -2
- package/types/Select/Group/index.d.ts.map +1 -1
- package/types/Select/Option/index.d.ts +2 -2
- package/types/Select/Option/index.d.ts.map +1 -1
- package/types/Select/SelectLocator.d.ts +75 -1
- package/types/Select/SelectLocator.d.ts.map +1 -1
- package/types/Select/index.d.ts.map +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui-select",
|
|
3
|
-
"version": "10.2.3-snapshot-
|
|
3
|
+
"version": "10.2.3-snapshot-15",
|
|
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,36 +23,36 @@
|
|
|
23
23
|
},
|
|
24
24
|
"license": "MIT",
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@instructure/ui-axe-check": "10.2.3-snapshot-
|
|
27
|
-
"@instructure/ui-babel-preset": "10.2.3-snapshot-
|
|
28
|
-
"@instructure/ui-color-utils": "10.2.3-snapshot-
|
|
29
|
-
"@instructure/ui-scripts": "10.2.3-snapshot-
|
|
30
|
-
"@instructure/ui-test-locator": "10.2.3-snapshot-
|
|
31
|
-
"@instructure/ui-test-utils": "10.2.3-snapshot-
|
|
32
|
-
"@instructure/ui-themes": "10.2.3-snapshot-
|
|
26
|
+
"@instructure/ui-axe-check": "10.2.3-snapshot-15",
|
|
27
|
+
"@instructure/ui-babel-preset": "10.2.3-snapshot-15",
|
|
28
|
+
"@instructure/ui-color-utils": "10.2.3-snapshot-15",
|
|
29
|
+
"@instructure/ui-scripts": "10.2.3-snapshot-15",
|
|
30
|
+
"@instructure/ui-test-locator": "10.2.3-snapshot-15",
|
|
31
|
+
"@instructure/ui-test-utils": "10.2.3-snapshot-15",
|
|
32
|
+
"@instructure/ui-themes": "10.2.3-snapshot-15",
|
|
33
33
|
"@testing-library/jest-dom": "^6.4.6",
|
|
34
|
-
"@testing-library/react": "^
|
|
34
|
+
"@testing-library/react": "^16.0.1",
|
|
35
35
|
"@testing-library/user-event": "^14.5.2",
|
|
36
|
-
"vitest": "^2.
|
|
36
|
+
"vitest": "^2.1.1"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@babel/runtime": "^7.
|
|
40
|
-
"@instructure/emotion": "10.2.3-snapshot-
|
|
41
|
-
"@instructure/shared-types": "10.2.3-snapshot-
|
|
42
|
-
"@instructure/ui-dom-utils": "10.2.3-snapshot-
|
|
43
|
-
"@instructure/ui-form-field": "10.2.3-snapshot-
|
|
44
|
-
"@instructure/ui-icons": "10.2.3-snapshot-
|
|
45
|
-
"@instructure/ui-options": "10.2.3-snapshot-
|
|
46
|
-
"@instructure/ui-popover": "10.2.3-snapshot-
|
|
47
|
-
"@instructure/ui-position": "10.2.3-snapshot-
|
|
48
|
-
"@instructure/ui-prop-types": "10.2.3-snapshot-
|
|
49
|
-
"@instructure/ui-react-utils": "10.2.3-snapshot-
|
|
50
|
-
"@instructure/ui-selectable": "10.2.3-snapshot-
|
|
51
|
-
"@instructure/ui-testable": "10.2.3-snapshot-
|
|
52
|
-
"@instructure/ui-text-input": "10.2.3-snapshot-
|
|
53
|
-
"@instructure/ui-utils": "10.2.3-snapshot-
|
|
54
|
-
"@instructure/ui-view": "10.2.3-snapshot-
|
|
55
|
-
"@instructure/uid": "10.2.3-snapshot-
|
|
39
|
+
"@babel/runtime": "^7.25.6",
|
|
40
|
+
"@instructure/emotion": "10.2.3-snapshot-15",
|
|
41
|
+
"@instructure/shared-types": "10.2.3-snapshot-15",
|
|
42
|
+
"@instructure/ui-dom-utils": "10.2.3-snapshot-15",
|
|
43
|
+
"@instructure/ui-form-field": "10.2.3-snapshot-15",
|
|
44
|
+
"@instructure/ui-icons": "10.2.3-snapshot-15",
|
|
45
|
+
"@instructure/ui-options": "10.2.3-snapshot-15",
|
|
46
|
+
"@instructure/ui-popover": "10.2.3-snapshot-15",
|
|
47
|
+
"@instructure/ui-position": "10.2.3-snapshot-15",
|
|
48
|
+
"@instructure/ui-prop-types": "10.2.3-snapshot-15",
|
|
49
|
+
"@instructure/ui-react-utils": "10.2.3-snapshot-15",
|
|
50
|
+
"@instructure/ui-selectable": "10.2.3-snapshot-15",
|
|
51
|
+
"@instructure/ui-testable": "10.2.3-snapshot-15",
|
|
52
|
+
"@instructure/ui-text-input": "10.2.3-snapshot-15",
|
|
53
|
+
"@instructure/ui-utils": "10.2.3-snapshot-15",
|
|
54
|
+
"@instructure/ui-view": "10.2.3-snapshot-15",
|
|
55
|
+
"@instructure/uid": "10.2.3-snapshot-15",
|
|
56
56
|
"prop-types": "^15.8.1"
|
|
57
57
|
},
|
|
58
58
|
"peerDependencies": {
|