@plasmicapp/react-web 0.2.343 → 0.2.344
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
|
@@ -12313,7 +12313,7 @@ declare global {
|
|
|
12313
12313
|
}
|
|
12314
12314
|
}
|
|
12315
12315
|
|
|
12316
|
-
type PropType<P> = StringType$1<P> | BooleanType$1<P> | NumberType$1<P> | JSONLikeType<P> | ChoiceType<P> | DataSourceType<P>;
|
|
12316
|
+
type PropType<P> = StringType$1<P> | BooleanType$1<P> | NumberType$1<P> | JSONLikeType<P> | ChoiceType<P> | DataSourceType<P> | CustomType<P>;
|
|
12317
12317
|
type RestrictPropType<T, P> = T extends string ? StringType$1<P> | ChoiceType<P> | JSONLikeType<P> | CustomType<P> : T extends boolean ? BooleanType$1<P> | JSONLikeType<P> | CustomType<P> : T extends number ? NumberType$1<P> | JSONLikeType<P> | CustomType<P> : PropType<P>;
|
|
12318
12318
|
type DistributedKeyOf<T> = T extends any ? keyof T : never;
|
|
12319
12319
|
interface GlobalContextMeta<P> {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plasmicapp/react-web",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.344",
|
|
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.160",
|
|
101
101
|
"@plasmicapp/data-sources-context": "0.1.21",
|
|
102
|
-
"@plasmicapp/host": "1.0.
|
|
102
|
+
"@plasmicapp/host": "1.0.201",
|
|
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": "769d61d897e582bfa8b6f99a106f1f770e266592"
|
|
172
172
|
}
|