@plasmicapp/react-web 0.2.185 → 0.2.187

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.
Files changed (2) hide show
  1. package/dist/all.d.ts +3 -1
  2. package/package.json +4 -4
package/dist/all.d.ts CHANGED
@@ -11947,7 +11947,9 @@ declare function useCurrentUser(): {
11947
11947
  roleName: string;
11948
11948
  roleIds: string[];
11949
11949
  roleNames: string[];
11950
- } | undefined;
11950
+ } | {
11951
+ isLoggedIn: boolean;
11952
+ };
11951
11953
  declare const PlasmicDataSourceContextProvider: React__default.Provider<PlasmicDataSourceContextValue | undefined>;
11952
11954
 
11953
11955
  interface PlasmicRootProviderProps {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plasmicapp/react-web",
3
- "version": "0.2.185",
3
+ "version": "0.2.187",
4
4
  "description": "plasmic library for rendering in the presentational style",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -102,8 +102,8 @@
102
102
  },
103
103
  "prettier": {},
104
104
  "dependencies": {
105
- "@plasmicapp/data-sources": "0.1.55",
106
- "@plasmicapp/data-sources-context": "0.1.7",
105
+ "@plasmicapp/data-sources": "0.1.57",
106
+ "@plasmicapp/data-sources-context": "0.1.8",
107
107
  "@plasmicapp/host": "1.0.120",
108
108
  "@plasmicapp/query": "0.1.61",
109
109
  "@react-aria/checkbox": "^3.5.0",
@@ -171,5 +171,5 @@
171
171
  "react": ">=16.8.0",
172
172
  "react-dom": ">=16.8.0"
173
173
  },
174
- "gitHead": "cfdaf4ad7451922b4276cd59f0fd1a689b225508"
174
+ "gitHead": "6383173defe8d292eb68fd8e5620181cc05a37e9"
175
175
  }