@scenid/react-formulator 2.2.3 → 2.2.4

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/dist/index.cjs.js CHANGED
@@ -54828,7 +54828,7 @@ var FormRepeaterGrid = function FormRepeaterGrid(_ref) {
54828
54828
  selected: selected,
54829
54829
  disabled: disabled
54830
54830
  };
54831
- }), 2);
54831
+ }), 1);
54832
54832
  }, [options, entries, blockedOptions]);
54833
54833
  return /*#__PURE__*/React__default["default"].createElement(material.Box, {
54834
54834
  width: "100%"
package/dist/index.esm.js CHANGED
@@ -54815,7 +54815,7 @@ var FormRepeaterGrid = function FormRepeaterGrid(_ref) {
54815
54815
  selected: selected,
54816
54816
  disabled: disabled
54817
54817
  };
54818
- }), 2);
54818
+ }), 1);
54819
54819
  }, [options, entries, blockedOptions]);
54820
54820
  return /*#__PURE__*/React.createElement(Box, {
54821
54821
  width: "100%"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scenid/react-formulator",
3
- "version": "2.2.3",
3
+ "version": "2.2.4",
4
4
  "main": "dist/index.cjs.js",
5
5
  "module": "dist/index.esm.js",
6
6
  "repository": "https://dennykoch@bitbucket.org/scenid/react-formulator.git",