@lls/typings 24.1.50-2ae94326 → 24.1.50-2d7edefd

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,8 +2,6 @@ export type ResourcesMenuType = {
2
2
  id?: string
3
3
  uri?: string
4
4
  title?: string
5
- bookUrl?: string
6
- guideUrl?: string
7
5
  type?: string
8
6
  elements?: Array<ResourcesMenuType>
9
7
  version?: string
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lls/typings",
3
- "version": "24.1.50-2ae94326",
3
+ "version": "24.1.50-2d7edefd",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "keywords": [],
@@ -35,6 +35,4 @@ export type PresentationPropsType = {
35
35
  initZoomModal?: (docUuid?: string) => void
36
36
  deleteZoomModal?: (docUuid?: string) => void
37
37
  getNbDocs?: (tabId: string) => number
38
- getFirstDocWithFullscreen?: (tabId: string) => string
39
- resetLeftDocZoomViewerStep?: () => void
40
38
  }