@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/dist/index.js
CHANGED
|
@@ -11091,7 +11091,7 @@ var blocks = [
|
|
|
11091
11091
|
{
|
|
11092
11092
|
id: "grid",
|
|
11093
11093
|
name: "Grid",
|
|
11094
|
-
image: "
|
|
11094
|
+
image: "https://cdn-assets.supernova.io/blocks/variants/figma-component-grid.svg",
|
|
11095
11095
|
description: "Components or variants will be rendered individually in a grid layout",
|
|
11096
11096
|
layout: {
|
|
11097
11097
|
type: "Column",
|
|
@@ -11107,7 +11107,7 @@ var blocks = [
|
|
|
11107
11107
|
{
|
|
11108
11108
|
id: "canvas",
|
|
11109
11109
|
name: "Canvas",
|
|
11110
|
-
image: "
|
|
11110
|
+
image: "https://cdn-assets.supernova.io/blocks/variants/figma-component-canvas.svg",
|
|
11111
11111
|
description: "Components or variants will be rendered on a single canvas",
|
|
11112
11112
|
layout: {
|
|
11113
11113
|
type: "Column",
|