hiver-ui-kit-extended 1.0.0-beta.2 → 1.0.0-beta.5

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.
@@ -1,4 +1,4 @@
1
- import { JSX } from 'react/jsx-runtime';
1
+ import { JSX as JSX_2 } from 'react/jsx-runtime';
2
2
  import { ReactNode } from 'react';
3
3
 
4
4
  declare const HUITheme: {
@@ -15,7 +15,7 @@ declare const HUITheme: {
15
15
  * HUI Theme Provider
16
16
  * Wraps the app and provides the HUI theme via context
17
17
  */
18
- export declare function HUIThemeProvider({ children, theme, }: HUIThemeProviderProps): JSX.Element;
18
+ export declare function HUIThemeProvider({ children, theme, }: HUIThemeProviderProps): JSX_2.Element;
19
19
 
20
20
  declare interface HUIThemeProviderProps {
21
21
  children: ReactNode;
@@ -1,4 +1,4 @@
1
- import { JSX } from 'react/jsx-runtime';
1
+ import { JSX as JSX_2 } from 'react/jsx-runtime';
2
2
  import { ReactNode } from 'react';
3
3
 
4
4
  declare const PrimeReactTheme: {
@@ -884,7 +884,7 @@ declare const PrimeReactTheme: {
884
884
  * PrimeReact Theme Provider
885
885
  * Wraps the app with PrimeReactProvider and applies the theme
886
886
  */
887
- export declare function PrimeReactThemeProvider({ children, theme, }: PrimeReactThemeProviderProps): JSX.Element;
887
+ export declare function PrimeReactThemeProvider({ children, theme, }: PrimeReactThemeProviderProps): JSX_2.Element;
888
888
 
889
889
  declare interface PrimeReactThemeProviderProps {
890
890
  children: ReactNode;