Skip to content

Commit 9650e2c

Browse files
authored
feat: add absoluteRenderBounds (BuilderIO#150)
1 parent b18723a commit 9650e2c

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"license": "MIT",
2828
"devDependencies": {
2929
"@builder.io/sdk": "^1.0.40",
30-
"@figma/plugin-typings": "^1.19.0",
30+
"@figma/plugin-typings": "^1.73.0",
3131
"@material-ui/core": "^4.3.3",
3232
"@material-ui/icons": "^4.2.1",
3333
"@types/escape-html": "0.0.20",

plugin/code.ts

+1
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ const allPropertyNames = [
112112
"effects",
113113
"type",
114114
"layoutGrids",
115+
"absoluteRenderBounds"
115116
];
116117

117118
// The Figma nodes are hard to inspect at a glance because almost all properties are non enumerable

0 commit comments

Comments
 (0)