@lls/typings 24.27.0-ff4d6c28 → 24.27.0

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.27.0-ff4d6c28",
3
+ "version": "24.27.0",
4
4
  "description": "types custom du monorepo",
5
5
  "main": "index.js",
6
6
  "keywords": [],
@@ -46,7 +46,6 @@ export type NavigationPropsType = {
46
46
  showRightSinglePage?: boolean
47
47
  forceHomoSinglePage?: boolean
48
48
  setForceHomoSinglePage?: (force: boolean) => void
49
- disabledHomoSinglePage?: boolean
50
49
  showHomoSinglePage?: boolean
51
50
  leftPageLink?: { visible: boolean; href?: string; onClick: (e: React.MouseEvent) => void }
52
51
  rightPageLink?: { visible: boolean; href?: string; onClick: (e: React.MouseEvent) => void }