@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.
- package/build/GlobalConfigContext.d.ts +1 -0
- package/build/OrangeDAMContentBrowserSDK.min.css +1 -1
- package/build/OrangeDAMContentBrowserSDK.min.css.map +1 -1
- package/build/OrangeDAMContentBrowserSDK.min.js +294 -281
- package/build/OrangeDAMContentBrowserSDK.min.js.map +1 -1
- package/build/components/Browser/Browser.d.ts +1 -0
- package/build/index.d.ts +4 -0
- package/package.json +2 -2
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.
|
|
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.
|
|
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",
|