@leafygreen-ui/checkbox
Advanced tools
Comparing version 4.0.1 to 4.0.2
# @leafygreen-ui/checkbox | ||
## 4.0.2 | ||
### Patch Changes | ||
- Updated dependencies [2eba736] | ||
- Updated dependencies [1aa26ee] | ||
- Updated dependencies [a571361] | ||
- @leafygreen-ui/lib@5.0.0 | ||
## 4.0.1 | ||
@@ -4,0 +13,0 @@ |
@@ -47,3 +47,3 @@ import React, { PureComponent } from 'react'; | ||
inputRef: React.RefObject<HTMLInputElement>; | ||
onClick: (e: React.MouseEvent<HTMLInputElement, MouseEvent> & { | ||
onClick: (e: React.MouseEvent<HTMLInputElement> & { | ||
target: HTMLInputElement; | ||
@@ -55,1 +55,2 @@ }) => void; | ||
export {}; | ||
//# sourceMappingURL=Checkbox.d.ts.map |
@@ -10,1 +10,2 @@ import spritesheetLight from './spritesheet-light.png'; | ||
export { spritesheetLight, spritesheetDark, disabledLight, disabledLightChecked, disabledDark, disabledDarkChecked, indeterminateLight, indeterminateDark, }; | ||
//# sourceMappingURL=index.d.ts.map |
import Checkbox from './Checkbox'; | ||
export { Variant } from './Checkbox'; | ||
export default Checkbox; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@leafygreen-ui/checkbox", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"description": "LeafyGreen UI Kit Checkbox", | ||
@@ -16,3 +16,3 @@ "browser": "./dist/index.web.js", | ||
"dependencies": { | ||
"@leafygreen-ui/lib": "^4.0.0", | ||
"@leafygreen-ui/lib": "^5.0.0", | ||
"@leafygreen-ui/theme": "^2.0.0" | ||
@@ -19,0 +19,0 @@ }, |
@@ -5,2 +5,4 @@ # Checkbox | ||
#### [View on Storybook](https://mongodb.github.io/leafygreen-ui/?path=/story/checkbox--default) | ||
## Installation | ||
@@ -7,0 +9,0 @@ |
@@ -5,2 +5,3 @@ { | ||
"declarationDir": "dist", | ||
"outDir": "dist", | ||
"rootDir": "src" | ||
@@ -7,0 +8,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
34
1555
76
832899
+ Added@leafygreen-ui/lib@5.1.1(transitive)
- Removed@jest/types@24.9.0(transitive)
- Removed@leafygreen-ui/lib@4.5.1(transitive)
- Removed@sheerun/mutationobserver-shim@0.3.3(transitive)
- Removed@testing-library/dom@5.6.1(transitive)
- Removed@testing-library/react@8.0.9(transitive)
- Removed@types/istanbul-lib-coverage@2.0.6(transitive)
- Removed@types/istanbul-lib-report@3.0.3(transitive)
- Removed@types/istanbul-reports@1.1.2(transitive)
- Removed@types/yargs@13.0.12(transitive)
- Removed@types/yargs-parser@21.0.3(transitive)
- Removedansi-regex@4.1.1(transitive)
- Removedansi-styles@3.2.1(transitive)
- Removedaria-query@3.0.0(transitive)
- Removedast-types-flow@0.0.7(transitive)
- Removedcolor-convert@1.9.3(transitive)
- Removedcolor-name@1.1.3(transitive)
- Removedcommander@2.20.3(transitive)
- Removedpretty-format@24.9.0(transitive)
- Removedreact@19.0.0(transitive)
- Removedreact-dom@19.0.0(transitive)
- Removedscheduler@0.25.0(transitive)
- Removedwait-for-expect@1.3.0(transitive)
Updated@leafygreen-ui/lib@^5.0.0