@spark-ui/input
Advanced tools
Comparing version 0.9.0 to 0.10.0
@@ -6,2 +6,8 @@ # Change Log | ||
# [0.10.0](https://github.com/adevinta/spark/compare/@spark-ui/input@0.9.0...@spark-ui/input@0.10.0) (2023-07-13) | ||
### Features | ||
- **input:** small code changes ([7b70625](https://github.com/adevinta/spark/commit/7b706259ae06eeb6fbd18461b75c1445b2dea4a3)) | ||
# [0.9.0](https://github.com/adevinta/spark/compare/@spark-ui/input@0.8.0...@spark-ui/input@0.9.0) (2023-07-10) | ||
@@ -8,0 +14,0 @@ |
@@ -1,2 +0,2 @@ | ||
import { ReactElement, ReactNode } from 'react'; | ||
import { ReactElement } from 'react'; | ||
import { InputTrailingIconProps } from './InputTrailingIcon'; | ||
@@ -7,7 +7,6 @@ export interface InputStateIndicatorProps extends Omit<InputTrailingIconProps, 'children'> { | ||
successIcon?: ReactElement; | ||
children?: ReactNode; | ||
} | ||
export declare const InputStateIndicator: { | ||
({ errorIcon, alertIcon, successIcon, ...rest }: InputStateIndicatorProps): JSX.Element | null; | ||
({ errorIcon, alertIcon, successIcon, ...others }: InputStateIndicatorProps): JSX.Element | null; | ||
displayName: string; | ||
}; |
{ | ||
"name": "@spark-ui/input", | ||
"version": "0.9.0", | ||
"version": "0.10.0", | ||
"description": "Component used to get user input in a text field", | ||
@@ -34,3 +34,3 @@ "publishConfig": { | ||
"license": "MIT", | ||
"gitHead": "a09f473e35a2b9d43211a6b43dc5d64006b1c127" | ||
"gitHead": "8c7bc3fa32443010256f80d13b39d93f36abd303" | ||
} |
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
41468
296