@lls/typings 24.20.0-dbc3e5a5 → 24.20.0-e7afd1cb

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.20.0-dbc3e5a5",
3
+ "version": "24.20.0-e7afd1cb",
4
4
  "description": "types custom du monorepo",
5
5
  "main": "index.js",
6
6
  "keywords": [],
@@ -1,4 +1,4 @@
1
- import type { DocJson, LayoutItem, LearningResource } from '@lls/store'
1
+ import type { DocJson, LayoutItem } from '@lls/store'
2
2
  import type { ReactSetState } from '@typings/react'
3
3
  type ZoomPropsType = {
4
4
  zoomStep?: number
@@ -80,7 +80,6 @@ export type PresentationPropsType = {
80
80
  isArchipel?: boolean // TODO a supprimer
81
81
  isInFullscreen?: boolean
82
82
  archipelParams?: ArchipelParamsType
83
- learningResources?: LearningResource[]
84
83
  setShowHomo?: (homo: boolean) => void
85
84
  openProjectorView?: () => void
86
85
  extendSplitView?: (view: ProjectorViewPosition) => void