@capillarytech/creatives-library 7.17.133 → 7.17.134-alpha.0

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@capillarytech/creatives-library",
3
3
  "author": "meharaj",
4
- "version": "7.17.133",
4
+ "version": "7.17.134-alpha.0",
5
5
  "description": "Capillary creatives ui",
6
6
  "main": "./index.js",
7
7
  "module": "./index.es.js",
package/services/api.js CHANGED
@@ -544,3 +544,5 @@ export const getNavigationConfigApi = async () => {
544
544
  const url = `${ARYA_ENDPOINT}/navigations`;
545
545
  return await request(url, getAPICallObject('GET'));
546
546
  };
547
+
548
+ export {request, getAPICallObject};
@@ -185,6 +185,8 @@ export class NavigationBar extends React.Component {
185
185
  showDocumentationBot={showDocumentationBot}
186
186
  setLeftNavbarExpandedProp={handleLeftNavBarExpanded}
187
187
  headerOverideCss={headerOverideCss}
188
+ request={Api.request}
189
+ getAPICallObject={Api.getAPICallObject}
188
190
  >
189
191
  <div data-testid="cap-wrapper">
190
192
  <CapWrapper isEmbedded={type === EMBEDDED}>