@entur-partner/app-shell 6.5.1 → 6.5.3

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/README.md CHANGED
@@ -14,4 +14,3 @@ yarn add @entur-partner/micro-frontend
14
14
  ## Usage
15
15
 
16
16
  TODO
17
-
@@ -25,4 +25,4 @@ export interface AppShellProps {
25
25
  }) => void;
26
26
  isPublicView?: boolean;
27
27
  }
28
- export declare const AppShell: ({ children, audience, domain, clientId, decorateUser, environment, redirectUri, navigate, isPublicView, }: AppShellProps) => import("react/jsx-runtime").JSX.Element;
28
+ export declare const AppShell: ({ children, audience, domain, clientId, decorateUser, environment, redirectUri, navigate, isPublicView, }: AppShellProps) => import("react").JSX.Element;
@@ -12,5 +12,5 @@ export declare const useConsentManager: () => Consents;
12
12
  type Props = {
13
13
  children: ReactNode;
14
14
  };
15
- export declare const ConsentManagerProvider: ({ children }: Props) => import("react/jsx-runtime").JSX.Element;
15
+ export declare const ConsentManagerProvider: ({ children }: Props) => import("react").JSX.Element;
16
16
  export {};
@@ -2,5 +2,5 @@ import { type Environment } from "@entur-partner/common";
2
2
  type EnvironmentBannerProps = {
3
3
  environment: Exclude<Environment, Environment.Production>;
4
4
  };
5
- export declare const EnvironmentBanner: ({ environment }: EnvironmentBannerProps) => import("react/jsx-runtime").JSX.Element;
5
+ export declare const EnvironmentBanner: ({ environment }: EnvironmentBannerProps) => import("react").JSX.Element;
6
6
  export {};
@@ -28,5 +28,5 @@ type Props = {
28
28
  forceDisablePostHog?: boolean;
29
29
  children: ReactNode;
30
30
  };
31
- export declare const PostHogProviderWrapper: ({ debug, postHogApiKey, isStandalone, project, forceDisablePostHog, children, }: Props) => import("react/jsx-runtime").JSX.Element;
31
+ export declare const PostHogProviderWrapper: ({ debug, postHogApiKey, isStandalone, project, forceDisablePostHog, children, }: Props) => import("react").JSX.Element;
32
32
  export {};