@uiw/react-radio
Advanced tools
Comparing version 4.2.1 to 4.2.3
@@ -73,3 +73,2 @@ "use strict"; | ||
; | ||
var label = children || value; | ||
@@ -76,0 +75,0 @@ return /*#__PURE__*/_react.default.createElement("label", { |
@@ -58,3 +58,2 @@ import _extends from "@babel/runtime/helpers/esm/extends"; | ||
; | ||
var label = children || value; | ||
@@ -61,0 +60,0 @@ return /*#__PURE__*/React.createElement("label", { |
{ | ||
"name": "@uiw/react-radio", | ||
"version": "4.2.1", | ||
"version": "4.2.3", | ||
"description": "Radio component", | ||
@@ -46,3 +46,3 @@ "author": "Kenny Wong <wowohoo@qq.com>", | ||
"dependencies": { | ||
"@uiw/utils": "^4.1.2", | ||
"@uiw/utils": "^4.2.3", | ||
"classnames": "2.2.6" | ||
@@ -61,3 +61,3 @@ }, | ||
}, | ||
"gitHead": "f8a4dd106ada12727527eb2a0588be01980be86c" | ||
"gitHead": "80eec01983360fb1bd7437addf2cca2b81762884" | ||
} |
@@ -5,2 +5,2 @@ export * from './Radio'; | ||
export { default as Radio } from './Radio'; | ||
export { default as RadioGroup } from './RadioGroup'; | ||
export { default as RadioGroup } from './RadioGroup'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
50299
601
Updated@uiw/utils@^4.2.3