@alfalab/core-components-input
Advanced tools
Comparing version 1.0.5 to 1.1.0
@@ -1,8 +0,2 @@ | ||
/** | ||
* Vendor | ||
*/ | ||
import React, { InputHTMLAttributes } from 'react'; | ||
/** | ||
* Types | ||
*/ | ||
export declare type InputProps = Omit<InputHTMLAttributes<HTMLInputElement>, 'size' | 'type'> & { | ||
@@ -9,0 +3,0 @@ /** Растягивает компонент на ширину контейнера */ |
@@ -22,5 +22,2 @@ "use strict"; | ||
/** | ||
* Expo | ||
*/ | ||
// TODO: Этого не будет, когда появится компонент иконки. | ||
@@ -75,3 +72,3 @@ const errorIcon = _react.default.createElement("svg", { | ||
const rightAddonsRenderer = () => _react.default.createElement("div", { | ||
const rightAddonsRenderer = () => (error || rightAddons) && _react.default.createElement("div", { | ||
className: (0, _classnames.default)(_indexModule.default.addons) | ||
@@ -78,0 +75,0 @@ }, error && errorIcon, rightAddons); |
{ | ||
"name": "@alfalab/core-components-input", | ||
"version": "1.0.5", | ||
"version": "1.1.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17614
342
1