@pnkx-lib/ui 1.7.9 → 1.8.0

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pnkx-lib/ui",
3
3
  "private": false,
4
- "version": "1.7.9",
4
+ "version": "1.8.0",
5
5
  "type": "module",
6
6
  "main": "./es/index.js",
7
7
  "module": "./es/index.js",
package/types/index.d.ts CHANGED
@@ -334,7 +334,7 @@ declare class ErrorBoundaryClass extends Component<ErrorBoundaryProps, ErrorBoun
334
334
  static getDerivedStateFromError(error: Error): ErrorBoundaryState;
335
335
  componentDidCatch(error: Error, errorInfo: ErrorInfo): void;
336
336
  handleReload: () => void;
337
- render(): string | number | bigint | boolean | JSX.Element | Iterable<default_2.ReactNode> | Promise<string | number | bigint | boolean | default_2.ReactPortal | default_2.ReactElement<unknown, string | default_2.JSXElementConstructor<any>> | Iterable<default_2.ReactNode> | null | undefined> | null | undefined;
337
+ render(): default_2.ReactNode;
338
338
  }
339
339
 
340
340
  export declare interface ErrorBoundaryProps {
package/types/ui.d.ts CHANGED
@@ -280,7 +280,7 @@ declare class ErrorBoundaryClass extends Component<ErrorBoundaryProps, ErrorBoun
280
280
  static getDerivedStateFromError(error: Error): ErrorBoundaryState;
281
281
  componentDidCatch(error: Error, errorInfo: ErrorInfo): void;
282
282
  handleReload: () => void;
283
- render(): string | number | bigint | boolean | JSX.Element | Iterable<default_2.ReactNode> | Promise<string | number | bigint | boolean | default_2.ReactPortal | default_2.ReactElement<unknown, string | default_2.JSXElementConstructor<any>> | Iterable<default_2.ReactNode> | null | undefined> | null | undefined;
283
+ render(): default_2.ReactNode;
284
284
  }
285
285
 
286
286
  export declare interface ErrorBoundaryProps {