New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

polyfire-js

Package Overview
Dependencies
Maintainers
3
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

polyfire-js - npm Package Compare versions

Comparing version

to
0.2.33

4

components/AutoCompleteInput.d.ts
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",