@arquimedes.co/eureka-forms 1.9.111 → 1.9.112-test
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.
|
@@ -145,6 +145,7 @@ function TextAreaStep(_a) {
|
|
|
145
145
|
} }));
|
|
146
146
|
} }) })) })), _jsx("div", __assign({ className: styles.errorMsg, style: {
|
|
147
147
|
color: formStyle.errorColor,
|
|
148
|
+
height: !postview && editable ? '0.75rem' : 0,
|
|
148
149
|
} }, { children: !!errors[step.id] && 'Este campo es obligatorio' }))] })));
|
|
149
150
|
}
|
|
150
151
|
else {
|
package/package.json
CHANGED