@zac-apps/commons 1.2.0 → 1.3.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/dist/index.js +2 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -345,6 +345,7 @@ function NumField(_ref) {
345
345
  minValue = _ref.minValue,
346
346
  maxValue = _ref.maxValue,
347
347
  adornment = _ref.adornment,
348
+ helperText = _ref.helperText,
348
349
  size = _ref.size;
349
350
  var _useState = useState(""),
350
351
  _useState2 = _slicedToArray(_useState, 2),
@@ -384,6 +385,7 @@ function NumField(_ref) {
384
385
  },
385
386
  value: input,
386
387
  error: error,
388
+ helperText: helperText,
387
389
  inputProps: {
388
390
  inputMode: "numeric"
389
391
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zac-apps/commons",
3
- "version": "1.2.0",
3
+ "version": "1.3.0",
4
4
  "scripts": {
5
5
  "rollup": "node_modules/rollup/dist/rollup.js",
6
6
  "dev": "next dev",