@supernova-studio/client 0.4.4 → 0.4.5
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.js +6 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/docs-editor/prosemirror/schema.ts +6 -0
package/dist/index.js
CHANGED
|
@@ -2705,6 +2705,9 @@ var newSchema = {
|
|
|
2705
2705
|
content: "(paragraph|image)+",
|
|
2706
2706
|
isolating: true,
|
|
2707
2707
|
attrs: {
|
|
2708
|
+
id: {
|
|
2709
|
+
default: null
|
|
2710
|
+
},
|
|
2708
2711
|
textAlign: {
|
|
2709
2712
|
default: "left"
|
|
2710
2713
|
},
|
|
@@ -2765,6 +2768,9 @@ var newSchema = {
|
|
|
2765
2768
|
content: "(paragraph|image)+",
|
|
2766
2769
|
isolating: true,
|
|
2767
2770
|
attrs: {
|
|
2771
|
+
id: {
|
|
2772
|
+
default: null
|
|
2773
|
+
},
|
|
2768
2774
|
textAlign: {
|
|
2769
2775
|
default: "left"
|
|
2770
2776
|
},
|