@uidu/field-base
Advanced tools
Comparing version 0.1.29 to 0.1.30
# Change Log | ||
## 0.1.30 | ||
- [patch] [f2e03fd](https://github.org/uidu-org/guidu/commits/f2e03fd): | ||
- Release uidu/board for tasks management | ||
## 0.1.29 | ||
@@ -4,0 +9,0 @@ - [patch] [93d4c6e](https://github.org/uidu-org/guidu/commits/93d4c6e): |
{ | ||
"name": "@uidu/field-base", | ||
"version": "0.1.29", | ||
"version": "0.1.30", | ||
"description": "Inputs using Formsy", | ||
@@ -31,2 +31,2 @@ "module": "index.js", | ||
"gitHead": "b7db529527c03f84030c3e712742ff4301bc72c5" | ||
} | ||
} |
@@ -0,4 +1,4 @@ | ||
import classNames from 'classnames'; | ||
import PropTypes from 'prop-types'; | ||
import React from 'react'; | ||
import PropTypes from 'prop-types'; | ||
import classNames from 'classnames'; | ||
import Label from './Label'; | ||
@@ -16,3 +16,3 @@ | ||
if (layout === 'elementOnly') { | ||
return React.createElement("span", null, element); | ||
return element; | ||
} | ||
@@ -19,0 +19,0 @@ |
@@ -0,4 +1,4 @@ | ||
import classNames from 'classnames'; | ||
import PropTypes from 'prop-types'; | ||
import React from 'react'; | ||
import PropTypes from 'prop-types'; | ||
import classNames from 'classnames'; | ||
import Label from './Label'; | ||
@@ -19,3 +19,3 @@ | ||
if (layout === 'elementOnly') { | ||
return <span>{element}</span>; | ||
return element; | ||
} | ||
@@ -22,0 +22,0 @@ |
import React, { PureComponent } from 'react'; | ||
import { | ||
ErrorMessages, | ||
FloatLabel, | ||
Help, | ||
Icon, | ||
RequiredSymbol, | ||
Row, | ||
RequiredSymbol, | ||
FloatLabel, | ||
} from './index'; | ||
@@ -10,0 +10,0 @@ |
{ | ||
"name": "@uidu/field-base", | ||
"version": "0.1.29" | ||
"version": "0.1.30" | ||
} |
@@ -9,3 +9,3 @@ import _extends from "@babel/runtime/helpers/extends"; | ||
import React, { PureComponent } from 'react'; | ||
import { ErrorMessages, Help, Icon, Row, RequiredSymbol, FloatLabel } from './index'; | ||
import { ErrorMessages, FloatLabel, Help, Icon, RequiredSymbol, Row } from './index'; | ||
@@ -12,0 +12,0 @@ var Wrapper = |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
205936
0