polyfire-js
Advanced tools
Comparing version
import React from "react"; | ||
export interface AutoCompleteInputProps extends React.HTMLAttributes<HTMLInputElement> { | ||
onChange?: React.HTMLAttributes<HTMLInputElement>["onChange"]; | ||
export interface AutoCompleteInputProps extends React.InputHTMLAttributes<HTMLInputElement> { | ||
onChange?: React.InputHTMLAttributes<HTMLInputElement>["onChange"]; | ||
} | ||
export declare function AutoCompleteInput({ onChange: onChangeProps, ...props }: AutoCompleteInputProps): React.ReactElement; |
@@ -144,3 +144,3 @@ "use strict"; | ||
}, [outputRef, inputRef]); | ||
return (react_1.default.createElement("label", __assign({}, props, { style: __assign(__assign({ display: "inline-block", minHeight: 16, minWidth: 176, fontSize: 13.33333, padding: "1px 2px", border: "2px solid #ccc", borderRadius: "3px", backgroundColor: "white" }, (props.style || {})), { position: "relative" }) }), | ||
return (react_1.default.createElement("label", { style: __assign(__assign({ display: "inline-block", minHeight: 16, minWidth: 176, fontSize: 13.33333, padding: "1px 2px", border: "2px solid #ccc", borderRadius: "3px", backgroundColor: "white" }, (props.style || {})), { position: "relative" }) }, | ||
react_1.default.createElement("div", { style: { | ||
@@ -147,0 +147,0 @@ fontFamily: ((_b = props === null || props === void 0 ? void 0 : props.style) === null || _b === void 0 ? void 0 : _b.fontFamily) || "Cantarell", |
import React from "react"; | ||
export interface AutoCompleteTextAreaProps extends React.HTMLAttributes<HTMLTextAreaElement> { | ||
export interface AutoCompleteTextAreaProps extends React.TextareaHTMLAttributes<HTMLTextAreaElement> { | ||
onChange?: React.HTMLAttributes<HTMLTextAreaElement>["onChange"]; | ||
} | ||
export declare function AutoCompleteTextArea({ onChange: onChangeProps, ...props }: AutoCompleteTextAreaProps): React.ReactElement; |
@@ -158,3 +158,3 @@ "use strict"; | ||
}, []); | ||
return (react_1.default.createElement("label", __assign({}, props, { style: __assign(__assign({ display: "inline-block", minHeight: 16, minWidth: 176, fontSize: 13.33333, padding: "1px 2px", border: "2px solid #ccc", borderRadius: "3px", backgroundColor: "white" }, (props.style || {})), { position: "relative" }) }), | ||
return (react_1.default.createElement("label", { style: __assign(__assign({ display: "inline-block", minHeight: 16, minWidth: 176, fontSize: 13.33333, padding: "1px 2px", border: "2px solid #ccc", borderRadius: "3px", backgroundColor: "white" }, (props.style || {})), { position: "relative" }) }, | ||
react_1.default.createElement("div", { style: { | ||
@@ -161,0 +161,0 @@ fontFamily: ((_b = props === null || props === void 0 ? void 0 : props.style) === null || _b === void 0 ? void 0 : _b.fontFamily) || "Cantarell", |
{ | ||
"name": "polyfire-js", | ||
"version": "0.2.32", | ||
"version": "0.2.33", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "types": "index.d.ts", |
268716
-0.01%