@arquimedes.co/eureka-forms 2.0.53 → 2.0.54

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.
@@ -103,8 +103,6 @@ function TextAreaStep(_a) {
103
103
  editorClassName += ' postview-editor';
104
104
  }
105
105
  return (_jsxs("div", __assign({ className: styles.textEditorContainer, style: {
106
- breakInside: 'avoid',
107
- pageBreakAfter: 'auto',
108
106
  '--eureka-outline': formStyle.outlineColor,
109
107
  '--eureka-primary': formStyle.primaryColor,
110
108
  } }, { children: [step.label && (_jsxs("div", __assign({ className: styles.textEditorLabel, style: {
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": "2.0.53",
4
+ "version": "2.0.54",
5
5
  "scripts": {
6
6
  "start": "react-scripts start",
7
7
  "build": "react-scripts build",