@instructure/ui-select 10.11.1-snapshot-7 → 10.11.1-snapshot-8
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 +2 -1
- package/lib/Select/index.js +2 -1
- package/package.json +24 -24
- package/src/Select/index.tsx +2 -1
- package/tsconfig.build.tsbuildinfo +1 -1
- package/types/Select/index.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.11.1-snapshot-
|
|
6
|
+
## [10.11.1-snapshot-8](https://github.com/instructure/instructure-ui/compare/v10.11.0...v10.11.1-snapshot-8) (2025-02-14)
|
|
7
7
|
|
|
8
|
-
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **ui-select:** fix select's dropdown border radius ([7427773](https://github.com/instructure/instructure-ui/commit/74277738698fd9014a6cd5e4043f717914bc863d))
|
|
9
12
|
|
|
10
13
|
|
|
11
14
|
|
package/es/Select/index.js
CHANGED
|
@@ -384,7 +384,8 @@ let Select = (_dec = withDeterministicId(), _dec2 = withStyle(generateStyle, gen
|
|
|
384
384
|
maxHeight: optionsMaxHeight || this._optionHeight * visibleOptionsCount,
|
|
385
385
|
maxWidth: optionsMaxWidth || this.width,
|
|
386
386
|
background: 'primary',
|
|
387
|
-
elementRef: node => this._listView = node
|
|
387
|
+
elementRef: node => this._listView = node,
|
|
388
|
+
borderRadius: 'medium'
|
|
388
389
|
} : {
|
|
389
390
|
maxHeight: 0
|
|
390
391
|
};
|
package/lib/Select/index.js
CHANGED
|
@@ -396,7 +396,8 @@ let Select = exports.Select = (_dec = (0, _withDeterministicId.withDeterministic
|
|
|
396
396
|
maxHeight: optionsMaxHeight || this._optionHeight * visibleOptionsCount,
|
|
397
397
|
maxWidth: optionsMaxWidth || this.width,
|
|
398
398
|
background: 'primary',
|
|
399
|
-
elementRef: node => this._listView = node
|
|
399
|
+
elementRef: node => this._listView = node,
|
|
400
|
+
borderRadius: 'medium'
|
|
400
401
|
} : {
|
|
401
402
|
maxHeight: 0
|
|
402
403
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui-select",
|
|
3
|
-
"version": "10.11.1-snapshot-
|
|
3
|
+
"version": "10.11.1-snapshot-8",
|
|
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.11.1-snapshot-
|
|
27
|
-
"@instructure/ui-babel-preset": "10.11.1-snapshot-
|
|
28
|
-
"@instructure/ui-color-utils": "10.11.1-snapshot-
|
|
29
|
-
"@instructure/ui-scripts": "10.11.1-snapshot-
|
|
30
|
-
"@instructure/ui-test-locator": "10.11.1-snapshot-
|
|
31
|
-
"@instructure/ui-test-utils": "10.11.1-snapshot-
|
|
32
|
-
"@instructure/ui-themes": "10.11.1-snapshot-
|
|
26
|
+
"@instructure/ui-axe-check": "10.11.1-snapshot-8",
|
|
27
|
+
"@instructure/ui-babel-preset": "10.11.1-snapshot-8",
|
|
28
|
+
"@instructure/ui-color-utils": "10.11.1-snapshot-8",
|
|
29
|
+
"@instructure/ui-scripts": "10.11.1-snapshot-8",
|
|
30
|
+
"@instructure/ui-test-locator": "10.11.1-snapshot-8",
|
|
31
|
+
"@instructure/ui-test-utils": "10.11.1-snapshot-8",
|
|
32
|
+
"@instructure/ui-themes": "10.11.1-snapshot-8",
|
|
33
33
|
"@testing-library/jest-dom": "^6.6.3",
|
|
34
34
|
"@testing-library/react": "^16.0.1",
|
|
35
35
|
"@testing-library/user-event": "^14.5.2",
|
|
@@ -37,22 +37,22 @@
|
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@babel/runtime": "^7.26.0",
|
|
40
|
-
"@instructure/emotion": "10.11.1-snapshot-
|
|
41
|
-
"@instructure/shared-types": "10.11.1-snapshot-
|
|
42
|
-
"@instructure/ui-dom-utils": "10.11.1-snapshot-
|
|
43
|
-
"@instructure/ui-form-field": "10.11.1-snapshot-
|
|
44
|
-
"@instructure/ui-icons": "10.11.1-snapshot-
|
|
45
|
-
"@instructure/ui-options": "10.11.1-snapshot-
|
|
46
|
-
"@instructure/ui-popover": "10.11.1-snapshot-
|
|
47
|
-
"@instructure/ui-position": "10.11.1-snapshot-
|
|
48
|
-
"@instructure/ui-prop-types": "10.11.1-snapshot-
|
|
49
|
-
"@instructure/ui-react-utils": "10.11.1-snapshot-
|
|
50
|
-
"@instructure/ui-selectable": "10.11.1-snapshot-
|
|
51
|
-
"@instructure/ui-testable": "10.11.1-snapshot-
|
|
52
|
-
"@instructure/ui-text-input": "10.11.1-snapshot-
|
|
53
|
-
"@instructure/ui-utils": "10.11.1-snapshot-
|
|
54
|
-
"@instructure/ui-view": "10.11.1-snapshot-
|
|
55
|
-
"@instructure/uid": "10.11.1-snapshot-
|
|
40
|
+
"@instructure/emotion": "10.11.1-snapshot-8",
|
|
41
|
+
"@instructure/shared-types": "10.11.1-snapshot-8",
|
|
42
|
+
"@instructure/ui-dom-utils": "10.11.1-snapshot-8",
|
|
43
|
+
"@instructure/ui-form-field": "10.11.1-snapshot-8",
|
|
44
|
+
"@instructure/ui-icons": "10.11.1-snapshot-8",
|
|
45
|
+
"@instructure/ui-options": "10.11.1-snapshot-8",
|
|
46
|
+
"@instructure/ui-popover": "10.11.1-snapshot-8",
|
|
47
|
+
"@instructure/ui-position": "10.11.1-snapshot-8",
|
|
48
|
+
"@instructure/ui-prop-types": "10.11.1-snapshot-8",
|
|
49
|
+
"@instructure/ui-react-utils": "10.11.1-snapshot-8",
|
|
50
|
+
"@instructure/ui-selectable": "10.11.1-snapshot-8",
|
|
51
|
+
"@instructure/ui-testable": "10.11.1-snapshot-8",
|
|
52
|
+
"@instructure/ui-text-input": "10.11.1-snapshot-8",
|
|
53
|
+
"@instructure/ui-utils": "10.11.1-snapshot-8",
|
|
54
|
+
"@instructure/ui-view": "10.11.1-snapshot-8",
|
|
55
|
+
"@instructure/uid": "10.11.1-snapshot-8",
|
|
56
56
|
"prop-types": "^15.8.1"
|
|
57
57
|
},
|
|
58
58
|
"peerDependencies": {
|
package/src/Select/index.tsx
CHANGED
|
@@ -523,7 +523,8 @@ class Select extends Component<SelectProps> {
|
|
|
523
523
|
optionsMaxHeight || this._optionHeight * visibleOptionsCount!,
|
|
524
524
|
maxWidth: optionsMaxWidth || this.width,
|
|
525
525
|
background: 'primary',
|
|
526
|
-
elementRef: (node: Element | null) => (this._listView = node)
|
|
526
|
+
elementRef: (node: Element | null) => (this._listView = node),
|
|
527
|
+
borderRadius: 'medium'
|
|
527
528
|
}
|
|
528
529
|
: { maxHeight: 0 }
|
|
529
530
|
|