@bigbinary/neeto-form-frontend 1.2.9 → 1.2.10
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.
- package/dist/index.cjs.js +5 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +5 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -11822,10 +11822,14 @@ var Editor = function Editor(_ref) {
|
|
|
11822
11822
|
return /*#__PURE__*/React__default.createElement("div", {
|
|
11823
11823
|
className: "w-full cursor-auto"
|
|
11824
11824
|
}, /*#__PURE__*/React__default.createElement(Editor$1, {
|
|
11825
|
-
disabled: isLabelDisabled,
|
|
11826
11825
|
error: error,
|
|
11826
|
+
className: "px-2 pb-2",
|
|
11827
|
+
contentClassName: "border-none",
|
|
11828
|
+
disabled: isLabelDisabled,
|
|
11829
|
+
errorWrapperClassName: "border-none",
|
|
11827
11830
|
id: "editor",
|
|
11828
11831
|
initialValue: value,
|
|
11832
|
+
menuClassName: "border-none",
|
|
11829
11833
|
name: fieldName,
|
|
11830
11834
|
ref: editorRef,
|
|
11831
11835
|
onChange: function onChange(text) {
|