@arquimedes.co/eureka-forms 2.0.77 → 2.0.78

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.
@@ -52,12 +52,13 @@ function ConfirmationDialog(_a) {
52
52
  fontSize: widthStats.isMobile ? '100px' : '160px',
53
53
  } }) })));
54
54
  };
55
- var renderConfirmation = function () {
55
+ var renderConfirmation = function (state) {
56
+ if (state === void 0) { state = editorState; }
56
57
  if (hasText) {
57
58
  return (_jsx("div", __assign({ className: styles.messageContainer, style: {
58
59
  fontSize: widthStats.isMobile ? '1.1rem' : '1.4rem',
59
60
  padding: widthStats.isMobile ? '5px 0px' : '20px 0px',
60
- } }, { children: _jsx(Editor, { editorClassName: 'Erk-Forms-Confirmation', editorState: editorState, readOnly: true, toolbarHidden: true }) })));
61
+ } }, { children: _jsx(Editor, { editorClassName: 'Erk-Forms-Confirmation', editorState: state, readOnly: true, toolbarHidden: true }) })));
61
62
  }
62
63
  };
63
64
  var renderLink = function () {
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.77",
4
+ "version": "2.0.78",
5
5
  "scripts": {
6
6
  "start": "react-scripts start",
7
7
  "build": "react-scripts build",