@plasmicapp/react-web 0.2.191 → 0.2.193

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/all.d.ts +1 -0
  2. package/package.json +6 -7
package/dist/all.d.ts CHANGED
@@ -11686,6 +11686,7 @@ declare global {
11686
11686
  declare type TokenType = "color" | "spacing" | "font-family" | "font-size" | "line-height" | "opacity";
11687
11687
  interface TokenRegistration {
11688
11688
  name: string;
11689
+ displayName: string;
11689
11690
  value: string;
11690
11691
  type: TokenType;
11691
11692
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plasmicapp/react-web",
3
- "version": "0.2.191",
3
+ "version": "0.2.193",
4
4
  "description": "plasmic library for rendering in the presentational style",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -14,9 +14,8 @@
14
14
  "!{projectRoot}/lib/**/*"
15
15
  ],
16
16
  "outputs": [
17
- "{projectRoot}/dist",
18
- "{projectRoot}/**/dist",
19
- "{projectRoot}/lib"
17
+ "{projectRoot}/**/dist/**/*",
18
+ "{projectRoot}/lib/**/*"
20
19
  ]
21
20
  }
22
21
  }
@@ -102,9 +101,9 @@
102
101
  },
103
102
  "prettier": {},
104
103
  "dependencies": {
105
- "@plasmicapp/data-sources": "0.1.61",
104
+ "@plasmicapp/data-sources": "0.1.63",
106
105
  "@plasmicapp/data-sources-context": "0.1.9",
107
- "@plasmicapp/host": "1.0.123",
106
+ "@plasmicapp/host": "1.0.125",
108
107
  "@plasmicapp/query": "0.1.61",
109
108
  "@react-aria/checkbox": "^3.5.0",
110
109
  "@react-aria/focus": "^3.7.0",
@@ -171,5 +170,5 @@
171
170
  "react": ">=16.8.0",
172
171
  "react-dom": ">=16.8.0"
173
172
  },
174
- "gitHead": "0edb216f831947b2f9d02daf62262258f2c2c68c"
173
+ "gitHead": "5f9fb81e4b814580add383f480cdb15156a67ecb"
175
174
  }