@instructure/ui-selectable 11.0.2-snapshot-0 → 11.0.2-snapshot-2
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/README.md +1 -1
- package/package.json +7 -7
- package/src/Selectable/README.md +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
|
-
## [11.0.2-snapshot-
|
|
6
|
+
## [11.0.2-snapshot-2](https://github.com/instructure/instructure-ui/compare/v11.0.1...v11.0.2-snapshot-2) (2025-10-20)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package @instructure/ui-selectable
|
|
9
9
|
|
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui-selectable",
|
|
3
|
-
"version": "11.0.2-snapshot-
|
|
3
|
+
"version": "11.0.2-snapshot-2",
|
|
4
4
|
"description": "A UI component library made by Instructure Inc.",
|
|
5
5
|
"author": "Instructure, Inc. Engineering and Product Design",
|
|
6
6
|
"module": "./es/index.js",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
},
|
|
24
24
|
"license": "MIT",
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@instructure/ui-babel-preset": "11.0.2-snapshot-
|
|
26
|
+
"@instructure/ui-babel-preset": "11.0.2-snapshot-2",
|
|
27
27
|
"@testing-library/jest-dom": "^6.6.3",
|
|
28
28
|
"@testing-library/react": "15.0.7",
|
|
29
29
|
"@testing-library/user-event": "^14.6.1",
|
|
@@ -31,11 +31,11 @@
|
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@babel/runtime": "^7.27.6",
|
|
34
|
-
"@instructure/console": "11.0.2-snapshot-
|
|
35
|
-
"@instructure/shared-types": "11.0.2-snapshot-
|
|
36
|
-
"@instructure/ui-dom-utils": "11.0.2-snapshot-
|
|
37
|
-
"@instructure/ui-react-utils": "11.0.2-snapshot-
|
|
38
|
-
"@instructure/ui-utils": "11.0.2-snapshot-
|
|
34
|
+
"@instructure/console": "11.0.2-snapshot-2",
|
|
35
|
+
"@instructure/shared-types": "11.0.2-snapshot-2",
|
|
36
|
+
"@instructure/ui-dom-utils": "11.0.2-snapshot-2",
|
|
37
|
+
"@instructure/ui-react-utils": "11.0.2-snapshot-2",
|
|
38
|
+
"@instructure/ui-utils": "11.0.2-snapshot-2",
|
|
39
39
|
"keycode": "^2"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
package/src/Selectable/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
describes: Selectable
|
|
3
3
|
---
|
|
4
4
|
|
|
5
|
-
`Selectable` is a low level utility component that can be used to create combobox widgets. Before composing your own component, make sure an existing component, like [Select](
|
|
5
|
+
`Selectable` is a low level utility component that can be used to create combobox widgets. Before composing your own component, make sure an existing component, like [Select](Select), can't be adapted for your use case.
|
|
6
6
|
|
|
7
7
|
```js
|
|
8
8
|
---
|