@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@supernova-studio/client",
3
- "version": "0.55.29",
3
+ "version": "0.55.30",
4
4
  "description": "Supernova Data Models",
5
5
  "source": "src/index.ts",
6
6
  "main": "dist/index.js",
@@ -1987,7 +1987,7 @@ const blocks: PageBlockDefinition[] = [
1987
1987
  {
1988
1988
  id: "grid",
1989
1989
  name: "Grid",
1990
- image: "tbd",
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: "tbd",
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",