react-bricks 3.2.18 → 3.2.21

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.18",
3
+ "version": "3.2.21",
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",
@@ -40,11 +40,13 @@
40
40
  "classnames": "^2.3.1",
41
41
  "color": "^4.2.0",
42
42
  "copy-to-clipboard": "^3.3.1",
43
+ "date-fns": "^2.28.0",
43
44
  "intersection-observer": "^0.12.0",
44
45
  "is-hotkey": "^0.2.0",
45
46
  "lodash.debounce": "^4.0.8",
46
47
  "rb-cogo-toast": "^4.2.6",
47
48
  "rc-switch": "^3.2.2",
49
+ "react-big-calendar": "^0.40.0",
48
50
  "react-copy-to-clipboard": "^5.0.4",
49
51
  "react-dropzone": "^11.5.1",
50
52
  "react-error-boundary": "^3.1.4",
package/react-bricks.d.ts CHANGED
@@ -183,6 +183,7 @@ declare namespace types {
183
183
  name?: string;
184
184
  slug?: string;
185
185
  meta?: IMeta;
186
+ customValues?: Props;
186
187
  content?: IContentBlock[];
187
188
  authorId?: string;
188
189
  author?: Author;