@instructure/ui-select 9.0.2-snapshot-19 → 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 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-19](https://github.com/instructure/instructure-ui/compare/v9.0.1...v9.0.2-snapshot-19) (2024-06-13)
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
- **Note:** Version bump only for package @instructure/ui-select
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
 
@@ -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: false
565
+ scrollToHighlightedOption: true
566
566
  }, _Select.Option = Option, _Select.Group = Group, _Select)) || _class) || _class) || _class);
567
567
  export default Select;
568
568
  export { Select };
@@ -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: false
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-19",
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-19",
27
- "@instructure/ui-babel-preset": "9.0.2-snapshot-19",
28
- "@instructure/ui-color-utils": "9.0.2-snapshot-19",
29
- "@instructure/ui-scripts": "9.0.2-snapshot-19",
30
- "@instructure/ui-test-locator": "9.0.2-snapshot-19",
31
- "@instructure/ui-test-utils": "9.0.2-snapshot-19",
32
- "@instructure/ui-themes": "9.0.2-snapshot-19",
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-19",
40
- "@instructure/shared-types": "9.0.2-snapshot-19",
41
- "@instructure/ui-dom-utils": "9.0.2-snapshot-19",
42
- "@instructure/ui-form-field": "9.0.2-snapshot-19",
43
- "@instructure/ui-icons": "9.0.2-snapshot-19",
44
- "@instructure/ui-options": "9.0.2-snapshot-19",
45
- "@instructure/ui-popover": "9.0.2-snapshot-19",
46
- "@instructure/ui-position": "9.0.2-snapshot-19",
47
- "@instructure/ui-prop-types": "9.0.2-snapshot-19",
48
- "@instructure/ui-react-utils": "9.0.2-snapshot-19",
49
- "@instructure/ui-selectable": "9.0.2-snapshot-19",
50
- "@instructure/ui-testable": "9.0.2-snapshot-19",
51
- "@instructure/ui-text-input": "9.0.2-snapshot-19",
52
- "@instructure/ui-utils": "9.0.2-snapshot-19",
53
- "@instructure/ui-view": "9.0.2-snapshot-19",
54
- "@instructure/uid": "9.0.2-snapshot-19",
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": {
@@ -149,7 +149,7 @@ class Select extends Component<SelectProps> {
149
149
  placement: 'bottom stretch',
150
150
  constrain: 'window',
151
151
  shouldNotWrap: false,
152
- scrollToHighlightedOption: false
152
+ scrollToHighlightedOption: true
153
153
  }
154
154
 
155
155
  static Option = Option