Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@dotcms/react

Package Overview
Dependencies
Maintainers
2
Versions
230
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dotcms/react - npm Package Compare versions

Comparing version
1.2.1-next.1
to
1.2.1-next.2
+1
index.d.ts
export * from "./src/index";
import { StyleEditorFormSchema } from '@dotcms/uve';
/**
* Hook to register style editor forms with the UVE editor.
* @param forms - Array of style editor form schemas to register
* @returns void
*/
export declare const useStyleEditorSchemas: (styleEditorForms: StyleEditorFormSchema[]) => void;
+3
-3
{
"name": "@dotcms/react",
"version": "1.2.1-next.1",
"version": "1.2.1-next.2",
"peerDependencies": {

@@ -34,3 +34,3 @@ "react": ">=18",

"import": "./index.esm.js",
"types": "./index.esm.d.ts"
"types": "./index.d.ts"
}

@@ -54,3 +54,3 @@ },

"main": "./index.esm.js",
"types": "./index.esm.d.ts"
"types": "./index.d.ts"
}

@@ -9,2 +9,3 @@ export { DotCMSLayoutBody } from './lib/next/components/DotCMSLayoutBody/DotCMSLayoutBody';

export { useAISearch } from './lib/next/hooks/useAISearch';
export { useStyleEditorSchemas } from './lib/next/hooks/useStyleEditorSchemas';
export type { DotCMSAISearchValue, DotCMSAISearchProps } from './lib/next/shared/types';
export * from "./src/index";

Sorry, the diff of this file is too big to display