@amalto/switch
Advanced tools
Comparing version 1.4.6 to 1.4.7
@@ -14,5 +14,5 @@ /// <reference types="react" /> | ||
changeHandler: (value: boolean, name?: string) => void; | ||
/** CSS class of Switch component. */ | ||
/** CSS class of <blockquote>Switch</blockquote> component. */ | ||
cssClass?: string; | ||
/** Wether the switch input should be align left or not. */ | ||
/** Whether the switch input should be align left or not. */ | ||
alignLeft?: boolean; | ||
@@ -19,0 +19,0 @@ /** Input name, if not define id is used instead. */ |
@@ -5,3 +5,3 @@ { | ||
"description": "Switch button.", | ||
"version": "1.4.6", | ||
"version": "1.4.7", | ||
"license": "MIT", | ||
@@ -8,0 +8,0 @@ "repository": { |
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
11038