@arquimedes.co/eureka-forms 1.9.59 → 1.9.60

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.
@@ -4,11 +4,10 @@
4
4
  width: 900px;
5
5
  max-width: 100%;
6
6
  margin-top: 5px;
7
+ margin-bottom: 10px;
7
8
  }
8
9
 
9
10
  .collapsibleLabel {
10
- margin-top: 10px;
11
- margin-bottom: 10px;
12
11
  margin-left: 10px;
13
12
  font-size: 20px;
14
13
  font-weight: 600;
@@ -203,9 +203,7 @@ function FileUploadStep(_a) {
203
203
  };
204
204
  return (_jsxs("div", __assign({ className: styles.container +
205
205
  (error || !!errors[step.id] ? ' EF-error' : ''), style: editable == false || postview
206
- ? {
207
- paddingBottom: 5,
208
- }
206
+ ? {}
209
207
  : {
210
208
  minHeight: '100px',
211
209
  }, "data-testid": step.id }, { children: [_jsx("div", __assign({ className: styles.labelLabel }, { children: step.label })), step.description && (_jsx("div", __assign({ className: styles.stepDescriptionLabel, style: { color: formStyle.descriptionTextColor } }, { children: step.description }))), _jsx("input", { type: "file", ref: inputRef, className: styles.filesInput, onChange: function (e) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@arquimedes.co/eureka-forms",
3
3
  "repository": "git://github.com/Arquimede5/Eureka-Forms.git",
4
- "version": "1.9.59",
4
+ "version": "1.9.60",
5
5
  "scripts": {
6
6
  "start": "react-scripts start",
7
7
  "build": "react-scripts build",