@useblu/ocean-react
Advanced tools
Comparing version 1.32.0 to 1.33.0
@@ -6,2 +6,8 @@ # Change Log | ||
# [1.33.0](https://github.com/ocean-ds/ocean-web/compare/v1.32.0...v1.33.0) (2022-07-07) | ||
### Features | ||
- add checkbox error state ([#982](https://github.com/ocean-ds/ocean-web/issues/982)) ([e36081e](https://github.com/ocean-ds/ocean-web/commit/e36081ec995356f5f7215d158bfcca66c24e1153)) | ||
# [1.32.0](https://github.com/ocean-ds/ocean-web/compare/v1.31.4...v1.32.0) (2022-06-30) | ||
@@ -8,0 +14,0 @@ |
@@ -5,2 +5,3 @@ import React from 'react'; | ||
indeterminate?: boolean; | ||
error?: boolean; | ||
} & React.ComponentPropsWithoutRef<'input'>; | ||
@@ -10,4 +11,5 @@ declare const Checkbox: React.ForwardRefExoticComponent<{ | ||
indeterminate?: boolean | undefined; | ||
error?: 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.32.0", | ||
"version": "1.33.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
6385000
49061