@lls/typings 24.31.0-446fabf0 → 24.31.0-66f8a780

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.
@@ -20,8 +20,6 @@ interface Window {
20
20
  }
21
21
  playwrightInplaceNavigate: (value: string) => void
22
22
  playwrightStoryId: string
23
- fbq?: (...args: any[]) => void
24
- _fbq?: (...args: any[]) => void
25
23
  clarity?: ((...params: string[]) => any) & { q?: unknown[] }
26
24
  $crisp: {
27
25
  push: (args: string[]) => void
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lls/typings",
3
- "version": "24.31.0-446fabf0",
3
+ "version": "24.31.0-66f8a780",
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