@lls/typings 24.31.0-8150d621 → 24.31.0-d0a1ad02

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@lls/typings",
3
- "version": "24.31.0-8150d621",
3
+ "version": "24.31.0-d0a1ad02",
4
4
  "description": "types custom du monorepo",
5
5
  "main": "index.js",
6
6
  "imports": {
@@ -11,8 +11,6 @@ export type PresentationViewType = {
11
11
  view?: 'page' | 'slide' | 'split' | undefined
12
12
  uuids?: (string | undefined)[]
13
13
  uuid?: string
14
- zoneId?: string
15
- zoneId2?: string
16
14
  lastOpenUuid?: string
17
15
  }
18
16
 
@@ -89,11 +87,7 @@ export type PresentationPropsType = {
89
87
  goBackToPage?: () => void
90
88
  closeProjectorView?: () => void
91
89
  closeSplitView?: () => void
92
- openFullscreenCard?: ({
93
- docUuid,
94
- zoneId,
95
- forceSplit
96
- }: { docUuid: string | undefined; zoneId?: string; forceSplit?: boolean }) => void
90
+ openFullscreenCard?: (docUuid: string | undefined, forceSplit?: boolean) => void
97
91
  slideToPreviousDocument?: (currentDocUuid: string, tabId?: string | undefined) => void
98
92
  getChildPosition?: (docUuid?: string, tabId?: string | undefined) => number
99
93
  slideToNextDocument?: (currentDocUuid: string, tabId?: string | undefined) => void