react-bricks 4.0.0-beta.2 → 4.0.0-beta.3

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": "4.0.0-beta.2",
3
+ "version": "4.0.0-beta.3",
4
4
  "description": "React Bricks is a CMS with visual editing based on React components for Next.js, Gatsby and Remix.",
5
5
  "keywords": [
6
6
  "react bricks",
package/react-bricks.d.ts CHANGED
@@ -239,6 +239,7 @@ declare namespace types {
239
239
  embedPages: boolean;
240
240
  lockBlocks: boolean;
241
241
  flexibleRoles: boolean;
242
+ advancedSeo: boolean;
242
243
  eventsLog: boolean;
243
244
  maxFileSize: number;
244
245
  maxImageSize: number;
@@ -1285,6 +1286,7 @@ declare const useAuth: () => {
1285
1286
  embedPages: boolean;
1286
1287
  lockBlocks: boolean;
1287
1288
  flexibleRoles: boolean;
1289
+ advancedSeo: boolean;
1288
1290
  eventsLog: boolean;
1289
1291
  maxFileSize: number;
1290
1292
  maxImageSize: number;