@s-ui/react-atom-input
Advanced tools
Comparing version 5.1.0 to 5.2.0
import _extends from "@babel/runtime/helpers/esm/extends"; | ||
import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose"; | ||
import { jsx as _jsx } from "react/jsx-runtime"; | ||
import React from 'react'; | ||
import Input, { inputSizes, inputStates } from './Input'; | ||
@@ -6,0 +5,0 @@ import Password from './Password'; |
import { jsx as _jsx } from "react/jsx-runtime"; | ||
import React from 'react'; | ||
import cx from 'classnames'; | ||
@@ -4,0 +3,0 @@ var BASE_CLASS = 'sui-AtomInput-input'; |
@@ -5,3 +5,2 @@ import _extends from "@babel/runtime/helpers/esm/extends"; | ||
import { jsxs as _jsxs } from "react/jsx-runtime"; | ||
import React from 'react'; | ||
import cx from 'classnames'; | ||
@@ -8,0 +7,0 @@ var BASE_CLASS = 'sui-AtomInput-addon'; |
@@ -6,3 +6,3 @@ import _extends from "@babel/runtime/helpers/esm/extends"; | ||
import { jsxs as _jsxs } from "react/jsx-runtime"; | ||
import React from 'react'; | ||
import { Component } from 'react'; | ||
import cx from 'classnames'; | ||
@@ -25,4 +25,4 @@ var TYPES = { | ||
return _temp = /*#__PURE__*/function (_React$Component) { | ||
_inheritsLoose(Icon, _React$Component); | ||
return _temp = /*#__PURE__*/function (_Component) { | ||
_inheritsLoose(Icon, _Component); | ||
@@ -36,3 +36,3 @@ function Icon() { | ||
_this = _React$Component.call.apply(_React$Component, [this].concat(args)) || this; | ||
_this = _Component.call.apply(_Component, [this].concat(args)) || this; | ||
@@ -79,5 +79,5 @@ _this.handleLeftClick = function (e) { | ||
return Icon; | ||
}(React.Component), _temp; | ||
}(Component), _temp; | ||
}; | ||
export default IconHoC; |
@@ -5,3 +5,2 @@ import _extends from "@babel/runtime/helpers/esm/extends"; | ||
import { jsxs as _jsxs } from "react/jsx-runtime"; | ||
import React from 'react'; | ||
var BASE_CLASS = 'sui-AtomInput-withButton'; | ||
@@ -8,0 +7,0 @@ |
import _extends from "@babel/runtime/helpers/esm/extends"; | ||
import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose"; | ||
import { jsx as _jsx } from "react/jsx-runtime"; | ||
import React, { useState, useEffect, useRef } from 'react'; | ||
import { useState, useEffect, useRef } from 'react'; | ||
import Input from '../Input'; | ||
@@ -6,0 +6,0 @@ |
@@ -5,3 +5,3 @@ import _extends from "@babel/runtime/helpers/esm/extends"; | ||
import { jsxs as _jsxs } from "react/jsx-runtime"; | ||
import React, { useState } from 'react'; | ||
import { useState } from 'react'; | ||
import Input from '../Input'; | ||
@@ -8,0 +8,0 @@ var BASE_CLASS = 'sui-AtomInput'; |
{ | ||
"name": "@s-ui/react-atom-input", | ||
"version": "5.1.0", | ||
"version": "5.2.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
48965
392