@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.cjs.js
CHANGED
|
@@ -11858,10 +11858,14 @@ var Editor = function Editor(_ref) {
|
|
|
11858
11858
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
11859
11859
|
className: "w-full cursor-auto"
|
|
11860
11860
|
}, /*#__PURE__*/React__default["default"].createElement(neetoEditor.Editor, {
|
|
11861
|
-
disabled: isLabelDisabled,
|
|
11862
11861
|
error: error,
|
|
11862
|
+
className: "px-2 pb-2",
|
|
11863
|
+
contentClassName: "border-none",
|
|
11864
|
+
disabled: isLabelDisabled,
|
|
11865
|
+
errorWrapperClassName: "border-none",
|
|
11863
11866
|
id: "editor",
|
|
11864
11867
|
initialValue: value,
|
|
11868
|
+
menuClassName: "border-none",
|
|
11865
11869
|
name: fieldName,
|
|
11866
11870
|
ref: editorRef,
|
|
11867
11871
|
onChange: function onChange(text) {
|