@useblu/ocean-react
Advanced tools
Comparing version 1.12.0 to 1.15.0
@@ -6,2 +6,8 @@ # Change Log | ||
# [1.15.0](https://github.com/ocean-ds/ocean-web/compare/v1.14.0...v1.15.0) (2021-08-13) | ||
### Features | ||
- **checkbox:** add Indeterminate state and fix colors ([#775](https://github.com/ocean-ds/ocean-web/issues/775)) ([d4bc568](https://github.com/ocean-ds/ocean-web/commit/d4bc568fde3abce8760a2ef6085d4b3d269bfee1)) | ||
# [1.12.0](https://github.com/ocean-ds/ocean-web/compare/v1.11.0...v1.12.0) (2021-08-12) | ||
@@ -8,0 +14,0 @@ |
import React from 'react'; | ||
export declare type CheckboxProps = { | ||
label?: React.ReactNode; | ||
indeterminate?: boolean; | ||
} & React.ComponentPropsWithoutRef<'input'>; | ||
declare const Checkbox: React.ForwardRefExoticComponent<{ | ||
label?: React.ReactNode; | ||
indeterminate?: boolean | undefined; | ||
} & Pick<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "key" | keyof React.InputHTMLAttributes<HTMLInputElement>> & React.RefAttributes<HTMLInputElement>>; | ||
export default Checkbox; | ||
//# sourceMappingURL=Checkbox.d.ts.map |
{ | ||
"name": "@useblu/ocean-react", | ||
"version": "1.12.0", | ||
"version": "1.15.0", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "React components that implement Ocean's Design System.", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
2217301
7852