revdev-components 0.103.0 → 0.104.0

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/build/index.js +3 -1
  2. package/package.json +1 -1
package/build/index.js CHANGED
@@ -4816,7 +4816,9 @@ function AppForm(_a) {
4816
4816
  onValid === null || onValid === void 0 ? void 0 : onValid(valid);
4817
4817
  }, [onValid, valid]);
4818
4818
  React.useEffect(function () {
4819
- console.info("%cform", CONSOLE_COLOR, "values", values);
4819
+ if (debug) {
4820
+ console.info("%cform", CONSOLE_COLOR, "values", values);
4821
+ }
4820
4822
  }, [values]);
4821
4823
  var handleValuesChange = React.useCallback(function (changedValues, values) {
4822
4824
  setValues(changedValues, values);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "revdev-components",
3
- "version": "0.103.0",
3
+ "version": "0.104.0",
4
4
  "main": "build/index.js",
5
5
  "module": "build/index.esm.js",
6
6
  "scripts": {