@dotcms/react 0.0.1-alpha.10 → 0.0.1-alpha.12
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 +1 -0
- package/package.json +2 -2
package/index.esm.js
CHANGED
|
@@ -1820,6 +1820,7 @@ function Container({
|
|
|
1820
1820
|
"data-dot-inode": contentlet.inode,
|
|
1821
1821
|
"data-dot-type": contentlet.contentType,
|
|
1822
1822
|
"data-dot-container": JSON.stringify(container),
|
|
1823
|
+
"data-dot-on-number-of-pages": contentlet.onNumberOfPages,
|
|
1823
1824
|
children: jsx(Component, Object.assign({}, contentlet))
|
|
1824
1825
|
}, contentlet.identifier) : ( /*#__PURE__*/createElement$1(Component, Object.assign({}, contentlet, {
|
|
1825
1826
|
key: contentlet.identifier
|
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.12",
|
|
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.12"
|
|
8
8
|
},
|
|
9
9
|
"description": "Official React Components library to render a dotCMS page.",
|
|
10
10
|
"repository": {
|