@plasmicapp/react-web 0.2.344 → 0.2.346
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 -1
- package/package.json +4 -4
package/dist/all.d.ts
CHANGED
|
@@ -11662,7 +11662,7 @@ interface CodeComponentMeta<P> {
|
|
|
11662
11662
|
* before being applied to this component. This is useful for transforming Figma
|
|
11663
11663
|
* properties to the format expected by the component.
|
|
11664
11664
|
*/
|
|
11665
|
-
figmaPropsTransform?: (props: Record<string, string | number | boolean>) => Record<string, string | number | boolean | unknown[] | Record<string, unknown>>;
|
|
11665
|
+
figmaPropsTransform?: (props: Record<string, string | number | boolean>) => Record<string, string | number | boolean | null | unknown[] | Record<string, unknown>>;
|
|
11666
11666
|
/**
|
|
11667
11667
|
* If true, when an instance of this component is added, the element
|
|
11668
11668
|
* will always be named by the name of this component.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plasmicapp/react-web",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.346",
|
|
4
4
|
"description": "plasmic library for rendering in the presentational style",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -97,9 +97,9 @@
|
|
|
97
97
|
},
|
|
98
98
|
"dependencies": {
|
|
99
99
|
"@plasmicapp/auth-react": "0.0.21",
|
|
100
|
-
"@plasmicapp/data-sources": "0.1.
|
|
100
|
+
"@plasmicapp/data-sources": "0.1.162",
|
|
101
101
|
"@plasmicapp/data-sources-context": "0.1.21",
|
|
102
|
-
"@plasmicapp/host": "1.0.
|
|
102
|
+
"@plasmicapp/host": "1.0.203",
|
|
103
103
|
"@plasmicapp/loader-splits": "1.0.62",
|
|
104
104
|
"@plasmicapp/nextjs-app-router": "1.0.11",
|
|
105
105
|
"@plasmicapp/prepass": "1.0.17",
|
|
@@ -168,5 +168,5 @@
|
|
|
168
168
|
"react": ">=16.8.0",
|
|
169
169
|
"react-dom": ">=16.8.0"
|
|
170
170
|
},
|
|
171
|
-
"gitHead": "
|
|
171
|
+
"gitHead": "d21a497bd13b83d9e9bc448cc8e3a0e6594b8132"
|
|
172
172
|
}
|