@orangelogic/orange-dam-content-browser-sdk 2.1.55 → 2.1.57

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.
@@ -2,6 +2,7 @@ import { FC } from 'react';
2
2
  import { Folder } from '@/types/search';
3
3
  type Props = {
4
4
  allowedFolders?: string[];
5
+ allowPin?: boolean;
5
6
  collectionPath?: string;
6
7
  currentFolder: Folder;
7
8
  favoriteFolderId?: string;
package/build/index.d.ts CHANGED
@@ -156,6 +156,10 @@ type OrangeDAMContentBrowser = {
156
156
  * The flag to allow the user to select favorites
157
157
  */
158
158
  allowFavorites?: boolean;
159
+ /**
160
+ * The flag to allow the user to pin the browser
161
+ */
162
+ allowPin?: boolean;
159
163
  /**
160
164
  * The flag to allow the user to logout
161
165
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orangelogic/orange-dam-content-browser-sdk",
3
- "version": "2.1.55",
3
+ "version": "2.1.57",
4
4
  "description": "OrangeDAM Content Browser SDK source code",
5
5
  "main": "build/OrangeDAMContentBrowserSDK.min.js",
6
6
  "types": "build/index.d.ts",
@@ -76,7 +76,7 @@
76
76
  "dependencies": {
77
77
  "@babel/core": "^7.16.0",
78
78
  "@craco/craco": "^7.1.0",
79
- "@orangelogic-private/design-system": "1.0.346",
79
+ "@orangelogic-private/design-system": "1.0.363",
80
80
  "@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
81
81
  "@reduxjs/toolkit": "^1.9.5",
82
82
  "@svgr/webpack": "^8.1.0",