@plasmicapp/react-web 0.2.332 → 0.2.334
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
|
@@ -12289,7 +12289,7 @@ declare global {
|
|
|
12289
12289
|
}
|
|
12290
12290
|
}
|
|
12291
12291
|
|
|
12292
|
-
type PropType<P> = StringType$1<P> | BooleanType$1<P> | NumberType$1<P> | JSONLikeType<P> | ChoiceType<P> |
|
|
12292
|
+
type PropType<P> = StringType$1<P> | BooleanType$1<P> | NumberType$1<P> | JSONLikeType<P> | ChoiceType<P> | DataSourceType<P>;
|
|
12293
12293
|
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>;
|
|
12294
12294
|
type DistributedKeyOf<T> = T extends any ? keyof T : never;
|
|
12295
12295
|
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.334",
|
|
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,11 +97,11 @@
|
|
|
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.153",
|
|
101
101
|
"@plasmicapp/data-sources-context": "0.1.21",
|
|
102
|
-
"@plasmicapp/host": "1.0.
|
|
102
|
+
"@plasmicapp/host": "1.0.194",
|
|
103
103
|
"@plasmicapp/loader-splits": "1.0.60",
|
|
104
|
-
"@plasmicapp/nextjs-app-router": "1.0.
|
|
104
|
+
"@plasmicapp/nextjs-app-router": "1.0.11",
|
|
105
105
|
"@plasmicapp/prepass": "1.0.17",
|
|
106
106
|
"@plasmicapp/query": "0.1.79",
|
|
107
107
|
"@react-aria/checkbox": "^3.11.2",
|
|
@@ -168,5 +168,5 @@
|
|
|
168
168
|
"react": ">=16.8.0",
|
|
169
169
|
"react-dom": ">=16.8.0"
|
|
170
170
|
},
|
|
171
|
-
"gitHead": "
|
|
171
|
+
"gitHead": "7599ea59c22abda5a7e58f20def34fc5ef7657ed"
|
|
172
172
|
}
|