@supernova-studio/client 0.8.0 → 0.9.0
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 +40 -34
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +68 -62
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/docs-editor/mock.ts +2 -2
package/package.json
CHANGED
package/src/docs-editor/mock.ts
CHANGED
|
@@ -389,7 +389,7 @@ const blocks: PageBlockDefinition[] = [
|
|
|
389
389
|
{
|
|
390
390
|
id: "text",
|
|
391
391
|
name: "Text",
|
|
392
|
-
type: "
|
|
392
|
+
type: "MultiRichText",
|
|
393
393
|
options: {
|
|
394
394
|
multiRichTextStyle: "OL",
|
|
395
395
|
},
|
|
@@ -450,7 +450,7 @@ const blocks: PageBlockDefinition[] = [
|
|
|
450
450
|
{
|
|
451
451
|
id: "text",
|
|
452
452
|
name: "Text",
|
|
453
|
-
type: "
|
|
453
|
+
type: "MultiRichText",
|
|
454
454
|
options: {
|
|
455
455
|
multiRichTextStyle: "UL",
|
|
456
456
|
},
|