@dotcms/types 1.2.1-next.11 → 1.2.1-next.13

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": "@dotcms/types",
3
- "version": "1.2.1-next.11",
3
+ "version": "1.2.1-next.13",
4
4
  "keywords": [
5
5
  "dotCMS",
6
6
  "CMS",
@@ -364,6 +364,7 @@ export interface DotCMSBasicContentlet {
364
364
  widgetTitle?: string;
365
365
  onNumberOfPages?: string;
366
366
  __icon__?: string;
367
+ styleProperties?: Record<string, unknown>;
367
368
  _map?: Record<string, unknown>;
368
369
  }
369
370
  /**