@visns-studio/visns-components 3.9.7 → 3.9.9

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.
@@ -1,6 +1,7 @@
1
1
  import React from 'react';
2
2
  import { useParams, useNavigate, useLocation } from 'react-router-dom';
3
3
  import Reveal from 'react-reveal/Reveal';
4
+ import { ToastContainer } from 'react-toastify';
4
5
  import CmsForm from '../Form';
5
6
 
6
7
  import 'react-confirm-alert/src/react-confirm-alert.css';
@@ -23,6 +24,11 @@ function CmsDetail({ setting }) {
23
24
  </div>
24
25
  </div>
25
26
  </div>
27
+ <ToastContainer
28
+ theme="light"
29
+ position="bottom-center"
30
+ style={{ width: '600px' }}
31
+ />
26
32
  </Reveal>
27
33
  );
28
34
  }
@@ -39,6 +39,7 @@ const ChildSort = ({ item, url }) => {
39
39
  onSortEnd={onSortEnd}
40
40
  axis="xy"
41
41
  helperClass="dragitem"
42
+ showImage={true}
42
43
  transitionDuration={250}
43
44
  useDragHandle
44
45
  />
package/package.json CHANGED
@@ -56,7 +56,7 @@
56
56
  "react-dom": "^17.0.1"
57
57
  },
58
58
  "name": "@visns-studio/visns-components",
59
- "version": "3.9.7",
59
+ "version": "3.9.9",
60
60
  "description": "Various packages to assist in the development of our Custom Applications.",
61
61
  "main": "index.js",
62
62
  "scripts": {