@arquimedes.co/eureka-forms 1.9.27-test → 1.9.28-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.
@@ -94,7 +94,9 @@ function FormComponent(_a) {
94
94
  minHeight: form.isStandAlone && !isWidget ? '100vh' : '100%',
95
95
  } }, { children: _jsx("div", __assign({ className: styles.widgetFormContainer, ref: containerRef }, { children: _jsx(FormTypeComponent, __assign({}, others, { handleLoaded: function () {
96
96
  setLoaded(true);
97
- }, widthStats: widthStats, form: form, internal: internal, postview: postview, organization: organization, formStyle: internal ? InternalFormStyle : form.style })) })) })));
97
+ }, widthStats: widthStats, form: form, internal: internal, postview: postview, organization: organization, formStyle: internal
98
+ ? InternalFormStyle
99
+ : __assign(__assign({}, InternalFormStyle), form.style) })) })) })));
98
100
  }
99
101
  else if (organization && widthStats !== undefined) {
100
102
  //Standalone cant have widget
@@ -5,4 +5,3 @@ export type { StepProps, EurekaFormProps };
5
5
  export { EurekaForm, StepFunctions };
6
6
  export default EurekaForm;
7
7
  export { default as ReactFromModule } from 'react';
8
- export { mapOriginalValues } from './FormComponents/Form/ColumnForm/ColumnForm';
package/dist/index.lib.js CHANGED
@@ -3,4 +3,3 @@ import * as StepFunctions from './FormComponents/Step/StepFunctions';
3
3
  export { EurekaForm, StepFunctions };
4
4
  export default EurekaForm;
5
5
  export { default as ReactFromModule } from 'react';
6
- export { mapOriginalValues } from './FormComponents/Form/ColumnForm/ColumnForm';
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.27-test",
4
+ "version":"1.9.28-test",
5
5
  "scripts": {
6
6
  "start": "react-scripts start",
7
7
  "build": "react-scripts build",