@lls/typings 24.25.0-e343c280 → 24.25.0-ef78f259

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.
@@ -31,7 +31,6 @@ declare global {
31
31
  var UNIVERSAL_VARS: UniversalVars
32
32
  var llsStorageReady: AsyncLocalStorage<Store>
33
33
  var llsStoragePromise: Promise<AsyncLocalStorage<Store>>
34
- var isBun: boolean | undefined
35
34
 
36
35
  namespace NodeJS {
37
36
  interface ProcessEnv {
@@ -8,7 +8,6 @@ interface Window {
8
8
  opera: any | undefined
9
9
  MSStream: any | undefined
10
10
  coreOpenWindow?: typeof window.open
11
- cocoreOpenWindow?: typeof window.open
12
11
  coreHref?: string
13
12
  outerHTML: unknown
14
13
  pa?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lls/typings",
3
- "version": "24.25.0-e343c280",
3
+ "version": "24.25.0-ef78f259",
4
4
  "description": "types custom du monorepo",
5
5
  "main": "index.js",
6
6
  "keywords": [],
@@ -86,6 +86,7 @@ export type PresentationPropsType = {
86
86
  boardId?: string | undefined
87
87
  showHomo?: boolean
88
88
  docsUuidWithFullscreenEnabled?: { groups: Record<LayoutItem['id'] | 'root', NonNullable<DocJson['uuid']>[]> }
89
+ isArchipel?: boolean // TODO a supprimer
89
90
  isInFullscreen?: boolean
90
91
  archipelParams?: ArchipelParamsType
91
92
  learningResources?: LearningResource[]