@instructure/ui-select 10.0.1-snapshot-12 → 10.0.1-snapshot-14
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,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
|
-
## [10.0.1-snapshot-
|
|
6
|
+
## [10.0.1-snapshot-14](https://github.com/instructure/instructure-ui/compare/v10.0.0...v10.0.1-snapshot-14) (2024-08-22)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package @instructure/ui-select
|
|
9
9
|
|
|
@@ -82,9 +82,7 @@ describe('<Select />', () => {
|
|
|
82
82
|
const _render3 = render( /*#__PURE__*/React.createElement(Select, {
|
|
83
83
|
renderLabel: "Choose an option",
|
|
84
84
|
onInputChange: () => {}
|
|
85
|
-
}, getOptions())
|
|
86
|
-
// eslint-disable-next-line @typescript-eslint/no-empty-function
|
|
87
|
-
),
|
|
85
|
+
}, getOptions())),
|
|
88
86
|
container = _render3.container;
|
|
89
87
|
const input = container.querySelector('input');
|
|
90
88
|
expect(input).toHaveAttribute('role', 'combobox');
|
|
@@ -85,9 +85,7 @@ describe('<Select />', () => {
|
|
|
85
85
|
const _render3 = (0, _react2.render)( /*#__PURE__*/_react.default.createElement(_index.default, {
|
|
86
86
|
renderLabel: "Choose an option",
|
|
87
87
|
onInputChange: () => {}
|
|
88
|
-
}, getOptions())
|
|
89
|
-
// eslint-disable-next-line @typescript-eslint/no-empty-function
|
|
90
|
-
),
|
|
88
|
+
}, getOptions())),
|
|
91
89
|
container = _render3.container;
|
|
92
90
|
const input = container.querySelector('input');
|
|
93
91
|
expect(input).toHaveAttribute('role', 'combobox');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui-select",
|
|
3
|
-
"version": "10.0.1-snapshot-
|
|
3
|
+
"version": "10.0.1-snapshot-14",
|
|
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,13 +23,13 @@
|
|
|
23
23
|
},
|
|
24
24
|
"license": "MIT",
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@instructure/ui-axe-check": "10.0.1-snapshot-
|
|
27
|
-
"@instructure/ui-babel-preset": "10.0.1-snapshot-
|
|
28
|
-
"@instructure/ui-color-utils": "10.0.1-snapshot-
|
|
29
|
-
"@instructure/ui-scripts": "10.0.1-snapshot-
|
|
30
|
-
"@instructure/ui-test-locator": "10.0.1-snapshot-
|
|
31
|
-
"@instructure/ui-test-utils": "10.0.1-snapshot-
|
|
32
|
-
"@instructure/ui-themes": "10.0.1-snapshot-
|
|
26
|
+
"@instructure/ui-axe-check": "10.0.1-snapshot-14",
|
|
27
|
+
"@instructure/ui-babel-preset": "10.0.1-snapshot-14",
|
|
28
|
+
"@instructure/ui-color-utils": "10.0.1-snapshot-14",
|
|
29
|
+
"@instructure/ui-scripts": "10.0.1-snapshot-14",
|
|
30
|
+
"@instructure/ui-test-locator": "10.0.1-snapshot-14",
|
|
31
|
+
"@instructure/ui-test-utils": "10.0.1-snapshot-14",
|
|
32
|
+
"@instructure/ui-themes": "10.0.1-snapshot-14",
|
|
33
33
|
"@testing-library/jest-dom": "^6.4.6",
|
|
34
34
|
"@testing-library/react": "^15.0.7",
|
|
35
35
|
"@testing-library/user-event": "^14.5.2",
|
|
@@ -37,22 +37,22 @@
|
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@babel/runtime": "^7.24.5",
|
|
40
|
-
"@instructure/emotion": "10.0.1-snapshot-
|
|
41
|
-
"@instructure/shared-types": "10.0.1-snapshot-
|
|
42
|
-
"@instructure/ui-dom-utils": "10.0.1-snapshot-
|
|
43
|
-
"@instructure/ui-form-field": "10.0.1-snapshot-
|
|
44
|
-
"@instructure/ui-icons": "10.0.1-snapshot-
|
|
45
|
-
"@instructure/ui-options": "10.0.1-snapshot-
|
|
46
|
-
"@instructure/ui-popover": "10.0.1-snapshot-
|
|
47
|
-
"@instructure/ui-position": "10.0.1-snapshot-
|
|
48
|
-
"@instructure/ui-prop-types": "10.0.1-snapshot-
|
|
49
|
-
"@instructure/ui-react-utils": "10.0.1-snapshot-
|
|
50
|
-
"@instructure/ui-selectable": "10.0.1-snapshot-
|
|
51
|
-
"@instructure/ui-testable": "10.0.1-snapshot-
|
|
52
|
-
"@instructure/ui-text-input": "10.0.1-snapshot-
|
|
53
|
-
"@instructure/ui-utils": "10.0.1-snapshot-
|
|
54
|
-
"@instructure/ui-view": "10.0.1-snapshot-
|
|
55
|
-
"@instructure/uid": "10.0.1-snapshot-
|
|
40
|
+
"@instructure/emotion": "10.0.1-snapshot-14",
|
|
41
|
+
"@instructure/shared-types": "10.0.1-snapshot-14",
|
|
42
|
+
"@instructure/ui-dom-utils": "10.0.1-snapshot-14",
|
|
43
|
+
"@instructure/ui-form-field": "10.0.1-snapshot-14",
|
|
44
|
+
"@instructure/ui-icons": "10.0.1-snapshot-14",
|
|
45
|
+
"@instructure/ui-options": "10.0.1-snapshot-14",
|
|
46
|
+
"@instructure/ui-popover": "10.0.1-snapshot-14",
|
|
47
|
+
"@instructure/ui-position": "10.0.1-snapshot-14",
|
|
48
|
+
"@instructure/ui-prop-types": "10.0.1-snapshot-14",
|
|
49
|
+
"@instructure/ui-react-utils": "10.0.1-snapshot-14",
|
|
50
|
+
"@instructure/ui-selectable": "10.0.1-snapshot-14",
|
|
51
|
+
"@instructure/ui-testable": "10.0.1-snapshot-14",
|
|
52
|
+
"@instructure/ui-text-input": "10.0.1-snapshot-14",
|
|
53
|
+
"@instructure/ui-utils": "10.0.1-snapshot-14",
|
|
54
|
+
"@instructure/ui-view": "10.0.1-snapshot-14",
|
|
55
|
+
"@instructure/uid": "10.0.1-snapshot-14",
|
|
56
56
|
"prop-types": "^15.8.1"
|
|
57
57
|
},
|
|
58
58
|
"peerDependencies": {
|
|
@@ -103,7 +103,6 @@ describe('<Select />', () => {
|
|
|
103
103
|
<Select renderLabel="Choose an option" onInputChange={() => {}}>
|
|
104
104
|
{getOptions()}
|
|
105
105
|
</Select>
|
|
106
|
-
// eslint-disable-next-line @typescript-eslint/no-empty-function
|
|
107
106
|
)
|
|
108
107
|
const input = container.querySelector('input')
|
|
109
108
|
expect(input).toHaveAttribute('role', 'combobox')
|