@tecof/theme-editor 0.0.33 → 0.0.34

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/dist/index.d.mts CHANGED
@@ -727,7 +727,7 @@ declare class FieldErrorBoundary extends Component<FieldErrorBoundaryProps, Fiel
727
727
  static getDerivedStateFromError(error: Error): FieldErrorBoundaryState;
728
728
  componentDidCatch(error: Error, errorInfo: ErrorInfo): void;
729
729
  handleRetry: () => void;
730
- render(): string | number | bigint | boolean | react_jsx_runtime.JSX.Element | Iterable<ReactNode> | Promise<string | number | bigint | boolean | react.ReactPortal | react.ReactElement<unknown, string | react.JSXElementConstructor<any>> | Iterable<ReactNode> | null | undefined> | null | undefined;
730
+ render(): string | number | bigint | boolean | Iterable<ReactNode> | Promise<string | number | bigint | boolean | react.ReactPortal | react.ReactElement<unknown, string | react.JSXElementConstructor<any>> | Iterable<ReactNode> | null | undefined> | react_jsx_runtime.JSX.Element | null | undefined;
731
731
  }
732
732
 
733
733
  declare function hexToHsl(hex: string): HSL;
package/dist/index.d.ts CHANGED
@@ -727,7 +727,7 @@ declare class FieldErrorBoundary extends Component<FieldErrorBoundaryProps, Fiel
727
727
  static getDerivedStateFromError(error: Error): FieldErrorBoundaryState;
728
728
  componentDidCatch(error: Error, errorInfo: ErrorInfo): void;
729
729
  handleRetry: () => void;
730
- render(): string | number | bigint | boolean | react_jsx_runtime.JSX.Element | Iterable<ReactNode> | Promise<string | number | bigint | boolean | react.ReactPortal | react.ReactElement<unknown, string | react.JSXElementConstructor<any>> | Iterable<ReactNode> | null | undefined> | null | undefined;
730
+ render(): string | number | bigint | boolean | Iterable<ReactNode> | Promise<string | number | bigint | boolean | react.ReactPortal | react.ReactElement<unknown, string | react.JSXElementConstructor<any>> | Iterable<ReactNode> | null | undefined> | react_jsx_runtime.JSX.Element | null | undefined;
731
731
  }
732
732
 
733
733
  declare function hexToHsl(hex: string): HSL;