@crystaldesign/content-item 25.14.0-beta.9 → 25.15.0-beta.1

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.
@@ -692,7 +692,6 @@ var _Gallery = function Gallery(_ref) {
692
692
  position: 'relative'
693
693
  }),
694
694
  className: "diva-stop-swipe-detection",
695
- "data-vaul-no-drag": true,
696
695
  children: [!inFullscreen && !disableFullscreen && /*#__PURE__*/jsx("div", {
697
696
  className: fullscreenButton,
698
697
  onClick: openFullscreenClick
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crystaldesign/content-item",
3
- "version": "25.14.0-beta.9",
3
+ "version": "25.15.0-beta.1",
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": "34d4cd29985a4dab384defb5742a18443939f18d"
37
+ "gitHead": "4fe86fcbe3063efc5ffc3da32fce69927d865838"
38
38
  }