@supernova-studio/client 0.4.4 → 0.4.6
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 +19 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +19 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/docs-editor/prosemirror/schema.ts +19 -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
|
},
|
|
@@ -2727,6 +2730,9 @@ var newSchema = {
|
|
|
2727
2730
|
markSet: [],
|
|
2728
2731
|
groups: [],
|
|
2729
2732
|
attrs: {
|
|
2733
|
+
id: {
|
|
2734
|
+
default: null
|
|
2735
|
+
},
|
|
2730
2736
|
textAlign: {
|
|
2731
2737
|
hasDefault: true,
|
|
2732
2738
|
default: "left"
|
|
@@ -2745,6 +2751,7 @@ var newSchema = {
|
|
|
2745
2751
|
}
|
|
2746
2752
|
},
|
|
2747
2753
|
defaultAttrs: {
|
|
2754
|
+
id: null,
|
|
2748
2755
|
textAlign: "left",
|
|
2749
2756
|
colspan: 1,
|
|
2750
2757
|
rowspan: 1,
|
|
@@ -2765,6 +2772,9 @@ var newSchema = {
|
|
|
2765
2772
|
content: "(paragraph|image)+",
|
|
2766
2773
|
isolating: true,
|
|
2767
2774
|
attrs: {
|
|
2775
|
+
id: {
|
|
2776
|
+
default: null
|
|
2777
|
+
},
|
|
2768
2778
|
textAlign: {
|
|
2769
2779
|
default: "left"
|
|
2770
2780
|
},
|
|
@@ -2787,6 +2797,9 @@ var newSchema = {
|
|
|
2787
2797
|
markSet: [],
|
|
2788
2798
|
groups: [],
|
|
2789
2799
|
attrs: {
|
|
2800
|
+
id: {
|
|
2801
|
+
default: null
|
|
2802
|
+
},
|
|
2790
2803
|
textAlign: {
|
|
2791
2804
|
hasDefault: true,
|
|
2792
2805
|
default: "left"
|
|
@@ -2805,6 +2818,7 @@ var newSchema = {
|
|
|
2805
2818
|
}
|
|
2806
2819
|
},
|
|
2807
2820
|
defaultAttrs: {
|
|
2821
|
+
id: null,
|
|
2808
2822
|
textAlign: "left",
|
|
2809
2823
|
colspan: 1,
|
|
2810
2824
|
rowspan: 1,
|
|
@@ -3315,6 +3329,7 @@ var newSchema = {
|
|
|
3315
3329
|
defining: true,
|
|
3316
3330
|
attrs: {
|
|
3317
3331
|
id: {
|
|
3332
|
+
hasDefault: true,
|
|
3318
3333
|
default: null
|
|
3319
3334
|
},
|
|
3320
3335
|
definitionId: {
|
|
@@ -3333,6 +3348,9 @@ var newSchema = {
|
|
|
3333
3348
|
markSet: [],
|
|
3334
3349
|
groups: ["block"],
|
|
3335
3350
|
attrs: {
|
|
3351
|
+
id: {
|
|
3352
|
+
default: null
|
|
3353
|
+
},
|
|
3336
3354
|
definitionId: {
|
|
3337
3355
|
hasDefault: true,
|
|
3338
3356
|
default: "io.supernova.block.blockquote"
|
|
@@ -3343,6 +3361,7 @@ var newSchema = {
|
|
|
3343
3361
|
}
|
|
3344
3362
|
},
|
|
3345
3363
|
defaultAttrs: {
|
|
3364
|
+
id: null,
|
|
3346
3365
|
definitionId: "io.supernova.block.blockquote",
|
|
3347
3366
|
variantId: "default"
|
|
3348
3367
|
},
|