@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 +5 -2
- package/es/Select/index.js +25 -25
- package/lib/Select/index.js +25 -25
- package/package.json +26 -26
- package/src/Select/index.tsx +1 -1
- package/tsconfig.build.tsbuildinfo +1 -1
- package/types/Select/Group/index.d.ts.map +1 -1
- package/types/Select/Option/index.d.ts.map +1 -1
- package/types/Select/index.d.ts.map +1 -1
- package/types/Select/styles.d.ts.map +1 -1
- package/types/Select/theme.d.ts.map +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
|
-
## [10.19.2-snapshot-
|
|
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
|
-
|
|
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
|
|
package/es/Select/index.js
CHANGED
|
@@ -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$
|
|
512
|
-
renderLabel = _this$
|
|
513
|
-
inputValue = _this$
|
|
514
|
-
placeholder = _this$
|
|
515
|
-
isRequired = _this$
|
|
516
|
-
shouldNotWrap = _this$
|
|
517
|
-
size = _this$
|
|
518
|
-
isInline = _this$
|
|
519
|
-
width = _this$
|
|
520
|
-
htmlSize = _this$
|
|
521
|
-
messages = _this$
|
|
522
|
-
renderBeforeInput = _this$
|
|
523
|
-
renderAfterInput = _this$
|
|
524
|
-
onFocus = _this$
|
|
525
|
-
onBlur = _this$
|
|
526
|
-
onInputChange = _this$
|
|
527
|
-
onRequestHideOptions = _this$
|
|
528
|
-
rest = _objectWithoutProperties(_this$
|
|
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$
|
|
599
|
-
constrain = _this$
|
|
600
|
-
placement = _this$
|
|
601
|
-
mountNode = _this$
|
|
602
|
-
assistiveText = _this$
|
|
603
|
-
isShowingOptions = _this$
|
|
604
|
-
styles = _this$
|
|
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;
|
package/lib/Select/index.js
CHANGED
|
@@ -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$
|
|
524
|
-
renderLabel = _this$
|
|
525
|
-
inputValue = _this$
|
|
526
|
-
placeholder = _this$
|
|
527
|
-
isRequired = _this$
|
|
528
|
-
shouldNotWrap = _this$
|
|
529
|
-
size = _this$
|
|
530
|
-
isInline = _this$
|
|
531
|
-
width = _this$
|
|
532
|
-
htmlSize = _this$
|
|
533
|
-
messages = _this$
|
|
534
|
-
renderBeforeInput = _this$
|
|
535
|
-
renderAfterInput = _this$
|
|
536
|
-
onFocus = _this$
|
|
537
|
-
onBlur = _this$
|
|
538
|
-
onInputChange = _this$
|
|
539
|
-
onRequestHideOptions = _this$
|
|
540
|
-
rest = (0, _objectWithoutProperties2.default)(_this$
|
|
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$
|
|
611
|
-
constrain = _this$
|
|
612
|
-
placement = _this$
|
|
613
|
-
mountNode = _this$
|
|
614
|
-
assistiveText = _this$
|
|
615
|
-
isShowingOptions = _this$
|
|
616
|
-
styles = _this$
|
|
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-
|
|
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-
|
|
27
|
-
"@instructure/ui-babel-preset": "10.19.2-snapshot-
|
|
28
|
-
"@instructure/ui-color-utils": "10.19.2-snapshot-
|
|
29
|
-
"@instructure/ui-scripts": "10.19.2-snapshot-
|
|
30
|
-
"@instructure/ui-test-utils": "10.19.2-snapshot-
|
|
31
|
-
"@instructure/ui-themes": "10.19.2-snapshot-
|
|
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.
|
|
35
|
-
"vitest": "^2.
|
|
34
|
+
"@testing-library/user-event": "^14.6.1",
|
|
35
|
+
"vitest": "^3.2.2"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@babel/runtime": "^7.
|
|
39
|
-
"@instructure/emotion": "10.19.2-snapshot-
|
|
40
|
-
"@instructure/shared-types": "10.19.2-snapshot-
|
|
41
|
-
"@instructure/ui-dom-utils": "10.19.2-snapshot-
|
|
42
|
-
"@instructure/ui-form-field": "10.19.2-snapshot-
|
|
43
|
-
"@instructure/ui-icons": "10.19.2-snapshot-
|
|
44
|
-
"@instructure/ui-options": "10.19.2-snapshot-
|
|
45
|
-
"@instructure/ui-popover": "10.19.2-snapshot-
|
|
46
|
-
"@instructure/ui-position": "10.19.2-snapshot-
|
|
47
|
-
"@instructure/ui-prop-types": "10.19.2-snapshot-
|
|
48
|
-
"@instructure/ui-react-utils": "10.19.2-snapshot-
|
|
49
|
-
"@instructure/ui-selectable": "10.19.2-snapshot-
|
|
50
|
-
"@instructure/ui-testable": "10.19.2-snapshot-
|
|
51
|
-
"@instructure/ui-text-input": "10.19.2-snapshot-
|
|
52
|
-
"@instructure/ui-utils": "10.19.2-snapshot-
|
|
53
|
-
"@instructure/ui-view": "10.19.2-snapshot-
|
|
54
|
-
"@instructure/uid": "10.19.2-snapshot-
|
|
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": {
|