@visns-studio/visns-components 3.8.7 → 3.8.8

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.
@@ -928,7 +928,7 @@ function Field({
928
928
  cursor: 'pointer',
929
929
  }}
930
930
  >
931
- Choose file...
931
+ {inputValue.filename ? 'Replace File...' : 'Choose file...'}
932
932
  </label>
933
933
  <input
934
934
  id={settings.id}
package/package.json CHANGED
@@ -54,7 +54,7 @@
54
54
  "react-dom": "^17.0.1"
55
55
  },
56
56
  "name": "@visns-studio/visns-components",
57
- "version": "3.8.7",
57
+ "version": "3.8.8",
58
58
  "description": "Various packages to assist in the development of our Custom Applications.",
59
59
  "main": "index.js",
60
60
  "scripts": {