react-bricks 3.9.0-beta.6 → 3.9.0-beta.8

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.9.0-beta.6",
3
+ "version": "3.9.0-beta.8",
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
@@ -353,7 +353,7 @@ declare namespace types {
353
353
  tags?: string[];
354
354
  previewImageUrl?: string;
355
355
  previewIcon?: React__default.ReactElement;
356
- stories?: BrickStory<T>[];
356
+ stories?: BrickStory<Partial<T>>[];
357
357
  }
358
358
  /**
359
359
  * Item of a Repeater