polyfire-js
Advanced tools
Comparing version 0.2.31 to 0.2.32
import React from "react"; | ||
export interface AutoCompleteInputProps extends React.HTMLAttributes<HTMLElement> { | ||
export interface AutoCompleteInputProps extends React.HTMLAttributes<HTMLInputElement> { | ||
onChange?: React.HTMLAttributes<HTMLInputElement>["onChange"]; | ||
} | ||
export declare function AutoCompleteInput({ onChange: onChangeProps, ...props }: AutoCompleteInputProps): React.ReactElement; |
import React from "react"; | ||
export interface AutoCompleteTextAreaProps extends React.HTMLAttributes<HTMLElement> { | ||
export interface AutoCompleteTextAreaProps extends React.HTMLAttributes<HTMLTextAreaElement> { | ||
onChange?: React.HTMLAttributes<HTMLTextAreaElement>["onChange"]; | ||
} | ||
export declare function AutoCompleteTextArea({ onChange: onChangeProps, ...props }: AutoCompleteTextAreaProps): React.ReactElement; |
import React from "react"; | ||
export interface ImageGeneratedProps extends React.HTMLAttributes<HTMLDivElement> { | ||
export interface ImageGeneratedProps extends React.HTMLAttributes<HTMLImageElement> { | ||
prompt: string; | ||
@@ -4,0 +4,0 @@ model: string; |
@@ -57,2 +57,3 @@ "use strict"; | ||
if (status === "authenticated" && prompt) { | ||
setImageUrl(undefined); | ||
generateImage(prompt, { model: model }).then(function (_a) { | ||
@@ -59,0 +60,0 @@ var url = _a.url; |
{ | ||
"name": "polyfire-js", | ||
"version": "0.2.31", | ||
"version": "0.2.32", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "types": "index.d.ts", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
268740
5463
3