@mackin.com/styleguide 8.0.1 → 8.0.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
@@ -4013,7 +4013,7 @@ const TextArea = React__namespace.forwardRef((props, ref) => {
4013
4013
  const [localValue, setLocalValue] = React__namespace.useState(props.value);
4014
4014
  const inputRef = (ref !== null && ref !== void 0 ? ref : React__namespace.useRef(null));
4015
4015
  const [validationError, updateErrorMessage] = useInputValidationMessage(inputRef, props);
4016
- const nativeProps = __rest(props, ["onValueChange"]);
4016
+ const nativeProps = __rest(props, ["onValueChange", "customError"]);
4017
4017
  const theme = useThemeSafely();
4018
4018
  React__namespace.useEffect(() => {
4019
4019
  updateErrorMessage();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mackin.com/styleguide",
3
- "version": "8.0.1",
3
+ "version": "8.0.2",
4
4
  "description": "",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",