@plasmicapp/react-web 0.2.191 → 0.2.192
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/dist/all.d.ts +1 -0
- package/package.json +4 -4
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.
|
|
3
|
+
"version": "0.2.192",
|
|
4
4
|
"description": "plasmic library for rendering in the presentational style",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -102,9 +102,9 @@
|
|
|
102
102
|
},
|
|
103
103
|
"prettier": {},
|
|
104
104
|
"dependencies": {
|
|
105
|
-
"@plasmicapp/data-sources": "0.1.
|
|
105
|
+
"@plasmicapp/data-sources": "0.1.62",
|
|
106
106
|
"@plasmicapp/data-sources-context": "0.1.9",
|
|
107
|
-
"@plasmicapp/host": "1.0.
|
|
107
|
+
"@plasmicapp/host": "1.0.124",
|
|
108
108
|
"@plasmicapp/query": "0.1.61",
|
|
109
109
|
"@react-aria/checkbox": "^3.5.0",
|
|
110
110
|
"@react-aria/focus": "^3.7.0",
|
|
@@ -171,5 +171,5 @@
|
|
|
171
171
|
"react": ">=16.8.0",
|
|
172
172
|
"react-dom": ">=16.8.0"
|
|
173
173
|
},
|
|
174
|
-
"gitHead": "
|
|
174
|
+
"gitHead": "36fcd311054efa3557a2c78a63cec7c05e006979"
|
|
175
175
|
}
|