@orangelogic/orange-dam-content-browser-sdk 2.1.48-beta.7 → 2.1.48
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/index.d.ts
CHANGED
|
@@ -160,6 +160,11 @@ type OrangeDAMContentBrowser = {
|
|
|
160
160
|
* The flag to toggle between loading external fonts from direct links and from internal CSS file
|
|
161
161
|
*/
|
|
162
162
|
loadExternalFonts?: boolean;
|
|
163
|
+
/**
|
|
164
|
+
* The default grid view to be used when showing asset (default Medium)
|
|
165
|
+
* Available values: small, medium, large
|
|
166
|
+
*/
|
|
167
|
+
defaultGridView?: string;
|
|
163
168
|
}) => Promise<void>;
|
|
164
169
|
close: () => void;
|
|
165
170
|
fetchAssets: (params: GetContentRequest) => Promise<{
|
package/package.json
CHANGED