@dotcms/react
Advanced tools
Comparing version 0.0.1-alpha.23 to 0.0.1-alpha.24
{ | ||
"name": "@dotcms/react", | ||
"version": "0.0.1-alpha.23", | ||
"version": "0.0.1-alpha.24", | ||
"peerDependencies": { | ||
"react": ">=18", | ||
"react-dom": ">=18", | ||
"@dotcms/client": "0.0.1-alpha.23" | ||
"@dotcms/client": "0.0.1-alpha.24" | ||
}, | ||
@@ -9,0 +9,0 @@ "description": "Official React Components library to render a dotCMS page.", |
@@ -24,3 +24,3 @@ /// <reference types="react" /> | ||
readonly pageContext: DotCMSPageContext; | ||
readonly config?: DotCMSPageEditorConfig; | ||
readonly config: DotCMSPageEditorConfig; | ||
}; | ||
@@ -27,0 +27,0 @@ /** |
import { DotCMSPageEditorConfig } from '@dotcms/client'; | ||
export declare const useDotcmsEditor: (config?: DotCMSPageEditorConfig) => boolean; | ||
export declare const useDotcmsEditor: ({ pathname }: DotCMSPageEditorConfig) => { | ||
isInsideEditor: boolean; | ||
}; |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
80063
1890