@instructure/ui-select
Advanced tools
Comparing version 10.11.1-snapshot-12 to 10.11.1-snapshot-14
@@ -6,3 +6,3 @@ # Change Log | ||
## [10.11.1-snapshot-12](https://github.com/instructure/instructure-ui/compare/v10.11.0...v10.11.1-snapshot-12) (2025-02-21) | ||
## [10.11.1-snapshot-14](https://github.com/instructure/instructure-ui/compare/v10.11.0...v10.11.1-snapshot-14) (2025-02-21) | ||
@@ -15,5 +15,10 @@ | ||
### Features | ||
* **ui-popover, ui-select:** allow overriding Select's dropdown border ([90d59d3](https://github.com/instructure/instructure-ui/commit/90d59d3c3689c3a1500c37db363fa43c1b8403d7)) | ||
# [10.11.0](https://github.com/instructure/instructure-ui/compare/v10.10.0...v10.11.0) (2025-02-03) | ||
@@ -20,0 +25,0 @@ |
@@ -548,3 +548,4 @@ import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties"; | ||
shouldReturnFocus: false, | ||
withArrow: false | ||
withArrow: false, | ||
borderWidth: styles === null || styles === void 0 ? void 0 : styles.popoverBorderWidth | ||
}, this.renderList({ | ||
@@ -551,0 +552,0 @@ getListProps, |
@@ -60,5 +60,6 @@ /* | ||
display: 'none' | ||
} | ||
}, | ||
popoverBorderWidth: componentTheme.popoverBorderWidth | ||
}; | ||
}; | ||
export default generateStyle; |
@@ -42,3 +42,4 @@ /* | ||
color: colors === null || colors === void 0 ? void 0 : (_colors$contrasts = colors.contrasts) === null || _colors$contrasts === void 0 ? void 0 : _colors$contrasts.grey125125, | ||
background: colors === null || colors === void 0 ? void 0 : (_colors$contrasts2 = colors.contrasts) === null || _colors$contrasts2 === void 0 ? void 0 : _colors$contrasts2.white1010 | ||
background: colors === null || colors === void 0 ? void 0 : (_colors$contrasts2 = colors.contrasts) === null || _colors$contrasts2 === void 0 ? void 0 : _colors$contrasts2.white1010, | ||
popoverBorderWidth: 'small' | ||
}; | ||
@@ -45,0 +46,0 @@ return { |
@@ -560,3 +560,4 @@ "use strict"; | ||
shouldReturnFocus: false, | ||
withArrow: false | ||
withArrow: false, | ||
borderWidth: styles === null || styles === void 0 ? void 0 : styles.popoverBorderWidth | ||
}, this.renderList({ | ||
@@ -563,0 +564,0 @@ getListProps, |
@@ -66,5 +66,6 @@ "use strict"; | ||
display: 'none' | ||
} | ||
}, | ||
popoverBorderWidth: componentTheme.popoverBorderWidth | ||
}; | ||
}; | ||
var _default = exports.default = generateStyle; |
@@ -48,3 +48,4 @@ "use strict"; | ||
color: colors === null || colors === void 0 ? void 0 : (_colors$contrasts = colors.contrasts) === null || _colors$contrasts === void 0 ? void 0 : _colors$contrasts.grey125125, | ||
background: colors === null || colors === void 0 ? void 0 : (_colors$contrasts2 = colors.contrasts) === null || _colors$contrasts2 === void 0 ? void 0 : _colors$contrasts2.white1010 | ||
background: colors === null || colors === void 0 ? void 0 : (_colors$contrasts2 = colors.contrasts) === null || _colors$contrasts2 === void 0 ? void 0 : _colors$contrasts2.white1010, | ||
popoverBorderWidth: 'small' | ||
}; | ||
@@ -51,0 +52,0 @@ return { |
{ | ||
"name": "@instructure/ui-select", | ||
"version": "10.11.1-snapshot-12", | ||
"version": "10.11.1-snapshot-14", | ||
"description": "A component for select and autocomplete behavior.", | ||
@@ -26,9 +26,9 @@ "author": "Instructure, Inc. Engineering and Product Design", | ||
"devDependencies": { | ||
"@instructure/ui-axe-check": "10.11.1-snapshot-12", | ||
"@instructure/ui-babel-preset": "10.11.1-snapshot-12", | ||
"@instructure/ui-color-utils": "10.11.1-snapshot-12", | ||
"@instructure/ui-scripts": "10.11.1-snapshot-12", | ||
"@instructure/ui-test-locator": "10.11.1-snapshot-12", | ||
"@instructure/ui-test-utils": "10.11.1-snapshot-12", | ||
"@instructure/ui-themes": "10.11.1-snapshot-12", | ||
"@instructure/ui-axe-check": "10.11.1-snapshot-14", | ||
"@instructure/ui-babel-preset": "10.11.1-snapshot-14", | ||
"@instructure/ui-color-utils": "10.11.1-snapshot-14", | ||
"@instructure/ui-scripts": "10.11.1-snapshot-14", | ||
"@instructure/ui-test-locator": "10.11.1-snapshot-14", | ||
"@instructure/ui-test-utils": "10.11.1-snapshot-14", | ||
"@instructure/ui-themes": "10.11.1-snapshot-14", | ||
"@testing-library/jest-dom": "^6.6.3", | ||
@@ -41,18 +41,18 @@ "@testing-library/react": "^16.0.1", | ||
"@babel/runtime": "^7.26.0", | ||
"@instructure/emotion": "10.11.1-snapshot-12", | ||
"@instructure/shared-types": "10.11.1-snapshot-12", | ||
"@instructure/ui-dom-utils": "10.11.1-snapshot-12", | ||
"@instructure/ui-form-field": "10.11.1-snapshot-12", | ||
"@instructure/ui-icons": "10.11.1-snapshot-12", | ||
"@instructure/ui-options": "10.11.1-snapshot-12", | ||
"@instructure/ui-popover": "10.11.1-snapshot-12", | ||
"@instructure/ui-position": "10.11.1-snapshot-12", | ||
"@instructure/ui-prop-types": "10.11.1-snapshot-12", | ||
"@instructure/ui-react-utils": "10.11.1-snapshot-12", | ||
"@instructure/ui-selectable": "10.11.1-snapshot-12", | ||
"@instructure/ui-testable": "10.11.1-snapshot-12", | ||
"@instructure/ui-text-input": "10.11.1-snapshot-12", | ||
"@instructure/ui-utils": "10.11.1-snapshot-12", | ||
"@instructure/ui-view": "10.11.1-snapshot-12", | ||
"@instructure/uid": "10.11.1-snapshot-12", | ||
"@instructure/emotion": "10.11.1-snapshot-14", | ||
"@instructure/shared-types": "10.11.1-snapshot-14", | ||
"@instructure/ui-dom-utils": "10.11.1-snapshot-14", | ||
"@instructure/ui-form-field": "10.11.1-snapshot-14", | ||
"@instructure/ui-icons": "10.11.1-snapshot-14", | ||
"@instructure/ui-options": "10.11.1-snapshot-14", | ||
"@instructure/ui-popover": "10.11.1-snapshot-14", | ||
"@instructure/ui-position": "10.11.1-snapshot-14", | ||
"@instructure/ui-prop-types": "10.11.1-snapshot-14", | ||
"@instructure/ui-react-utils": "10.11.1-snapshot-14", | ||
"@instructure/ui-selectable": "10.11.1-snapshot-14", | ||
"@instructure/ui-testable": "10.11.1-snapshot-14", | ||
"@instructure/ui-text-input": "10.11.1-snapshot-14", | ||
"@instructure/ui-utils": "10.11.1-snapshot-14", | ||
"@instructure/ui-view": "10.11.1-snapshot-14", | ||
"@instructure/uid": "10.11.1-snapshot-14", | ||
"prop-types": "^15.8.1" | ||
@@ -59,0 +59,0 @@ }, |
@@ -276,3 +276,5 @@ /* | ||
type SelectStyle = ComponentStyle<'select' | 'icon' | 'assistiveText'> | ||
type SelectStyle = ComponentStyle< | ||
'select' | 'icon' | 'assistiveText' | 'popoverBorderWidth' | ||
> | ||
@@ -279,0 +281,0 @@ const propTypes: PropValidators<PropKeys> = { |
@@ -62,3 +62,4 @@ /* | ||
display: 'none' | ||
} | ||
}, | ||
popoverBorderWidth: componentTheme.popoverBorderWidth | ||
} | ||
@@ -65,0 +66,0 @@ } |
@@ -45,3 +45,4 @@ /* | ||
color: colors?.contrasts?.grey125125, | ||
background: colors?.contrasts?.white1010 | ||
background: colors?.contrasts?.white1010, | ||
popoverBorderWidth: 'small' | ||
} | ||
@@ -48,0 +49,0 @@ |
@@ -178,3 +178,3 @@ import React, { InputHTMLAttributes } from 'react'; | ||
type SelectProps = SelectOwnProps & WithStyleProps<SelectTheme, SelectStyle> & OtherHTMLAttributes<SelectOwnProps, InputHTMLAttributes<SelectOwnProps & Element>> & WithDeterministicIdProps; | ||
type SelectStyle = ComponentStyle<'select' | 'icon' | 'assistiveText'>; | ||
type SelectStyle = ComponentStyle<'select' | 'icon' | 'assistiveText' | 'popoverBorderWidth'>; | ||
declare const propTypes: PropValidators<PropKeys>; | ||
@@ -181,0 +181,0 @@ declare const allowedProps: AllowedPropKeys; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1017550
8369
+ Added@instructure/console@10.11.1-snapshot-14(transitive)
+ Added@instructure/debounce@10.11.1-snapshot-14(transitive)
+ Added@instructure/emotion@10.11.1-snapshot-14(transitive)
+ Added@instructure/shared-types@10.11.1-snapshot-14(transitive)
+ Added@instructure/theme-registry@10.11.1-snapshot-14(transitive)
+ Added@instructure/ui-a11y-content@10.11.1-snapshot-14(transitive)
+ Added@instructure/ui-a11y-utils@10.11.1-snapshot-14(transitive)
+ Added@instructure/ui-color-utils@10.11.1-snapshot-14(transitive)
+ Added@instructure/ui-decorator@10.11.1-snapshot-14(transitive)
+ Added@instructure/ui-dialog@10.11.1-snapshot-14(transitive)
+ Added@instructure/ui-dom-utils@10.11.1-snapshot-14(transitive)
+ Added@instructure/ui-form-field@10.11.1-snapshot-14(transitive)
+ Added@instructure/ui-grid@10.11.1-snapshot-14(transitive)
+ Added@instructure/ui-i18n@10.11.1-snapshot-14(transitive)
+ Added@instructure/ui-icons@10.11.1-snapshot-14(transitive)
+ Added@instructure/ui-options@10.11.1-snapshot-14(transitive)
+ Added@instructure/ui-popover@10.11.1-snapshot-14(transitive)
+ Added@instructure/ui-portal@10.11.1-snapshot-14(transitive)
+ Added@instructure/ui-position@10.11.1-snapshot-14(transitive)
+ Added@instructure/ui-prop-types@10.11.1-snapshot-14(transitive)
+ Added@instructure/ui-react-utils@10.11.1-snapshot-14(transitive)
+ Added@instructure/ui-selectable@10.11.1-snapshot-14(transitive)
+ Added@instructure/ui-svg-images@10.11.1-snapshot-14(transitive)
+ Added@instructure/ui-tag@10.11.1-snapshot-14(transitive)
+ Added@instructure/ui-testable@10.11.1-snapshot-14(transitive)
+ Added@instructure/ui-text-input@10.11.1-snapshot-14(transitive)
+ Added@instructure/ui-themes@10.11.1-snapshot-14(transitive)
+ Added@instructure/ui-utils@10.11.1-snapshot-14(transitive)
+ Added@instructure/ui-view@10.11.1-snapshot-14(transitive)
+ Added@instructure/uid@10.11.1-snapshot-14(transitive)
- Removed@instructure/console@10.11.1-snapshot-12(transitive)
- Removed@instructure/debounce@10.11.1-snapshot-12(transitive)
- Removed@instructure/emotion@10.11.1-snapshot-12(transitive)
- Removed@instructure/shared-types@10.11.1-snapshot-12(transitive)
- Removed@instructure/theme-registry@10.11.1-snapshot-12(transitive)
- Removed@instructure/ui-a11y-content@10.11.1-snapshot-12(transitive)
- Removed@instructure/ui-a11y-utils@10.11.1-snapshot-12(transitive)
- Removed@instructure/ui-color-utils@10.11.1-snapshot-12(transitive)
- Removed@instructure/ui-decorator@10.11.1-snapshot-12(transitive)
- Removed@instructure/ui-dialog@10.11.1-snapshot-12(transitive)
- Removed@instructure/ui-dom-utils@10.11.1-snapshot-12(transitive)
- Removed@instructure/ui-form-field@10.11.1-snapshot-12(transitive)
- Removed@instructure/ui-grid@10.11.1-snapshot-12(transitive)
- Removed@instructure/ui-i18n@10.11.1-snapshot-12(transitive)
- Removed@instructure/ui-icons@10.11.1-snapshot-12(transitive)
- Removed@instructure/ui-options@10.11.1-snapshot-12(transitive)
- Removed@instructure/ui-popover@10.11.1-snapshot-12(transitive)
- Removed@instructure/ui-portal@10.11.1-snapshot-12(transitive)
- Removed@instructure/ui-position@10.11.1-snapshot-12(transitive)
- Removed@instructure/ui-prop-types@10.11.1-snapshot-12(transitive)
- Removed@instructure/ui-react-utils@10.11.1-snapshot-12(transitive)
- Removed@instructure/ui-selectable@10.11.1-snapshot-12(transitive)
- Removed@instructure/ui-svg-images@10.11.1-snapshot-12(transitive)
- Removed@instructure/ui-tag@10.11.1-snapshot-12(transitive)
- Removed@instructure/ui-testable@10.11.1-snapshot-12(transitive)
- Removed@instructure/ui-text-input@10.11.1-snapshot-12(transitive)
- Removed@instructure/ui-themes@10.11.1-snapshot-12(transitive)
- Removed@instructure/ui-utils@10.11.1-snapshot-12(transitive)
- Removed@instructure/ui-view@10.11.1-snapshot-12(transitive)
- Removed@instructure/uid@10.11.1-snapshot-12(transitive)