@zac-apps/commons 1.3.0 → 1.3.1

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