@sitecore-jss/sitecore-jss-nextjs 22.6.0-canary.12 → 22.6.0-canary.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.
@@ -50,7 +50,7 @@ const RichText = (props) => {
50
50
  const router = (0, router_1.useRouter)();
51
51
  const richTextRef = (0, react_1.useRef)(null);
52
52
  (0, react_1.useEffect)(() => {
53
- // NOT IN EXPERIENCE EDITOR
53
+ // NOT IN EDIT MODE
54
54
  if (hasText && !isEditing) {
55
55
  initializeLinks();
56
56
  }
@@ -21,7 +21,7 @@ export const RichText = (props) => {
21
21
  const router = useRouter();
22
22
  const richTextRef = useRef(null);
23
23
  useEffect(() => {
24
- // NOT IN EXPERIENCE EDITOR
24
+ // NOT IN EDIT MODE
25
25
  if (hasText && !isEditing) {
26
26
  initializeLinks();
27
27
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sitecore-jss/sitecore-jss-nextjs",
3
- "version": "22.6.0-canary.12",
3
+ "version": "22.6.0-canary.13",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "sideEffects": false,
@@ -73,9 +73,9 @@
73
73
  "react-dom": "^18.2.0"
74
74
  },
75
75
  "dependencies": {
76
- "@sitecore-jss/sitecore-jss": "22.6.0-canary.12",
77
- "@sitecore-jss/sitecore-jss-dev-tools": "22.6.0-canary.12",
78
- "@sitecore-jss/sitecore-jss-react": "22.6.0-canary.12",
76
+ "@sitecore-jss/sitecore-jss": "22.6.0-canary.13",
77
+ "@sitecore-jss/sitecore-jss-dev-tools": "22.6.0-canary.13",
78
+ "@sitecore-jss/sitecore-jss-react": "22.6.0-canary.13",
79
79
  "@vercel/kv": "^0.2.1",
80
80
  "prop-types": "^15.8.1",
81
81
  "regex-parser": "^2.2.11",
@@ -83,7 +83,7 @@
83
83
  },
84
84
  "description": "",
85
85
  "types": "types/index.d.ts",
86
- "gitHead": "01800dcb1d9b80d8605519daf0c4c8385df6fc2e",
86
+ "gitHead": "7ccdaeaf3ad29fbf72cd353d061441caf639f975",
87
87
  "files": [
88
88
  "dist",
89
89
  "types",