@lls/typings 24.25.0-bc5c2b44 → 24.25.0-ccdedd7d

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.25.0-bc5c2b44",
3
+ "version": "24.25.0-ccdedd7d",
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[]