@plasmicapp/react-web 0.2.382 → 0.2.383
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 +4 -1
- package/package.json +4 -4
package/dist/all.d.ts
CHANGED
|
@@ -12192,7 +12192,6 @@ type ControlContext<P> = [
|
|
|
12192
12192
|
type ContextDependentConfig<P, R> = (...args: ControlContext<P>) => R;
|
|
12193
12193
|
interface BaseParam {
|
|
12194
12194
|
name: string;
|
|
12195
|
-
displayName?: string;
|
|
12196
12195
|
description?: string;
|
|
12197
12196
|
isOptional?: boolean;
|
|
12198
12197
|
isRestParameter?: boolean;
|
|
@@ -12311,6 +12310,10 @@ interface CustomFunctionMeta<F extends (...args: any[]) => any> {
|
|
|
12311
12310
|
* whenever accessing the function.
|
|
12312
12311
|
*/
|
|
12313
12312
|
namespace?: string;
|
|
12313
|
+
/**
|
|
12314
|
+
* A display name for the function. It will be shown only in studio.
|
|
12315
|
+
*/
|
|
12316
|
+
displayName?: string;
|
|
12314
12317
|
/**
|
|
12315
12318
|
* Documentation for the registered function.
|
|
12316
12319
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plasmicapp/react-web",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.383",
|
|
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.22",
|
|
100
|
-
"@plasmicapp/data-sources": "0.1.
|
|
100
|
+
"@plasmicapp/data-sources": "0.1.180",
|
|
101
101
|
"@plasmicapp/data-sources-context": "0.1.21",
|
|
102
|
-
"@plasmicapp/host": "1.0.
|
|
102
|
+
"@plasmicapp/host": "1.0.216",
|
|
103
103
|
"@plasmicapp/loader-splits": "1.0.64",
|
|
104
104
|
"@plasmicapp/nextjs-app-router": "1.0.16",
|
|
105
105
|
"@plasmicapp/prepass": "1.0.19",
|
|
@@ -156,5 +156,5 @@
|
|
|
156
156
|
"react": ">=16.8.0",
|
|
157
157
|
"react-dom": ">=16.8.0"
|
|
158
158
|
},
|
|
159
|
-
"gitHead": "
|
|
159
|
+
"gitHead": "3162a582167cf486b0526bcd928daa3de4b39d1c"
|
|
160
160
|
}
|