@visns-studio/visns-components 3.3.10 → 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.
@@ -39,7 +39,6 @@ const ChildSort = ({ item, url }) => {
39
39
  onSortEnd={onSortEnd}
40
40
  axis="xy"
41
41
  helperClass="dragitem"
42
- showImage={true}
43
42
  transitionDuration={250}
44
43
  useDragHandle
45
44
  />
@@ -101,6 +100,7 @@ const CmsSort = ({ setting, category = false }) => {
101
100
  onSortEnd={onSortEnd}
102
101
  axis="xy"
103
102
  helperClass="dragitem"
103
+ showImage={true}
104
104
  transitionDuration={250}
105
105
  useDragHandle
106
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.10",
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": {