@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@supernova-studio/client",
3
- "version": "0.4.5",
3
+ "version": "0.4.6",
4
4
  "description": "Supernova Data Models",
5
5
  "source": "src/index.ts",
6
6
  "main": "dist/index.js",
@@ -169,6 +169,9 @@ const newSchema = {
169
169
  markSet: [],
170
170
  groups: [],
171
171
  attrs: {
172
+ id: {
173
+ default: null,
174
+ },
172
175
  textAlign: {
173
176
  hasDefault: true,
174
177
  default: "left",
@@ -187,6 +190,7 @@ const newSchema = {
187
190
  },
188
191
  },
189
192
  defaultAttrs: {
193
+ id: null,
190
194
  textAlign: "left",
191
195
  colspan: 1,
192
196
  rowspan: 1,
@@ -232,6 +236,9 @@ const newSchema = {
232
236
  markSet: [],
233
237
  groups: [],
234
238
  attrs: {
239
+ id: {
240
+ default: null,
241
+ },
235
242
  textAlign: {
236
243
  hasDefault: true,
237
244
  default: "left",
@@ -250,6 +257,7 @@ const newSchema = {
250
257
  },
251
258
  },
252
259
  defaultAttrs: {
260
+ id: null,
253
261
  textAlign: "left",
254
262
  colspan: 1,
255
263
  rowspan: 1,
@@ -760,6 +768,7 @@ const newSchema = {
760
768
  defining: true,
761
769
  attrs: {
762
770
  id: {
771
+ hasDefault: true,
763
772
  default: null,
764
773
  },
765
774
  definitionId: {
@@ -778,6 +787,9 @@ const newSchema = {
778
787
  markSet: [],
779
788
  groups: ["block"],
780
789
  attrs: {
790
+ id: {
791
+ default: null,
792
+ },
781
793
  definitionId: {
782
794
  hasDefault: true,
783
795
  default: "io.supernova.block.blockquote",
@@ -788,6 +800,7 @@ const newSchema = {
788
800
  },
789
801
  },
790
802
  defaultAttrs: {
803
+ id: null,
791
804
  definitionId: "io.supernova.block.blockquote",
792
805
  variantId: "default",
793
806
  },