@trackunit/react-core-contexts 0.4.675 → 0.4.678
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/index.cjs.js
CHANGED
|
@@ -370,7 +370,7 @@ const NavigationProviderIrisApp = ({ children }) => {
|
|
|
370
370
|
};
|
|
371
371
|
|
|
372
372
|
/**
|
|
373
|
-
* This is a provider for the
|
|
373
|
+
* This is a provider for the OemBrandingContext.
|
|
374
374
|
*/
|
|
375
375
|
const OemBrandingContextProviderIrisApp = ({ children }) => {
|
|
376
376
|
const [oemBrandingContext, setOemBrandingContext] = React.useState(null);
|
package/index.esm.js
CHANGED
|
@@ -350,7 +350,7 @@ const NavigationProviderIrisApp = ({ children }) => {
|
|
|
350
350
|
};
|
|
351
351
|
|
|
352
352
|
/**
|
|
353
|
-
* This is a provider for the
|
|
353
|
+
* This is a provider for the OemBrandingContext.
|
|
354
354
|
*/
|
|
355
355
|
const OemBrandingContextProviderIrisApp = ({ children }) => {
|
|
356
356
|
const [oemBrandingContext, setOemBrandingContext] = useState(null);
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@ interface OemBrandingContextProviderIrisAppProps {
|
|
|
2
2
|
children: React.ReactNode;
|
|
3
3
|
}
|
|
4
4
|
/**
|
|
5
|
-
* This is a provider for the
|
|
5
|
+
* This is a provider for the OemBrandingContext.
|
|
6
6
|
*/
|
|
7
7
|
export declare const OemBrandingContextProviderIrisApp: ({ children }: OemBrandingContextProviderIrisAppProps) => import("react/jsx-runtime").JSX.Element | null;
|
|
8
8
|
export {};
|