@leafygreen-ui/checkbox
Advanced tools
Comparing version 11.0.0 to 11.0.1
# @leafygreen-ui/checkbox | ||
## 11.0.1 | ||
### Patch Changes | ||
- Updated dependencies [f2d63a60] | ||
- @leafygreen-ui/lib@10.0.0 | ||
- @leafygreen-ui/a11y@1.3.4 | ||
- @leafygreen-ui/leafygreen-provider@3.0.1 | ||
- @leafygreen-ui/typography@14.0.1 | ||
## 11.0.0 | ||
@@ -4,0 +14,0 @@ |
{ | ||
"name": "@leafygreen-ui/checkbox", | ||
"version": "11.0.0", | ||
"version": "11.0.1", | ||
"description": "LeafyGreen UI Kit Checkbox", | ||
@@ -25,6 +25,6 @@ "main": "./dist/index.js", | ||
"@leafygreen-ui/hooks": "^7.3.3", | ||
"@leafygreen-ui/lib": "^9.5.1", | ||
"@leafygreen-ui/lib": "^10.0.0", | ||
"@leafygreen-ui/tokens": "^1.3.4", | ||
"@leafygreen-ui/typography": "^14.0.0", | ||
"@leafygreen-ui/a11y": "^1.3.3", | ||
"@leafygreen-ui/typography": "^14.0.1", | ||
"@leafygreen-ui/a11y": "^1.3.4", | ||
"@leafygreen-ui/emotion": "^4.0.3" | ||
@@ -36,3 +36,3 @@ }, | ||
"peerDependencies": { | ||
"@leafygreen-ui/leafygreen-provider": "^3.0.0" | ||
"@leafygreen-ui/leafygreen-provider": "^3.0.1" | ||
}, | ||
@@ -39,0 +39,0 @@ "gitHead": "dd71a2d404218ccec2e657df9c0263dc1c15b9e0", |
@@ -8,4 +8,45 @@ [ | ||
"props": { | ||
"InputHTMLAttributes": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input", | ||
"InternalCheckboxProps": { | ||
"bold": { | ||
"name": "bold", | ||
"defaultValue": null, | ||
"description": "Whether the label's font-weight is bold or regular.\nIf left `undefined` this prop will default to `true` if a description is provided,\notherwise defaults to `false`", | ||
"required": false, | ||
"type": { | ||
"name": "enum", | ||
"raw": "boolean", | ||
"value": [ | ||
{ | ||
"value": "false" | ||
}, | ||
{ | ||
"value": "true" | ||
} | ||
] | ||
}, | ||
"tags": {} | ||
}, | ||
"animate": { | ||
"name": "animate", | ||
"defaultValue": { | ||
"value": true | ||
}, | ||
"description": "Whether there should be animation when the checkbox's state changes", | ||
"required": false, | ||
"type": { | ||
"name": "enum", | ||
"raw": "boolean", | ||
"value": [ | ||
{ | ||
"value": "false" | ||
}, | ||
{ | ||
"value": "true" | ||
} | ||
] | ||
}, | ||
"tags": { | ||
"default": "`true`" | ||
} | ||
}, | ||
"checked": { | ||
@@ -94,21 +135,2 @@ "name": "checked", | ||
}, | ||
"bold": { | ||
"name": "bold", | ||
"defaultValue": null, | ||
"description": "Whether the label's font-weight is bold or regular.\nIf left `undefined` this prop will default to `true` if a description is provided,\notherwise defaults to `false`", | ||
"required": false, | ||
"type": { | ||
"name": "enum", | ||
"raw": "boolean", | ||
"value": [ | ||
{ | ||
"value": "false" | ||
}, | ||
{ | ||
"value": "true" | ||
} | ||
] | ||
}, | ||
"tags": {} | ||
}, | ||
"indeterminate": { | ||
@@ -133,25 +155,2 @@ "name": "indeterminate", | ||
}, | ||
"animate": { | ||
"name": "animate", | ||
"defaultValue": { | ||
"value": true | ||
}, | ||
"description": "Whether there should be animation when the checkbox's state changes", | ||
"required": false, | ||
"type": { | ||
"name": "enum", | ||
"raw": "boolean", | ||
"value": [ | ||
{ | ||
"value": "false" | ||
}, | ||
{ | ||
"value": "true" | ||
} | ||
] | ||
}, | ||
"tags": { | ||
"default": "`true`" | ||
} | ||
}, | ||
"label": { | ||
@@ -229,7 +228,8 @@ "name": "label", | ||
}, | ||
"InputHTMLAttributes": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input", | ||
"DOMAttributes": "https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes", | ||
"HTMLAttributes": "https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes", | ||
"AriaAttributes": "https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes", | ||
"DOMAttributes": "https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes" | ||
"AriaAttributes": "https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes" | ||
} | ||
} | ||
] |
Sorry, the diff of this file is not supported yet
256221
- Removed@leafygreen-ui/lib@9.5.2(transitive)
Updated@leafygreen-ui/a11y@^1.3.4
Updated@leafygreen-ui/lib@^10.0.0