@visns-studio/visns-components 3.8.7 → 3.8.9

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}
@@ -643,6 +643,7 @@ function GenericFormBuilder({ setting, urlParam, userProfile }) {
643
643
  className={renderClassName(
644
644
  a
645
645
  )}
646
+ style={{ height: '64.2px' }}
646
647
  >
647
648
  {renderField(a)}
648
649
  </div>
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.9",
58
58
  "description": "Various packages to assist in the development of our Custom Applications.",
59
59
  "main": "index.js",
60
60
  "scripts": {