Skip to content

Commit 7c16c24

Browse files
authored
Designer: Updated Figma types (#242)
1 parent 9ad519b commit 7c16c24

3 files changed

Lines changed: 9 additions & 10 deletions

File tree

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/adaptive-ui-designer-figma-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
},
5252
"devDependencies": {
5353
"@figma/eslint-plugin-figma-plugins": "^0.15.0",
54-
"@figma/plugin-typings": "^1.87.0",
54+
"@figma/plugin-typings": "^1.103.0",
5555
"@typescript-eslint/eslint-plugin": "^6.21.0",
5656
"@typescript-eslint/parser": "^6.21.0",
5757
"concurrently": "^7.6.0",

packages/adaptive-ui-designer-figma-plugin/src/figma/node.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -897,7 +897,6 @@ export class FigmaPluginNode extends PluginNode {
897897
b: color.b,
898898
a: color.alpha || 1,
899899
},
900-
boundVariables: {}, // HACK this should be optional in their API
901900
};
902901
return stop;
903902
});

0 commit comments

Comments
 (0)