react-bricks 3.2.24 → 3.2.27

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.24",
3
+ "version": "3.2.27",
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",
package/react-bricks.d.ts CHANGED
@@ -351,8 +351,8 @@ declare namespace types {
351
351
  srcSet?: string;
352
352
  alt?: string;
353
353
  seoName?: string;
354
- width: number;
355
- height: number;
354
+ width?: number;
355
+ height?: number;
356
356
  }
357
357
  /**
358
358
  * File value interface