@supernova-studio/client 0.4.5 → 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 CHANGED
@@ -2730,6 +2730,9 @@ var newSchema = {
2730
2730
  markSet: [],
2731
2731
  groups: [],
2732
2732
  attrs: {
2733
+ id: {
2734
+ default: null
2735
+ },
2733
2736
  textAlign: {
2734
2737
  hasDefault: true,
2735
2738
  default: "left"
@@ -2748,6 +2751,7 @@ var newSchema = {
2748
2751
  }
2749
2752
  },
2750
2753
  defaultAttrs: {
2754
+ id: null,
2751
2755
  textAlign: "left",
2752
2756
  colspan: 1,
2753
2757
  rowspan: 1,
@@ -2793,6 +2797,9 @@ var newSchema = {
2793
2797
  markSet: [],
2794
2798
  groups: [],
2795
2799
  attrs: {
2800
+ id: {
2801
+ default: null
2802
+ },
2796
2803
  textAlign: {
2797
2804
  hasDefault: true,
2798
2805
  default: "left"
@@ -2811,6 +2818,7 @@ var newSchema = {
2811
2818
  }
2812
2819
  },
2813
2820
  defaultAttrs: {
2821
+ id: null,
2814
2822
  textAlign: "left",
2815
2823
  colspan: 1,
2816
2824
  rowspan: 1,
@@ -3321,6 +3329,7 @@ var newSchema = {
3321
3329
  defining: true,
3322
3330
  attrs: {
3323
3331
  id: {
3332
+ hasDefault: true,
3324
3333
  default: null
3325
3334
  },
3326
3335
  definitionId: {
@@ -3339,6 +3348,9 @@ var newSchema = {
3339
3348
  markSet: [],
3340
3349
  groups: ["block"],
3341
3350
  attrs: {
3351
+ id: {
3352
+ default: null
3353
+ },
3342
3354
  definitionId: {
3343
3355
  hasDefault: true,
3344
3356
  default: "io.supernova.block.blockquote"
@@ -3349,6 +3361,7 @@ var newSchema = {
3349
3361
  }
3350
3362
  },
3351
3363
  defaultAttrs: {
3364
+ id: null,
3352
3365
  definitionId: "io.supernova.block.blockquote",
3353
3366
  variantId: "default"
3354
3367
  },