@sitecore-content-sdk/nextjs 1.4.0-canary.15 → 1.4.0-canary.16
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.
|
@@ -127,7 +127,7 @@ const RichText = (props) => {
|
|
|
127
127
|
link.addEventListener('click', routeHandler, false);
|
|
128
128
|
});
|
|
129
129
|
};
|
|
130
|
-
return react_1.default.createElement(react_2.RichText, Object.assign({ ref: richTextRef, editable: editable }, rest));
|
|
130
|
+
return (react_1.default.createElement(react_2.RichText, Object.assign({ ref: richTextRef, editable: editable }, rest)));
|
|
131
131
|
};
|
|
132
132
|
exports.RichText = RichText;
|
|
133
133
|
exports.RichText.displayName = 'NextRichText';
|
|
@@ -91,6 +91,6 @@ export const RichText = (props) => {
|
|
|
91
91
|
link.addEventListener('click', routeHandler, false);
|
|
92
92
|
});
|
|
93
93
|
};
|
|
94
|
-
return React.createElement(ReactRichText, Object.assign({ ref: richTextRef, editable: editable }, rest));
|
|
94
|
+
return (React.createElement(ReactRichText, Object.assign({ ref: richTextRef, editable: editable }, rest)));
|
|
95
95
|
};
|
|
96
96
|
RichText.displayName = 'NextRichText';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sitecore-content-sdk/nextjs",
|
|
3
|
-
"version": "1.4.0-canary.
|
|
3
|
+
"version": "1.4.0-canary.16",
|
|
4
4
|
"main": "dist/cjs/index.js",
|
|
5
5
|
"module": "dist/esm/index.js",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -91,8 +91,8 @@
|
|
|
91
91
|
},
|
|
92
92
|
"dependencies": {
|
|
93
93
|
"@babel/parser": "^7.27.2",
|
|
94
|
-
"@sitecore-content-sdk/core": "1.4.0-canary.
|
|
95
|
-
"@sitecore-content-sdk/react": "1.4.0-canary.
|
|
94
|
+
"@sitecore-content-sdk/core": "1.4.0-canary.16",
|
|
95
|
+
"@sitecore-content-sdk/react": "1.4.0-canary.16",
|
|
96
96
|
"recast": "^0.23.11",
|
|
97
97
|
"regex-parser": "^2.3.1",
|
|
98
98
|
"sync-disk-cache": "^2.1.0"
|
|
@@ -171,7 +171,7 @@
|
|
|
171
171
|
},
|
|
172
172
|
"description": "",
|
|
173
173
|
"types": "types/index.d.ts",
|
|
174
|
-
"gitHead": "
|
|
174
|
+
"gitHead": "19378b1c78f8276d6a0d96e8806a6cfc2dea2b07",
|
|
175
175
|
"files": [
|
|
176
176
|
"dist",
|
|
177
177
|
"types",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RichText.d.ts","sourceRoot":"","sources":["../../src/components/RichText.tsx"],"names":[],"mappings":"AACA,OAAc,EAAqB,GAAG,EAAE,MAAM,OAAO,CAAC;AAGtD,OAAO,EAEL,aAAa,IAAI,kBAAkB,EACpC,MAAM,6BAA6B,CAAC;AAErC;;;GAGG;AACH,MAAM,MAAM,aAAa,GAAG,kBAAkB,GAAG;IAC/C;;;OAGG;IACH,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAE/B;;;;;;;OAOG;IACH,aAAa,CAAC,EAAE,OAAO,GAAG,OAAO,CAAC;CACnC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE;IAAE,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAA;CAAO,CAAC;AAiB9D;;;;GAIG;AACH,eAAO,MAAM,QAAQ;YAAW,aAAa,GAAG,GAAG,CAAC,OAAO;;
|
|
1
|
+
{"version":3,"file":"RichText.d.ts","sourceRoot":"","sources":["../../src/components/RichText.tsx"],"names":[],"mappings":"AACA,OAAc,EAAqB,GAAG,EAAE,MAAM,OAAO,CAAC;AAGtD,OAAO,EAEL,aAAa,IAAI,kBAAkB,EACpC,MAAM,6BAA6B,CAAC;AAErC;;;GAGG;AACH,MAAM,MAAM,aAAa,GAAG,kBAAkB,GAAG;IAC/C;;;OAGG;IACH,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAE/B;;;;;;;OAOG;IACH,aAAa,CAAC,EAAE,OAAO,GAAG,OAAO,CAAC;CACnC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE;IAAE,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAA;CAAO,CAAC;AAiB9D;;;;GAIG;AACH,eAAO,MAAM,QAAQ;YAAW,aAAa,GAAG,GAAG,CAAC,OAAO;;CAmF1D,CAAC"}
|