@mackin.com/styleguide 8.9.1 → 8.9.2
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/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -3218,7 +3218,7 @@ const roundPxPadding = '4px';
|
|
|
3218
3218
|
const Picker = (props) => {
|
|
3219
3219
|
const selectProps = __rest(props
|
|
3220
3220
|
// if we put numbers in, we expect them out
|
|
3221
|
-
, ["value", "options", "onValueChange", "readOnly", "round", "controlAlign"]);
|
|
3221
|
+
, ["value", "options", "onValueChange", "readOnly", "round", "controlAlign", "wrapperClassName", "iconClassName"]);
|
|
3222
3222
|
// if we put numbers in, we expect them out
|
|
3223
3223
|
let isNumber = false;
|
|
3224
3224
|
if (props.options && props.options.length) {
|