@crystaldesign/content-item 25.4.0-beta.52 → 25.4.0-beta.53

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.
@@ -103,10 +103,10 @@ var _Image = function Image(_ref) {
103
103
  openFullscreen({
104
104
  absoluteFullscreen: true,
105
105
  overwrittenZIndex: 3000000,
106
- content: /*#__PURE__*/jsxs("div", {
106
+ content: /*#__PURE__*/jsx("div", {
107
107
  id: "diva-content-item",
108
108
  className: fullscreenWrapper$1,
109
- children: [/*#__PURE__*/jsx(_Image, {
109
+ children: /*#__PURE__*/jsx(_Image, {
110
110
  item: {
111
111
  image: image,
112
112
  cover: cover,
@@ -116,7 +116,7 @@ var _Image = function Image(_ref) {
116
116
  type: 'Image'
117
117
  },
118
118
  inFullscreen: true
119
- }), ","]
119
+ })
120
120
  })
121
121
  });
122
122
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crystaldesign/content-item",
3
- "version": "25.4.0-beta.52",
3
+ "version": "25.4.0-beta.53",
4
4
  "license": "MIT",
5
5
  "scripts": {
6
6
  "storybook": "storybook dev -p 6006",
@@ -34,5 +34,5 @@
34
34
  },
35
35
  "module": "build/esm/index.js",
36
36
  "types": "./build/types/content-item/src/index.d.ts",
37
- "gitHead": "88580e46964cde8e16712327988fcbbcc8ecc544"
37
+ "gitHead": "bbf421634d6c4eecf12f2d913458e0e8aeac2e58"
38
38
  }