react-bricks 3.2.13 → 3.2.16

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-bricks",
3
- "version": "3.2.13",
3
+ "version": "3.2.16",
4
4
  "description": "React Bricks is a CMS with visual editing based on React components for Next.js and Gatsby.",
5
5
  "keywords": [
6
6
  "react bricks",
@@ -55,9 +55,9 @@
55
55
  "react-progressive-graceful-image": "^0.6.14",
56
56
  "react-query": "^3.34.11",
57
57
  "react-tag-autocomplete": "^6.3.0",
58
- "slate": "^0.72.3",
59
- "slate-history": "^0.66.0",
60
- "slate-react": "^0.72.6",
58
+ "slate": "^0.63.0",
59
+ "slate-history": "^0.62.0",
60
+ "slate-react": "^0.65.2",
61
61
  "uuid": "^8.3.2"
62
62
  }
63
63
  }
package/react-bricks.d.ts CHANGED
@@ -823,7 +823,7 @@ declare const Header: React.FC<HeaderProps>;
823
823
  declare const Login: React.FC;
824
824
 
825
825
  declare const useAuth: () => {
826
- loginUser: (email: string, password: string) => Promise<({
826
+ loginUser: (email: string, password: string, keepLoggedIn: boolean) => Promise<({
827
827
  id: string;
828
828
  email: string;
829
829
  firstName: string;