webc-miam 6.4.12 → 6.5.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.
@@ -248,16 +248,6 @@ export interface MiamInterface {
248
248
 
249
249
  // ---------------------------------------------------------------------------------------------------
250
250
 
251
- view: {
252
- /**
253
- * Call to notify Miam of the scrollable element of the client's page, if it is not <body>
254
- * This is necessary to prevent the page to scroll in the backgroud when Miam opens a popup/modal/drawer
255
- */
256
- setGlobalScrollableElement: (element: HTMLElement) => void;
257
- };
258
-
259
- // ---------------------------------------------------------------------------------------------------
260
-
261
251
  /**
262
252
  * Override two times will not be considered (DEPRECATED)
263
253
  * @param icon have to be a knowed icon name see section 'Custom icons' in read me