@volvo-cars/ced-os-react-components
Advanced tools
Comparing version 2.5.13 to 2.5.14
@@ -19,5 +19,6 @@ import React, { PropsWithChildren, ReactNode } from 'react'; | ||
export declare const FootnotesContext: React.Context<FootnotesContextValue>; | ||
export declare const FootnotesProvider: ({ notes: thisNotes, isArticle, ...props }: PropsWithChildren<{ | ||
export declare const FootnotesProvider: ({ notes: thisNotes, isArticle, collectionId, ...props }: PropsWithChildren<{ | ||
notes: Note[]; | ||
isArticle: boolean; | ||
collectionId?: string; | ||
}>) => import("react/jsx-runtime").JSX.Element; | ||
@@ -24,0 +25,0 @@ export declare const FootnotesConsumer: React.Consumer<FootnotesContextValue>; |
@@ -26,2 +26,3 @@ import { Config } from '../config/ConfigProvider'; | ||
darkMode?: boolean; | ||
documentId?: string; | ||
} | ||
@@ -45,3 +46,3 @@ /** | ||
*/ | ||
declare function JSONArticle({ theme, config, data, metaSlot, omitTitle, darkMode, ...articleProps }: JSONArticleProps): import("react/jsx-runtime").JSX.Element | null; | ||
declare function JSONArticle({ theme, config, data, metaSlot, omitTitle, darkMode, documentId, ...articleProps }: JSONArticleProps): import("react/jsx-runtime").JSX.Element | null; | ||
export { JSONArticle }; |
import { PropsWithChildren } from 'react'; | ||
type RenderProvidersProps = PropsWithChildren<{ | ||
documentId?: string; | ||
isArticle?: boolean; | ||
@@ -9,3 +10,3 @@ theme?: string; | ||
}>; | ||
export declare const RenderProviders: ({ isArticle, children, config, theme, darkMode, notes, }: RenderProvidersProps) => import("react/jsx-runtime").JSX.Element; | ||
export declare const RenderProviders: ({ documentId, isArticle, children, config, theme, darkMode, notes, }: RenderProvidersProps) => import("react/jsx-runtime").JSX.Element; | ||
export {}; |
{ | ||
"name": "@volvo-cars/ced-os-react-components", | ||
"version": "2.5.13", | ||
"version": "2.5.14", | ||
"description": "Set of components for developing UIs in the onboarding and support apps", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
1091945
14550