@supernova-studio/client 0.56.0 → 0.57.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@supernova-studio/client",
3
- "version": "0.56.0",
3
+ "version": "0.57.1",
4
4
  "description": "Supernova Data Models",
5
5
  "source": "src/index.ts",
6
6
  "main": "dist/index.js",
@@ -2055,6 +2055,7 @@ const blocks: PageBlockDefinition[] = [
2055
2055
  type: "FigmaComponent",
2056
2056
  options: {
2057
2057
  renderLayoutAs: "PropsTable",
2058
+ invertPropertySelection: true,
2058
2059
  },
2059
2060
  },
2060
2061
  ],