@aleodoni-common/tailwind-components
Advanced tools
Comparing version 1.0.100 to 1.0.101
@@ -102,3 +102,3 @@ function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; } | ||
var Input = function Input(props) { | ||
var Input = function Input(props, ref) { | ||
var aleodoni_inputicon = props.aleodoni_inputicon, | ||
@@ -129,2 +129,3 @@ _props$aleodoni_ringc = props.aleodoni_ringcolor, | ||
}), React.createElement("input", Object.assign({ | ||
ref: ref, | ||
type: type, | ||
@@ -131,0 +132,0 @@ className: inputClassName |
@@ -100,3 +100,3 @@ import React from 'react'; | ||
var Input = function Input(props) { | ||
var Input = function Input(props, ref) { | ||
var aleodoni_inputicon = props.aleodoni_inputicon, | ||
@@ -127,2 +127,3 @@ _props$aleodoni_ringc = props.aleodoni_ringcolor, | ||
}), React.createElement("input", Object.assign({ | ||
ref: ref, | ||
type: type, | ||
@@ -129,0 +130,0 @@ className: inputClassName |
{ | ||
"name": "@aleodoni-common/tailwind-components", | ||
"version": "1.0.100", | ||
"version": "1.0.101", | ||
"main": "./build/index.js", | ||
@@ -5,0 +5,0 @@ "module": "build/index.modern.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
86823
1328