@visns-studio/visns-components 3.3.9 → 3.3.11

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.
@@ -100,6 +100,7 @@ const CmsSort = ({ setting, category = false }) => {
100
100
  onSortEnd={onSortEnd}
101
101
  axis="xy"
102
102
  helperClass="dragitem"
103
+ showImage={true}
103
104
  transitionDuration={250}
104
105
  useDragHandle
105
106
  />
@@ -25,6 +25,8 @@ const SortableItem = ({
25
25
  const renderImage = (d) => {
26
26
  let htmlContainer = '';
27
27
 
28
+ console.info(showImage, 'aaa');
29
+
28
30
  if (showImage) {
29
31
  const imageUrl = d.image_url || d.file_url;
30
32
  htmlContainer = imageUrl ? (
package/package.json CHANGED
@@ -49,7 +49,7 @@
49
49
  "react-dom": "^17.0.1"
50
50
  },
51
51
  "name": "@visns-studio/visns-components",
52
- "version": "3.3.9",
52
+ "version": "3.3.11",
53
53
  "description": "Various packages to assist in the development of our Custom Applications.",
54
54
  "main": "index.js",
55
55
  "scripts": {