@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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. 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) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mackin.com/styleguide",
3
- "version": "8.9.1",
3
+ "version": "8.9.2",
4
4
  "description": "",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",