react-bricks 4.7.3-beta.5 → 4.7.3-beta.7

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.7.3-beta.5",
3
+ "version": "4.7.3-beta.7",
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",
@@ -98,11 +98,16 @@
98
98
  "react-paginate": "^8.3.0",
99
99
  "react-tag-autocomplete": "^7.5.0",
100
100
  "react-toastify": "^9.1.3",
101
+ "remark-gfm": "^4.0.1",
102
+ "remark-parse": "^11.0.0",
103
+ "remark-slate-transformer": "^0.9.0",
104
+ "remark-stringify": "^11.0.0",
101
105
  "slate": "0.66.5",
102
106
  "slate-history": "0.66.0",
103
107
  "slate-react": "0.66.6",
104
108
  "socket.io-client": "^4.8.1",
105
109
  "ts-md5": "^1.3.1",
110
+ "unified": "^11.0.5",
106
111
  "uuid": "^11.1.0",
107
112
  "zustand": "^4.5.6"
108
113
  }
package/react-bricks.d.ts CHANGED
@@ -243,7 +243,9 @@ declare namespace types {
243
243
  template: boolean;
244
244
  externalData: boolean;
245
245
  richTextExt: boolean;
246
- ai: boolean;
246
+ aiText: boolean;
247
+ aiGen: boolean;
248
+ aiSeo: boolean;
247
249
  };
248
250
  } | null;
249
251
  /**
@@ -1592,7 +1594,9 @@ declare const useAuth: () => {
1592
1594
  template: boolean;
1593
1595
  externalData: boolean;
1594
1596
  richTextExt: boolean;
1595
- ai: boolean;
1597
+ aiText: boolean;
1598
+ aiGen: boolean;
1599
+ aiSeo: boolean;
1596
1600
  };
1597
1601
  } & {
1598
1602
  authToken: string;