@uiw/react-radio
Advanced tools
Comparing version 4.7.14 to 4.7.15
{ | ||
"name": "@uiw/react-radio", | ||
"version": "4.7.14", | ||
"version": "4.7.15", | ||
"description": "Radio component", | ||
@@ -45,3 +45,3 @@ "author": "Kenny Wong <wowohoo@qq.com>", | ||
"dependencies": { | ||
"@uiw/utils": "^4.7.14" | ||
"@uiw/utils": "^4.7.15" | ||
}, | ||
@@ -51,4 +51,4 @@ "devDependencies": { | ||
"@types/jest": "26.0.23", | ||
"@types/react": "17.0.5", | ||
"@types/react-dom": "17.0.3", | ||
"@types/react": "17.0.6", | ||
"@types/react-dom": "17.0.4", | ||
"@types/react-test-renderer": "17.0.1", | ||
@@ -59,3 +59,3 @@ "react": "17.0.2", | ||
}, | ||
"gitHead": "ac2317976f1f9976ae6b75b9119dcd27e4feb120" | ||
"gitHead": "575e040609d084ee7052463aa709863da77e5c91" | ||
} |
@@ -16,3 +16,3 @@ Radio 单选框 | ||
<!--DemoStart,bgWhite,codePen,codeSandbox--> | ||
<!--rehype:bgWhite=true&codeSandbox=true&codePen=true--> | ||
```js | ||
@@ -32,7 +32,6 @@ import ReactDOM from 'react-dom'; | ||
``` | ||
<!--End--> | ||
### Form 中使用 Radio | ||
<!--DemoStart,bgWhite,codePen,codeSandbox--> | ||
<!--rehype:bgWhite=true&codeSandbox=true&codePen=true--> | ||
```jsx | ||
@@ -113,3 +112,2 @@ import ReactDOM from 'react-dom'; | ||
``` | ||
<!--End--> | ||
@@ -120,3 +118,3 @@ ### 单选 | ||
<!--DemoStart,bgWhite,codePen,codeSandbox--> | ||
<!--rehype:bgWhite=true&codeSandbox=true&codePen=true--> | ||
```jsx | ||
@@ -150,3 +148,2 @@ import React from 'react'; | ||
``` | ||
<!--End--> | ||
@@ -157,3 +154,3 @@ ### 单选组 | ||
<!--DemoStart,bgWhite,codePen,codeSandbox--> | ||
<!--rehype:bgWhite=true&codeSandbox=true&codePen=true--> | ||
```jsx | ||
@@ -202,3 +199,2 @@ import React from 'react'; | ||
``` | ||
<!--End--> | ||
@@ -205,0 +201,0 @@ ## Radio |
58142
211
Updated@uiw/utils@^4.7.15