@rmwc/checkbox
Advanced tools
Comparing version 14.2.6 to 14.2.7
{ | ||
"name": "@rmwc/checkbox", | ||
"version": "14.2.6", | ||
"version": "14.2.7", | ||
"description": "RMWC Checkbox component", | ||
@@ -43,8 +43,8 @@ "main": "./index.js", | ||
"@material/form-field": "^14.0.0", | ||
"@rmwc/base": "workspace:*", | ||
"@rmwc/formfield": "workspace:*", | ||
"@rmwc/ripple": "workspace:*", | ||
"@rmwc/toggleable": "workspace:*", | ||
"@rmwc/types": "workspace:*" | ||
"@rmwc/base": "14.2.7", | ||
"@rmwc/formfield": "14.2.7", | ||
"@rmwc/ripple": "14.2.7", | ||
"@rmwc/toggleable": "14.2.7", | ||
"@rmwc/types": "14.2.7" | ||
} | ||
} |
@@ -46,2 +46,3 @@ # Checkboxes | ||
## Checkbox | ||
A Checkbox component. | ||
@@ -51,15 +52,13 @@ | ||
| Name | Type | Description | | ||
|------|------|-------------| | ||
| `checked` | `boolean` | Toggle the control on and off. | | ||
| `disabled` | `boolean` | Disables the control. | | ||
| `foundationRef` | `Ref<MDCCheckboxFoundation<>>` | Advanced: A reference to the MDCFoundation. | | ||
| `id` | `string` | A DOM ID for the toggle. | | ||
| `indeterminate` | `boolean` | Make the control indeterminate | | ||
| `inputRef` | `Ref<HTMLInputElement<>>` | A reference to the native input. | | ||
| `label` | `ReactNode` | A label for the control. | | ||
| `ripple` | `RipplePropT` | Adds a ripple effect to the component | | ||
| `rootProps` | `HTMLProps<any>` | By default, all props except className and style spread to the input. These are additional props for the root of the checkbox. | | ||
| `value` | `string \| number \| string[]` | The value of the control. | | ||
| Name | Type | Description | | ||
| --------------- | ------------------------------ | ------------------------------------------------------------------------------------------------------------------------------ | | ||
| `checked` | `boolean` | Toggle the control on and off. | | ||
| `disabled` | `boolean` | Disables the control. | | ||
| `foundationRef` | `Ref<MDCCheckboxFoundation<>>` | Advanced: A reference to the MDCFoundation. | | ||
| `id` | `string` | A DOM ID for the toggle. | | ||
| `indeterminate` | `boolean` | Make the control indeterminate | | ||
| `inputRef` | `Ref<HTMLInputElement<>>` | A reference to the native input. | | ||
| `label` | `ReactNode` | A label for the control. | | ||
| `ripple` | `RipplePropT` | Adds a ripple effect to the component | | ||
| `rootProps` | `HTMLProps<any>` | By default, all props except className and style spread to the input. These are additional props for the root of the checkbox. | | ||
| `value` | `string \| number \| string[]` | The value of the control. | |
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
11
177
0
8749
63
1
+ Added@rmwc/base@14.2.7(transitive)
+ Added@rmwc/formfield@14.2.7(transitive)
+ Added@rmwc/provider@14.2.7(transitive)
+ Added@rmwc/ripple@14.2.7(transitive)
+ Added@rmwc/toggleable@14.2.7(transitive)
+ Added@rmwc/types@14.2.7(transitive)
+ Addedclassnames@2.5.1(transitive)
+ Addedhyperform@0.11.0(transitive)
+ Addedmutation-observer@1.0.3(transitive)
Updated@rmwc/base@14.2.7
Updated@rmwc/formfield@14.2.7
Updated@rmwc/ripple@14.2.7
Updated@rmwc/toggleable@14.2.7
Updated@rmwc/types@14.2.7