@instructure/ui-select 10.19.2-snapshot-4 → 10.19.2-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 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
- ## [10.19.2-snapshot-4](https://github.com/instructure/instructure-ui/compare/v10.19.1...v10.19.2-snapshot-4) (2025-06-12)
6
+ ## [10.19.2-snapshot-6](https://github.com/instructure/instructure-ui/compare/v10.19.1...v10.19.2-snapshot-6) (2025-06-12)
7
7
 
8
- **Note:** Version bump only for package @instructure/ui-select
8
+
9
+ ### Bug Fixes
10
+
11
+ * **many:** update dependencies, browsersdb and moment timezone database ([3813636](https://github.com/instructure/instructure-ui/commit/3813636458c901ad4bc74a4d5ae015cb55defcb2))
9
12
 
10
13
 
11
14
 
@@ -508,24 +508,24 @@ let Select = (_dec = withDeterministicId(), _dec2 = withStyle(generateStyle, gen
508
508
  renderInput(data) {
509
509
  const getInputProps = data.getInputProps,
510
510
  getTriggerProps = data.getTriggerProps;
511
- const _this$props10 = this.props,
512
- renderLabel = _this$props10.renderLabel,
513
- inputValue = _this$props10.inputValue,
514
- placeholder = _this$props10.placeholder,
515
- isRequired = _this$props10.isRequired,
516
- shouldNotWrap = _this$props10.shouldNotWrap,
517
- size = _this$props10.size,
518
- isInline = _this$props10.isInline,
519
- width = _this$props10.width,
520
- htmlSize = _this$props10.htmlSize,
521
- messages = _this$props10.messages,
522
- renderBeforeInput = _this$props10.renderBeforeInput,
523
- renderAfterInput = _this$props10.renderAfterInput,
524
- onFocus = _this$props10.onFocus,
525
- onBlur = _this$props10.onBlur,
526
- onInputChange = _this$props10.onInputChange,
527
- onRequestHideOptions = _this$props10.onRequestHideOptions,
528
- rest = _objectWithoutProperties(_this$props10, _excluded2);
511
+ const _this$props0 = this.props,
512
+ renderLabel = _this$props0.renderLabel,
513
+ inputValue = _this$props0.inputValue,
514
+ placeholder = _this$props0.placeholder,
515
+ isRequired = _this$props0.isRequired,
516
+ shouldNotWrap = _this$props0.shouldNotWrap,
517
+ size = _this$props0.size,
518
+ isInline = _this$props0.isInline,
519
+ width = _this$props0.width,
520
+ htmlSize = _this$props0.htmlSize,
521
+ messages = _this$props0.messages,
522
+ renderBeforeInput = _this$props0.renderBeforeInput,
523
+ renderAfterInput = _this$props0.renderAfterInput,
524
+ onFocus = _this$props0.onFocus,
525
+ onBlur = _this$props0.onBlur,
526
+ onInputChange = _this$props0.onInputChange,
527
+ onRequestHideOptions = _this$props0.onRequestHideOptions,
528
+ rest = _objectWithoutProperties(_this$props0, _excluded2);
529
529
  const interaction = this.interaction;
530
530
  const passthroughProps = omitProps(rest, Select.allowedProps);
531
531
  const _getTriggerProps = getTriggerProps({
@@ -595,13 +595,13 @@ let Select = (_dec = withDeterministicId(), _dec2 = withStyle(generateStyle, gen
595
595
  });
596
596
  }
597
597
  render() {
598
- const _this$props11 = this.props,
599
- constrain = _this$props11.constrain,
600
- placement = _this$props11.placement,
601
- mountNode = _this$props11.mountNode,
602
- assistiveText = _this$props11.assistiveText,
603
- isShowingOptions = _this$props11.isShowingOptions,
604
- styles = _this$props11.styles;
598
+ const _this$props1 = this.props,
599
+ constrain = _this$props1.constrain,
600
+ placement = _this$props1.placement,
601
+ mountNode = _this$props1.mountNode,
602
+ assistiveText = _this$props1.assistiveText,
603
+ isShowingOptions = _this$props1.isShowingOptions,
604
+ styles = _this$props1.styles;
605
605
  // clear temporary option store
606
606
  this._optionIds = [];
607
607
  const highlightedOptionId = this.highlightedOptionId;
@@ -520,24 +520,24 @@ let Select = exports.Select = (_dec = (0, _withDeterministicId.withDeterministic
520
520
  renderInput(data) {
521
521
  const getInputProps = data.getInputProps,
522
522
  getTriggerProps = data.getTriggerProps;
523
- const _this$props10 = this.props,
524
- renderLabel = _this$props10.renderLabel,
525
- inputValue = _this$props10.inputValue,
526
- placeholder = _this$props10.placeholder,
527
- isRequired = _this$props10.isRequired,
528
- shouldNotWrap = _this$props10.shouldNotWrap,
529
- size = _this$props10.size,
530
- isInline = _this$props10.isInline,
531
- width = _this$props10.width,
532
- htmlSize = _this$props10.htmlSize,
533
- messages = _this$props10.messages,
534
- renderBeforeInput = _this$props10.renderBeforeInput,
535
- renderAfterInput = _this$props10.renderAfterInput,
536
- onFocus = _this$props10.onFocus,
537
- onBlur = _this$props10.onBlur,
538
- onInputChange = _this$props10.onInputChange,
539
- onRequestHideOptions = _this$props10.onRequestHideOptions,
540
- rest = (0, _objectWithoutProperties2.default)(_this$props10, _excluded2);
523
+ const _this$props0 = this.props,
524
+ renderLabel = _this$props0.renderLabel,
525
+ inputValue = _this$props0.inputValue,
526
+ placeholder = _this$props0.placeholder,
527
+ isRequired = _this$props0.isRequired,
528
+ shouldNotWrap = _this$props0.shouldNotWrap,
529
+ size = _this$props0.size,
530
+ isInline = _this$props0.isInline,
531
+ width = _this$props0.width,
532
+ htmlSize = _this$props0.htmlSize,
533
+ messages = _this$props0.messages,
534
+ renderBeforeInput = _this$props0.renderBeforeInput,
535
+ renderAfterInput = _this$props0.renderAfterInput,
536
+ onFocus = _this$props0.onFocus,
537
+ onBlur = _this$props0.onBlur,
538
+ onInputChange = _this$props0.onInputChange,
539
+ onRequestHideOptions = _this$props0.onRequestHideOptions,
540
+ rest = (0, _objectWithoutProperties2.default)(_this$props0, _excluded2);
541
541
  const interaction = this.interaction;
542
542
  const passthroughProps = (0, _omitProps.omitProps)(rest, Select.allowedProps);
543
543
  const _getTriggerProps = getTriggerProps({
@@ -607,13 +607,13 @@ let Select = exports.Select = (_dec = (0, _withDeterministicId.withDeterministic
607
607
  });
608
608
  }
609
609
  render() {
610
- const _this$props11 = this.props,
611
- constrain = _this$props11.constrain,
612
- placement = _this$props11.placement,
613
- mountNode = _this$props11.mountNode,
614
- assistiveText = _this$props11.assistiveText,
615
- isShowingOptions = _this$props11.isShowingOptions,
616
- styles = _this$props11.styles;
610
+ const _this$props1 = this.props,
611
+ constrain = _this$props1.constrain,
612
+ placement = _this$props1.placement,
613
+ mountNode = _this$props1.mountNode,
614
+ assistiveText = _this$props1.assistiveText,
615
+ isShowingOptions = _this$props1.isShowingOptions,
616
+ styles = _this$props1.styles;
617
617
  // clear temporary option store
618
618
  this._optionIds = [];
619
619
  const highlightedOptionId = this.highlightedOptionId;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-select",
3
- "version": "10.19.2-snapshot-4",
3
+ "version": "10.19.2-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,35 +23,35 @@
23
23
  },
24
24
  "license": "MIT",
25
25
  "devDependencies": {
26
- "@instructure/ui-axe-check": "10.19.2-snapshot-4",
27
- "@instructure/ui-babel-preset": "10.19.2-snapshot-4",
28
- "@instructure/ui-color-utils": "10.19.2-snapshot-4",
29
- "@instructure/ui-scripts": "10.19.2-snapshot-4",
30
- "@instructure/ui-test-utils": "10.19.2-snapshot-4",
31
- "@instructure/ui-themes": "10.19.2-snapshot-4",
26
+ "@instructure/ui-axe-check": "10.19.2-snapshot-6",
27
+ "@instructure/ui-babel-preset": "10.19.2-snapshot-6",
28
+ "@instructure/ui-color-utils": "10.19.2-snapshot-6",
29
+ "@instructure/ui-scripts": "10.19.2-snapshot-6",
30
+ "@instructure/ui-test-utils": "10.19.2-snapshot-6",
31
+ "@instructure/ui-themes": "10.19.2-snapshot-6",
32
32
  "@testing-library/jest-dom": "^6.6.3",
33
33
  "@testing-library/react": "^16.0.1",
34
- "@testing-library/user-event": "^14.5.2",
35
- "vitest": "^2.1.8"
34
+ "@testing-library/user-event": "^14.6.1",
35
+ "vitest": "^3.2.2"
36
36
  },
37
37
  "dependencies": {
38
- "@babel/runtime": "^7.26.0",
39
- "@instructure/emotion": "10.19.2-snapshot-4",
40
- "@instructure/shared-types": "10.19.2-snapshot-4",
41
- "@instructure/ui-dom-utils": "10.19.2-snapshot-4",
42
- "@instructure/ui-form-field": "10.19.2-snapshot-4",
43
- "@instructure/ui-icons": "10.19.2-snapshot-4",
44
- "@instructure/ui-options": "10.19.2-snapshot-4",
45
- "@instructure/ui-popover": "10.19.2-snapshot-4",
46
- "@instructure/ui-position": "10.19.2-snapshot-4",
47
- "@instructure/ui-prop-types": "10.19.2-snapshot-4",
48
- "@instructure/ui-react-utils": "10.19.2-snapshot-4",
49
- "@instructure/ui-selectable": "10.19.2-snapshot-4",
50
- "@instructure/ui-testable": "10.19.2-snapshot-4",
51
- "@instructure/ui-text-input": "10.19.2-snapshot-4",
52
- "@instructure/ui-utils": "10.19.2-snapshot-4",
53
- "@instructure/ui-view": "10.19.2-snapshot-4",
54
- "@instructure/uid": "10.19.2-snapshot-4",
38
+ "@babel/runtime": "^7.27.6",
39
+ "@instructure/emotion": "10.19.2-snapshot-6",
40
+ "@instructure/shared-types": "10.19.2-snapshot-6",
41
+ "@instructure/ui-dom-utils": "10.19.2-snapshot-6",
42
+ "@instructure/ui-form-field": "10.19.2-snapshot-6",
43
+ "@instructure/ui-icons": "10.19.2-snapshot-6",
44
+ "@instructure/ui-options": "10.19.2-snapshot-6",
45
+ "@instructure/ui-popover": "10.19.2-snapshot-6",
46
+ "@instructure/ui-position": "10.19.2-snapshot-6",
47
+ "@instructure/ui-prop-types": "10.19.2-snapshot-6",
48
+ "@instructure/ui-react-utils": "10.19.2-snapshot-6",
49
+ "@instructure/ui-selectable": "10.19.2-snapshot-6",
50
+ "@instructure/ui-testable": "10.19.2-snapshot-6",
51
+ "@instructure/ui-text-input": "10.19.2-snapshot-6",
52
+ "@instructure/ui-utils": "10.19.2-snapshot-6",
53
+ "@instructure/ui-view": "10.19.2-snapshot-6",
54
+ "@instructure/uid": "10.19.2-snapshot-6",
55
55
  "prop-types": "^15.8.1"
56
56
  },
57
57
  "peerDependencies": {
@@ -411,7 +411,7 @@ class Select extends Component<SelectProps> {
411
411
  isHighlighted,
412
412
  children
413
413
  })
414
- : renderOptionLabel
414
+ : (renderOptionLabel as React.ReactNode)
415
415
  }
416
416
 
417
417
  let optionProps: Partial<OptionsItemProps> = {