@mastergo/plugin-typings 2.9.1-beta.0 → 2.9.1-beta.5

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +5 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -1714,6 +1714,7 @@ declare global {
1714
1714
  characters?: string,
1715
1715
  mainComponent?: string
1716
1716
  } | null
1717
+ slotInfo: { slotName: string; slotAlias: string } | null
1717
1718
  }
1718
1719
 
1719
1720
  interface ChildrenMixin<ChildrenNode = SceneNode> {
@@ -2201,6 +2202,8 @@ declare global {
2201
2202
  interface VariantProperty {
2202
2203
  property: string
2203
2204
  value: string
2205
+ componentSetProperAlias?: string
2206
+ alias?: string
2204
2207
  }
2205
2208
 
2206
2209
  interface ComponentPropertiesMixin {
@@ -2250,6 +2253,8 @@ declare global {
2250
2253
  type: ComponentPropertyType
2251
2254
  value: boolean | string
2252
2255
  preferredValues?: InstanceSwapPreferredValue[]
2256
+ alias?: string
2257
+ valueAlias?: string
2253
2258
  }
2254
2259
 
2255
2260
  interface ComponentNode extends DefaultContainerMixin, GeometryMixin, FrameContainerMixin, RectangleStrokeWeightMixin, PublishableMixin, ComponentPropertiesMixin {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastergo/plugin-typings",
3
- "version": "2.9.1-beta.0",
3
+ "version": "2.9.1-beta.5",
4
4
  "description": "MasterGo插件API声明文件",
5
5
  "main": "",
6
6
  "types": "dist/index.d.ts",