@plasmicapp/react-web 0.2.411 → 0.2.412
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 +5 -5
package/dist/all.d.ts
CHANGED
|
@@ -11829,7 +11829,7 @@ interface SliderNumberCore<Ctx extends any[]> extends NumberTypeBaseCore<Ctx> {
|
|
|
11829
11829
|
}
|
|
11830
11830
|
interface PlainStringCore {
|
|
11831
11831
|
type: "string";
|
|
11832
|
-
control?: "default" | "large";
|
|
11832
|
+
control?: "default" | "large" | "multiLine";
|
|
11833
11833
|
isLocalizable?: boolean;
|
|
11834
11834
|
}
|
|
11835
11835
|
interface CodeStringCore {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plasmicapp/react-web",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.412",
|
|
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",
|
|
@@ -96,10 +96,10 @@
|
|
|
96
96
|
},
|
|
97
97
|
"dependencies": {
|
|
98
98
|
"@plasmicapp/auth-react": "0.0.24",
|
|
99
|
-
"@plasmicapp/data-sources": "0.1.
|
|
99
|
+
"@plasmicapp/data-sources": "0.1.197",
|
|
100
100
|
"@plasmicapp/data-sources-context": "0.1.22",
|
|
101
|
-
"@plasmicapp/host": "1.0.
|
|
102
|
-
"@plasmicapp/loader-splits": "1.0.
|
|
101
|
+
"@plasmicapp/host": "1.0.233",
|
|
102
|
+
"@plasmicapp/loader-splits": "1.0.67",
|
|
103
103
|
"@plasmicapp/nextjs-app-router": "1.0.19",
|
|
104
104
|
"@plasmicapp/prepass": "1.0.21",
|
|
105
105
|
"@plasmicapp/query": "0.1.81",
|
|
@@ -153,5 +153,5 @@
|
|
|
153
153
|
"react": ">=16.8.0",
|
|
154
154
|
"react-dom": ">=16.8.0"
|
|
155
155
|
},
|
|
156
|
-
"gitHead": "
|
|
156
|
+
"gitHead": "592d26e3b6a7199b682855fba6458851a37d7e3d"
|
|
157
157
|
}
|