@dotcms/react 0.0.1-alpha.56 → 0.0.1-alpha.57

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/index.esm.js CHANGED
@@ -2143,7 +2143,7 @@ function Container({
2143
2143
  minHeight: haveContent ? undefined : '4rem'
2144
2144
  },
2145
2145
  children: jsx(Component, Object.assign({}, contentlet))
2146
- }, contentlet.identifier) : ( /*#__PURE__*/createElement$1(Component, Object.assign({}, contentlet, {
2146
+ }, contentlet.identifier) : (/*#__PURE__*/createElement$1(Component, Object.assign({}, contentlet, {
2147
2147
  key: contentlet.identifier
2148
2148
  })));
2149
2149
  });
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@dotcms/react",
3
- "version": "0.0.1-alpha.56",
3
+ "version": "0.0.1-alpha.57",
4
4
  "peerDependencies": {
5
5
  "react": ">=18",
6
6
  "react-dom": ">=18",
7
- "@dotcms/client": "0.0.1-alpha.56",
7
+ "@dotcms/client": "0.0.1-alpha.57",
8
8
  "@tinymce/tinymce-react": "^5.1.1"
9
9
  },
10
10
  "description": "Official React Components library to render a dotCMS page.",
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { DotEditableTextProps } from './utils';
3
2
  /**
4
3
  * Allows inline edit content pulled from dotCMS API using TinyMCE editor
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { DotCMSPageEditorConfig } from '@dotcms/client';
3
2
  import { DotCMSPageContext } from '../../models';
4
3
  /**
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { DotCMSPageContext, DotCMSContentlet } from '../models';
3
2
  export declare const dotcmsContentletMock: DotCMSContentlet;
4
3
  export declare const mockPageContext: DotCMSPageContext;