@supernova-studio/client 0.55.29 → 0.55.30
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 +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/yjs/docs-editor/mock.ts +2 -2
package/package.json
CHANGED
|
@@ -1987,7 +1987,7 @@ const blocks: PageBlockDefinition[] = [
|
|
|
1987
1987
|
{
|
|
1988
1988
|
id: "grid",
|
|
1989
1989
|
name: "Grid",
|
|
1990
|
-
image: "
|
|
1990
|
+
image: "https://cdn-assets.supernova.io/blocks/variants/figma-component-grid.svg",
|
|
1991
1991
|
description: "Components or variants will be rendered individually in a grid layout",
|
|
1992
1992
|
layout: {
|
|
1993
1993
|
type: "Column",
|
|
@@ -2003,7 +2003,7 @@ const blocks: PageBlockDefinition[] = [
|
|
|
2003
2003
|
{
|
|
2004
2004
|
id: "canvas",
|
|
2005
2005
|
name: "Canvas",
|
|
2006
|
-
image: "
|
|
2006
|
+
image: "https://cdn-assets.supernova.io/blocks/variants/figma-component-canvas.svg",
|
|
2007
2007
|
description: "Components or variants will be rendered on a single canvas",
|
|
2008
2008
|
layout: {
|
|
2009
2009
|
type: "Column",
|