@instructure/ui-select 10.10.1-snapshot-4 → 10.10.1-snapshot-6
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/package.json +24 -24
- package/src/Select/Option/props.ts +2 -1
- package/src/Select/README.md +4 -1
- package/tsconfig.build.tsbuildinfo +1 -1
- package/types/Select/Option/index.d.ts.map +1 -1
- package/types/Select/Option/props.d.ts +2 -1
- package/types/Select/Option/props.d.ts.map +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
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
|
-
## [10.10.1-snapshot-
|
|
6
|
+
## [10.10.1-snapshot-6](https://github.com/instructure/instructure-ui/compare/v10.10.0...v10.10.1-snapshot-6) (2025-02-03)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package @instructure/ui-select
|
|
9
9
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui-select",
|
|
3
|
-
"version": "10.10.1-snapshot-
|
|
3
|
+
"version": "10.10.1-snapshot-6",
|
|
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,13 +23,13 @@
|
|
|
23
23
|
},
|
|
24
24
|
"license": "MIT",
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@instructure/ui-axe-check": "10.10.1-snapshot-
|
|
27
|
-
"@instructure/ui-babel-preset": "10.10.1-snapshot-
|
|
28
|
-
"@instructure/ui-color-utils": "10.10.1-snapshot-
|
|
29
|
-
"@instructure/ui-scripts": "10.10.1-snapshot-
|
|
30
|
-
"@instructure/ui-test-locator": "10.10.1-snapshot-
|
|
31
|
-
"@instructure/ui-test-utils": "10.10.1-snapshot-
|
|
32
|
-
"@instructure/ui-themes": "10.10.1-snapshot-
|
|
26
|
+
"@instructure/ui-axe-check": "10.10.1-snapshot-6",
|
|
27
|
+
"@instructure/ui-babel-preset": "10.10.1-snapshot-6",
|
|
28
|
+
"@instructure/ui-color-utils": "10.10.1-snapshot-6",
|
|
29
|
+
"@instructure/ui-scripts": "10.10.1-snapshot-6",
|
|
30
|
+
"@instructure/ui-test-locator": "10.10.1-snapshot-6",
|
|
31
|
+
"@instructure/ui-test-utils": "10.10.1-snapshot-6",
|
|
32
|
+
"@instructure/ui-themes": "10.10.1-snapshot-6",
|
|
33
33
|
"@testing-library/jest-dom": "^6.6.3",
|
|
34
34
|
"@testing-library/react": "^16.0.1",
|
|
35
35
|
"@testing-library/user-event": "^14.5.2",
|
|
@@ -37,22 +37,22 @@
|
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@babel/runtime": "^7.26.0",
|
|
40
|
-
"@instructure/emotion": "10.10.1-snapshot-
|
|
41
|
-
"@instructure/shared-types": "10.10.1-snapshot-
|
|
42
|
-
"@instructure/ui-dom-utils": "10.10.1-snapshot-
|
|
43
|
-
"@instructure/ui-form-field": "10.10.1-snapshot-
|
|
44
|
-
"@instructure/ui-icons": "10.10.1-snapshot-
|
|
45
|
-
"@instructure/ui-options": "10.10.1-snapshot-
|
|
46
|
-
"@instructure/ui-popover": "10.10.1-snapshot-
|
|
47
|
-
"@instructure/ui-position": "10.10.1-snapshot-
|
|
48
|
-
"@instructure/ui-prop-types": "10.10.1-snapshot-
|
|
49
|
-
"@instructure/ui-react-utils": "10.10.1-snapshot-
|
|
50
|
-
"@instructure/ui-selectable": "10.10.1-snapshot-
|
|
51
|
-
"@instructure/ui-testable": "10.10.1-snapshot-
|
|
52
|
-
"@instructure/ui-text-input": "10.10.1-snapshot-
|
|
53
|
-
"@instructure/ui-utils": "10.10.1-snapshot-
|
|
54
|
-
"@instructure/ui-view": "10.10.1-snapshot-
|
|
55
|
-
"@instructure/uid": "10.10.1-snapshot-
|
|
40
|
+
"@instructure/emotion": "10.10.1-snapshot-6",
|
|
41
|
+
"@instructure/shared-types": "10.10.1-snapshot-6",
|
|
42
|
+
"@instructure/ui-dom-utils": "10.10.1-snapshot-6",
|
|
43
|
+
"@instructure/ui-form-field": "10.10.1-snapshot-6",
|
|
44
|
+
"@instructure/ui-icons": "10.10.1-snapshot-6",
|
|
45
|
+
"@instructure/ui-options": "10.10.1-snapshot-6",
|
|
46
|
+
"@instructure/ui-popover": "10.10.1-snapshot-6",
|
|
47
|
+
"@instructure/ui-position": "10.10.1-snapshot-6",
|
|
48
|
+
"@instructure/ui-prop-types": "10.10.1-snapshot-6",
|
|
49
|
+
"@instructure/ui-react-utils": "10.10.1-snapshot-6",
|
|
50
|
+
"@instructure/ui-selectable": "10.10.1-snapshot-6",
|
|
51
|
+
"@instructure/ui-testable": "10.10.1-snapshot-6",
|
|
52
|
+
"@instructure/ui-text-input": "10.10.1-snapshot-6",
|
|
53
|
+
"@instructure/ui-utils": "10.10.1-snapshot-6",
|
|
54
|
+
"@instructure/ui-view": "10.10.1-snapshot-6",
|
|
55
|
+
"@instructure/uid": "10.10.1-snapshot-6",
|
|
56
56
|
"prop-types": "^15.8.1"
|
|
57
57
|
},
|
|
58
58
|
"peerDependencies": {
|
package/src/Select/README.md
CHANGED
|
@@ -8,7 +8,10 @@ describes: Select
|
|
|
8
8
|
- It should not be used for navigation or as a list of actions/functions. (see [Menu](#Menu)).
|
|
9
9
|
- It can behave like a `<select>` element or implement autocomplete behavior.
|
|
10
10
|
|
|
11
|
-
>
|
|
11
|
+
> Notes:
|
|
12
|
+
>
|
|
13
|
+
> - Before implementing Select, see if a [SimpleSelect](#SimpleSelect) will suffice.
|
|
14
|
+
> - The `id` prop on options must be globally unique, it will be translated to an `id` prop in the DOM.
|
|
12
15
|
|
|
13
16
|
#### Managing state for a Select
|
|
14
17
|
|