@clayui/form
Advanced tools
Comparing version 3.106.0-alpha.0 to 3.106.0
@@ -45,3 +45,4 @@ "use strict"; | ||
className: (0, _classnames.default)('custom-control custom-checkbox', containerProps.className, { | ||
'custom-control-inline': inline | ||
'custom-control-inline': inline, | ||
'custom-control-outside': label | ||
}) | ||
@@ -48,0 +49,0 @@ }), /*#__PURE__*/_react.default.createElement("label", null, /*#__PURE__*/_react.default.createElement("input", _extends({}, otherProps, { |
@@ -36,3 +36,4 @@ "use strict"; | ||
className: (0, _classnames.default)('custom-control custom-radio', containerProps.className, { | ||
'custom-control-inline': inline | ||
'custom-control-inline': inline, | ||
'custom-control-outside': label | ||
}) | ||
@@ -39,0 +40,0 @@ }), /*#__PURE__*/_react.default.createElement("label", null, /*#__PURE__*/_react.default.createElement("input", _extends({}, otherProps, { |
{ | ||
"name": "@clayui/form", | ||
"version": "3.106.0-alpha.0", | ||
"version": "3.106.0", | ||
"description": "ClayForm component", | ||
@@ -28,5 +28,5 @@ "license": "BSD-3-Clause", | ||
"dependencies": { | ||
"@clayui/button": "^3.106.0-alpha.0", | ||
"@clayui/icon": "^3.106.0-alpha.0", | ||
"@clayui/shared": "^3.106.0-alpha.0", | ||
"@clayui/button": "^3.106.0", | ||
"@clayui/icon": "^3.106.0", | ||
"@clayui/shared": "^3.106.0", | ||
"classnames": "^2.2.6" | ||
@@ -42,3 +42,3 @@ }, | ||
], | ||
"gitHead": "165b3042aecf800cc0dda7609fa9dee2aa77609c" | ||
"gitHead": "ccc1b9d19b37651bd12724f2d40da41de0c9cb36" | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1321
1
71340
24
Updated@clayui/button@^3.106.0
Updated@clayui/icon@^3.106.0
Updated@clayui/shared@^3.106.0