@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.
- package/build/esm/index.js +0 -1
- package/package.json +2 -2
package/build/esm/index.js
CHANGED
|
@@ -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.
|
|
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": "
|
|
37
|
+
"gitHead": "4fe86fcbe3063efc5ffc3da32fce69927d865838"
|
|
38
38
|
}
|