@supernova-studio/client 0.10.0 → 0.10.1
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.d.mts +16 -16
- package/dist/index.d.ts +16 -16
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/docs-editor/prosemirror-to-blocks.ts +3 -0
package/dist/index.mjs
CHANGED
|
@@ -1876,6 +1876,7 @@ var PageBlockDefinitionPropertyType = z85.enum([
|
|
|
1876
1876
|
"ComponentProperty",
|
|
1877
1877
|
"Asset",
|
|
1878
1878
|
"AssetProperty",
|
|
1879
|
+
"FigmaNode",
|
|
1879
1880
|
"EmbedURL",
|
|
1880
1881
|
"URL",
|
|
1881
1882
|
"Markdown",
|
|
@@ -7583,6 +7584,8 @@ function valueSchemaForPropertyType(type) {
|
|
|
7583
7584
|
return PageBlockItemAssetValue;
|
|
7584
7585
|
case "AssetProperty":
|
|
7585
7586
|
return PageBlockItemAssetPropertyValue;
|
|
7587
|
+
case "FigmaNode":
|
|
7588
|
+
return PageBlockItemFigmaNodeValue;
|
|
7586
7589
|
case "EmbedURL":
|
|
7587
7590
|
return PageBlockItemEmbedValue;
|
|
7588
7591
|
case "URL":
|