@plasmicapp/loader-react 1.0.231 → 1.0.232
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/loader.d.ts
CHANGED
|
@@ -15,7 +15,7 @@ export interface ComponentRenderData {
|
|
|
15
15
|
interface PlasmicRootWatcher {
|
|
16
16
|
onDataFetched?: () => void;
|
|
17
17
|
}
|
|
18
|
-
export declare type CodeComponentMeta<P> = Omit<InternalCodeComponentMeta<P>, 'importPath' | 'componentHelpers'> & {
|
|
18
|
+
export declare type CodeComponentMeta<P> = Omit<InternalCodeComponentMeta<P>, 'importPath' | 'componentHelpers' | 'states'> & {
|
|
19
19
|
/**
|
|
20
20
|
* The path to be used when importing the component in the generated code.
|
|
21
21
|
* It can be the name of the package that contains the component, or the path
|
|
@@ -15,7 +15,7 @@ export interface ComponentRenderData {
|
|
|
15
15
|
interface PlasmicRootWatcher {
|
|
16
16
|
onDataFetched?: () => void;
|
|
17
17
|
}
|
|
18
|
-
export declare type CodeComponentMeta<P> = Omit<InternalCodeComponentMeta<P>, 'importPath' | 'componentHelpers'> & {
|
|
18
|
+
export declare type CodeComponentMeta<P> = Omit<InternalCodeComponentMeta<P>, 'importPath' | 'componentHelpers' | 'states'> & {
|
|
19
19
|
/**
|
|
20
20
|
* The path to be used when importing the component in the generated code.
|
|
21
21
|
* It can be the name of the package that contains the component, or the path
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plasmicapp/loader-react",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.232",
|
|
4
4
|
"module": "dist/loader-react.esm.js",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -113,5 +113,5 @@
|
|
|
113
113
|
"typescript": "^4.3.2"
|
|
114
114
|
},
|
|
115
115
|
"license": "MIT",
|
|
116
|
-
"gitHead": "
|
|
116
|
+
"gitHead": "d549b7a94561667ef76e3908f1f1ee0009c5f930"
|
|
117
117
|
}
|