@bindu-dashing/dam-solution-v2 5.8.12 → 5.8.13

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.
@@ -7,9 +7,11 @@ import DriveContainer from "./DriveContainer";
7
7
  import useAppParams from "../utilities/useAppParams";
8
8
  import { FoldersProvider } from "../utilities/FoldersContext";
9
9
  export default function MyDriveMainContainer({ folders, setFolders }) {
10
+ console.log('## MyDriveMainContainer props', folders, setFolders);
10
11
  const damConfig = useDamConfig();
11
12
  const { rootFolderId, brand, isAdmin } = damConfig;
12
13
  const params = useAppParams();
14
+ console.log('## all props', params, rootFolderId);
13
15
  const [selectedKeys, setSelectedKeys] = useState([]);
14
16
  const [expandedKeys, setExpandedKeys] = useState([]);
15
17
  const [globalSearch, setGlobalSearch] = useState("");
@@ -22,8 +24,6 @@ export default function MyDriveMainContainer({ folders, setFolders }) {
22
24
  setSelectedKeys(rootFolderId);
23
25
  }
24
26
  }, [params === null || params === void 0 ? void 0 : params.folderId, rootFolderId]);
25
- console.log('params123', params);
26
- console.log('rootFolderId123', rootFolderId);
27
27
  const currentRootId = isArray(selectedKeys)
28
28
  ? selectedKeys.length
29
29
  ? selectedKeys[selectedKeys.length - 1]
@@ -9,6 +9,7 @@ import { useMemo, useState } from "react";
9
9
  import process from "process";
10
10
  import { ParamsProvider } from "../utilities/useAppParams";
11
11
  function App(props) {
12
+ console.log('## receiver props', props);
12
13
  const config = useMemo(() => ({
13
14
  damAccessKey: props === null || props === void 0 ? void 0 : props.accessKey,
14
15
  secretKey: props === null || props === void 0 ? void 0 : props.secretKey,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bindu-dashing/dam-solution-v2",
3
- "version": "5.8.12",
3
+ "version": "5.8.13",
4
4
  "dependencies": {
5
5
  "@ant-design/icons": "^5.0.1",
6
6
  "@emoji-mart/data": "^1.2.1",