@lls/typings 24.25.0-ad3c79ef → 24.25.0-bc5c2b44

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/button.d.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  export type OnGoToType = (props: {
2
+ isDraft?: boolean
2
3
  href?: string | URL
3
4
  page?: number
4
5
  doc?: string
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lls/typings",
3
- "version": "24.25.0-ad3c79ef",
3
+ "version": "24.25.0-bc5c2b44",
4
4
  "description": "types custom du monorepo",
5
5
  "main": "index.js",
6
6
  "keywords": [],
@@ -86,7 +86,6 @@ 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
90
89
  isInFullscreen?: boolean
91
90
  archipelParams?: ArchipelParamsType
92
91
  learningResources?: LearningResource[]