@instructure/ui-select 9.0.2-snapshot-20 → 9.0.2-snapshot-24
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 +5 -2
- package/es/Select/index.js +1 -1
- package/lib/Select/index.js +1 -1
- package/package.json +24 -24
- package/src/Select/index.tsx +1 -1
- package/tsconfig.build.tsbuildinfo +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,9 +3,12 @@
|
|
|
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
|
-
## [9.0.2-snapshot-
|
|
6
|
+
## [9.0.2-snapshot-24](https://github.com/instructure/instructure-ui/compare/v9.0.1...v9.0.2-snapshot-24) (2024-06-14)
|
|
7
7
|
|
|
8
|
-
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **shared-types,ui-calendar,ui-select:** add yearpicker functionality to calendar ([2c0c6e0](https://github.com/instructure/instructure-ui/commit/2c0c6e081d96fc821c1296df5c4f1fba9a8c162c))
|
|
9
12
|
|
|
10
13
|
|
|
11
14
|
|
package/es/Select/index.js
CHANGED
|
@@ -562,7 +562,7 @@ let Select = (_dec = withDeterministicId(), _dec2 = withStyle(generateStyle, gen
|
|
|
562
562
|
placement: 'bottom stretch',
|
|
563
563
|
constrain: 'window',
|
|
564
564
|
shouldNotWrap: false,
|
|
565
|
-
scrollToHighlightedOption:
|
|
565
|
+
scrollToHighlightedOption: true
|
|
566
566
|
}, _Select.Option = Option, _Select.Group = Group, _Select)) || _class) || _class) || _class);
|
|
567
567
|
export default Select;
|
|
568
568
|
export { Select };
|
package/lib/Select/index.js
CHANGED
|
@@ -574,6 +574,6 @@ let Select = exports.Select = (_dec = (0, _withDeterministicId.withDeterministic
|
|
|
574
574
|
placement: 'bottom stretch',
|
|
575
575
|
constrain: 'window',
|
|
576
576
|
shouldNotWrap: false,
|
|
577
|
-
scrollToHighlightedOption:
|
|
577
|
+
scrollToHighlightedOption: true
|
|
578
578
|
}, _Select.Option = _Option.Option, _Select.Group = _Group.Group, _Select)) || _class) || _class) || _class);
|
|
579
579
|
var _default = exports.default = Select;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui-select",
|
|
3
|
-
"version": "9.0.2-snapshot-
|
|
3
|
+
"version": "9.0.2-snapshot-24",
|
|
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,35 +23,35 @@
|
|
|
23
23
|
},
|
|
24
24
|
"license": "MIT",
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@instructure/ui-axe-check": "9.0.2-snapshot-
|
|
27
|
-
"@instructure/ui-babel-preset": "9.0.2-snapshot-
|
|
28
|
-
"@instructure/ui-color-utils": "9.0.2-snapshot-
|
|
29
|
-
"@instructure/ui-scripts": "9.0.2-snapshot-
|
|
30
|
-
"@instructure/ui-test-locator": "9.0.2-snapshot-
|
|
31
|
-
"@instructure/ui-test-utils": "9.0.2-snapshot-
|
|
32
|
-
"@instructure/ui-themes": "9.0.2-snapshot-
|
|
26
|
+
"@instructure/ui-axe-check": "9.0.2-snapshot-24",
|
|
27
|
+
"@instructure/ui-babel-preset": "9.0.2-snapshot-24",
|
|
28
|
+
"@instructure/ui-color-utils": "9.0.2-snapshot-24",
|
|
29
|
+
"@instructure/ui-scripts": "9.0.2-snapshot-24",
|
|
30
|
+
"@instructure/ui-test-locator": "9.0.2-snapshot-24",
|
|
31
|
+
"@instructure/ui-test-utils": "9.0.2-snapshot-24",
|
|
32
|
+
"@instructure/ui-themes": "9.0.2-snapshot-24",
|
|
33
33
|
"@testing-library/jest-dom": "^6.4.5",
|
|
34
34
|
"@testing-library/react": "^15.0.7",
|
|
35
35
|
"@testing-library/user-event": "^14.5.2"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@babel/runtime": "^7.24.5",
|
|
39
|
-
"@instructure/emotion": "9.0.2-snapshot-
|
|
40
|
-
"@instructure/shared-types": "9.0.2-snapshot-
|
|
41
|
-
"@instructure/ui-dom-utils": "9.0.2-snapshot-
|
|
42
|
-
"@instructure/ui-form-field": "9.0.2-snapshot-
|
|
43
|
-
"@instructure/ui-icons": "9.0.2-snapshot-
|
|
44
|
-
"@instructure/ui-options": "9.0.2-snapshot-
|
|
45
|
-
"@instructure/ui-popover": "9.0.2-snapshot-
|
|
46
|
-
"@instructure/ui-position": "9.0.2-snapshot-
|
|
47
|
-
"@instructure/ui-prop-types": "9.0.2-snapshot-
|
|
48
|
-
"@instructure/ui-react-utils": "9.0.2-snapshot-
|
|
49
|
-
"@instructure/ui-selectable": "9.0.2-snapshot-
|
|
50
|
-
"@instructure/ui-testable": "9.0.2-snapshot-
|
|
51
|
-
"@instructure/ui-text-input": "9.0.2-snapshot-
|
|
52
|
-
"@instructure/ui-utils": "9.0.2-snapshot-
|
|
53
|
-
"@instructure/ui-view": "9.0.2-snapshot-
|
|
54
|
-
"@instructure/uid": "9.0.2-snapshot-
|
|
39
|
+
"@instructure/emotion": "9.0.2-snapshot-24",
|
|
40
|
+
"@instructure/shared-types": "9.0.2-snapshot-24",
|
|
41
|
+
"@instructure/ui-dom-utils": "9.0.2-snapshot-24",
|
|
42
|
+
"@instructure/ui-form-field": "9.0.2-snapshot-24",
|
|
43
|
+
"@instructure/ui-icons": "9.0.2-snapshot-24",
|
|
44
|
+
"@instructure/ui-options": "9.0.2-snapshot-24",
|
|
45
|
+
"@instructure/ui-popover": "9.0.2-snapshot-24",
|
|
46
|
+
"@instructure/ui-position": "9.0.2-snapshot-24",
|
|
47
|
+
"@instructure/ui-prop-types": "9.0.2-snapshot-24",
|
|
48
|
+
"@instructure/ui-react-utils": "9.0.2-snapshot-24",
|
|
49
|
+
"@instructure/ui-selectable": "9.0.2-snapshot-24",
|
|
50
|
+
"@instructure/ui-testable": "9.0.2-snapshot-24",
|
|
51
|
+
"@instructure/ui-text-input": "9.0.2-snapshot-24",
|
|
52
|
+
"@instructure/ui-utils": "9.0.2-snapshot-24",
|
|
53
|
+
"@instructure/ui-view": "9.0.2-snapshot-24",
|
|
54
|
+
"@instructure/uid": "9.0.2-snapshot-24",
|
|
55
55
|
"prop-types": "^15.8.1"
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
package/src/Select/index.tsx
CHANGED