@thangph2146/nextjs-editor 1.0.8 → 1.0.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/README.md +3 -3
- package/dist/index.cjs +2 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/styles.css +1999 -2011
- package/package.json +1 -2
package/dist/index.js
CHANGED
|
@@ -33691,7 +33691,8 @@ function Editor({
|
|
|
33691
33691
|
{
|
|
33692
33692
|
ref: editorRef,
|
|
33693
33693
|
className: cn(
|
|
33694
|
-
"
|
|
33694
|
+
"w-full min-w-0",
|
|
33695
|
+
!readOnly && "bg-background rounded-lg shadow"
|
|
33695
33696
|
),
|
|
33696
33697
|
id: "editor-x",
|
|
33697
33698
|
children: /* @__PURE__ */ jsx96(EditorContainerProvider, { value: { maxWidth: editorMaxWidth }, children: /* @__PURE__ */ jsx96(
|