@aurodesignsystem-dev/auro-formkit 0.0.0-pr731.2 → 0.0.0-pr731.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/radio/demo/api.md +0 -1
- package/components/radio/demo/api.min.js +1 -1
- package/components/radio/demo/index.min.js +1 -1
- package/components/radio/dist/auro-radio.d.ts +1 -1
- package/components/radio/dist/index.js +1 -1
- package/components/radio/dist/registered.js +1 -1
- package/package.json +1 -1
|
@@ -62,7 +62,6 @@
|
|
|
62
62
|
| [name](#name) | `name` | `string` | | |
|
|
63
63
|
| [onDark](#onDark) | `onDark` | `Boolean` | false | If set to true, the component will render with a dark theme. |
|
|
64
64
|
| [required](#required) | `required` | `Boolean` | false | Defines element as required. |
|
|
65
|
-
| [role](#role) | | `string` | "radio" | |
|
|
66
65
|
| [value](#value) | `value` | `string` | | |
|
|
67
66
|
|
|
68
67
|
## Methods
|
package/package.json
CHANGED