@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) : (
|
|
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.
|
|
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.
|
|
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.",
|