@sitecore-jss/sitecore-jss-react 22.12.0-canary.4 → 22.12.0-canary.6

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.
@@ -28,7 +28,6 @@ const react_1 = __importStar(require("react"));
28
28
  const Placeholder_1 = require("./Placeholder");
29
29
  const layout_1 = require("@sitecore-jss/sitecore-jss/layout");
30
30
  const editing_1 = require("@sitecore-jss/sitecore-jss/editing");
31
- 9;
32
31
  const DesignLibrary = (layoutData) => {
33
32
  const { route } = layoutData.sitecore;
34
33
  const isDesignLibrary = layoutData.sitecore.context.renderingType === layout_1.RenderingType.Component;
@@ -2,7 +2,6 @@ import React, { useEffect, useMemo, useState } from 'react';
2
2
  import { Placeholder } from './Placeholder';
3
3
  import { EDITING_COMPONENT_ID, EDITING_COMPONENT_PLACEHOLDER, RenderingType, } from '@sitecore-jss/sitecore-jss/layout';
4
4
  import { DesignLibraryStatus, getDesignLibraryStatusEvent, addComponentUpdateHandler, } from '@sitecore-jss/sitecore-jss/editing';
5
- 9;
6
5
  export const DesignLibrary = (layoutData) => {
7
6
  const { route } = layoutData.sitecore;
8
7
  const isDesignLibrary = layoutData.sitecore.context.renderingType === RenderingType.Component;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sitecore-jss/sitecore-jss-react",
3
- "version": "22.12.0-canary.4",
3
+ "version": "22.12.0-canary.6",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "sideEffects": false,
@@ -61,13 +61,13 @@
61
61
  "react-dom": "^19.1.0"
62
62
  },
63
63
  "dependencies": {
64
- "@sitecore-jss/sitecore-jss": "22.12.0-canary.4",
64
+ "@sitecore-jss/sitecore-jss": "22.12.0-canary.6",
65
65
  "fast-deep-equal": "^3.1.3",
66
66
  "style-attr": "^1.3.0"
67
67
  },
68
68
  "description": "",
69
69
  "types": "types/index.d.ts",
70
- "gitHead": "2ff774cfd709c31691021da6ef5c49689a1a02a8",
70
+ "gitHead": "d5886ef096a5a995abb6d11a1f48c0e6e9963936",
71
71
  "files": [
72
72
  "dist",
73
73
  "types"