diff --git a/docs/classes/_ui_switch_ui_switch_component_.uiswitchcomponent.html b/docs/classes/_ui_switch_ui_switch_component_.uiswitchcomponent.html
index 3fea01db..53aac7b8 100644
--- a/docs/classes/_ui_switch_ui_switch_component_.uiswitchcomponent.html
+++ b/docs/classes/_ui_switch_ui_switch_component_.uiswitchcomponent.html
@@ -159,7 +159,7 @@
constructor
Parameters
@@ -184,7 +184,7 @@ Private _beforeChange
_beforeChange: Subscription
@@ -194,7 +194,7 @@ Private _checked
_checked: boolean
@@ -204,7 +204,7 @@ Private _disabled
_disabled: boolean
@@ -214,7 +214,7 @@ Private _loading
_loading: boolean
@@ -224,7 +224,7 @@ Private _reverse
_reverse: boolean
@@ -234,7 +234,7 @@ ariaLabel
ariaLabel: string
@@ -244,7 +244,7 @@ beforeChange
beforeChange: Observable<boolean>
@@ -254,7 +254,7 @@ Private cdr
cdr: ChangeDetectorRef
@@ -264,7 +264,7 @@ change
change: EventEmitter<boolean> = new EventEmitter<boolean>()
@@ -274,7 +274,7 @@ changeEvent
changeEvent: EventEmitter<MouseEvent> = new EventEmitter<MouseEvent>()
@@ -284,7 +284,7 @@ checkedLabel
checkedLabel: any
@@ -294,7 +294,7 @@ checkedTextColor
checkedTextColor: any
@@ -304,7 +304,7 @@ color
color: any
@@ -314,7 +314,7 @@ defaultBgColor
defaultBgColor: any
@@ -324,7 +324,7 @@ defaultBoColor
defaultBoColor: any
@@ -334,7 +334,7 @@ size
size: any
@@ -344,7 +344,7 @@ switchColor
switchColor: any
@@ -354,7 +354,7 @@ switchOffColor
switchOffColor: any
@@ -364,7 +364,7 @@ uncheckedLabel
uncheckedLabel: any
@@ -374,7 +374,7 @@ uncheckedTextColor
uncheckedTextColor: any
@@ -384,7 +384,7 @@ valueChange
valueChange: EventEmitter<boolean> = new EventEmitter<boolean>()
@@ -397,8 +397,8 @@ checked
checked:
@@ -408,8 +408,8 @@ disabled
disabled:
@@ -419,8 +419,8 @@ loading
loading:
@@ -430,8 +430,8 @@ reverse
reverse:
@@ -448,7 +448,7 @@ getColor
Parameters
@@ -471,7 +471,7 @@ ngOnDestroy
Returns void
@@ -488,7 +488,7 @@ Private onChangeCallb
Parameters
@@ -511,7 +511,7 @@ onClick
Parameters
@@ -534,7 +534,7 @@ onToggle
Parameters
@@ -557,7 +557,7 @@ Private onTouchedCall
Parameters
@@ -580,7 +580,7 @@ registerOnChange
Parameters
@@ -603,7 +603,7 @@ registerOnTouched
Parameters
@@ -626,7 +626,7 @@ setDisabledState
Parameters
@@ -649,7 +649,7 @@ writeValue
Parameters
diff --git a/docs/classes/_ui_switch_ui_switch_module_.uiswitchmodule.html b/docs/classes/_ui_switch_ui_switch_module_.uiswitchmodule.html
index 20758fd1..d6e5fd94 100644
--- a/docs/classes/_ui_switch_ui_switch_module_.uiswitchmodule.html
+++ b/docs/classes/_ui_switch_ui_switch_module_.uiswitchmodule.html
@@ -102,7 +102,7 @@ Static forRoot
Parameters
diff --git a/docs/interfaces/_ui_switch_ui_switch_config_.uiswitchmoduleconfig.html b/docs/interfaces/_ui_switch_ui_switch_config_.uiswitchmoduleconfig.html
index e9fdd78a..618d0ecd 100644
--- a/docs/interfaces/_ui_switch_ui_switch_config_.uiswitchmoduleconfig.html
+++ b/docs/interfaces/_ui_switch_ui_switch_config_.uiswitchmoduleconfig.html
@@ -107,7 +107,7 @@ Optional checkedLabel
checkedLabel: undefined | string
@@ -117,7 +117,7 @@ Optional checkedText
checkedTextColor: undefined | string
@@ -127,7 +127,7 @@ Optional color
color: undefined | string
@@ -137,7 +137,7 @@ Optional defaultBgColor
defaultBgColor: undefined | string
@@ -147,7 +147,7 @@ Optional defaultBoColor
defaultBoColor: undefined | string
@@ -157,7 +157,7 @@ Optional size
size: undefined | string
@@ -167,7 +167,7 @@ Optional switchColor
switchColor: undefined | string
@@ -177,7 +177,7 @@ Optional switchOffCo
switchOffColor: undefined | string
@@ -187,7 +187,7 @@ Optional uncheckedLabel
uncheckedLabel: undefined | string
@@ -197,7 +197,7 @@ Optional uncheckedTextuncheckedTextColor: undefined | string
diff --git a/docs/modules/_ui_switch_ui_switch_component_.html b/docs/modules/_ui_switch_ui_switch_component_.html
index cbbc8c8c..bde24f56 100644
--- a/docs/modules/_ui_switch_ui_switch_component_.html
+++ b/docs/modules/_ui_switch_ui_switch_component_.html
@@ -93,7 +93,7 @@ Const UI_SWITCH_CONTROL
UI_SWITCH_CONTROL_VALUE_ACCESSOR: object
@@ -102,7 +102,7 @@ multi
multi: boolean = true
@@ -112,7 +112,7 @@ provide
provide: InjectionToken<any> = NG_VALUE_ACCESSOR
@@ -122,7 +122,7 @@ useExisting
useExisting: Type<any> = forwardRef(() => UiSwitchComponent)
diff --git a/docs/modules/_ui_switch_ui_switch_token_.html b/docs/modules/_ui_switch_ui_switch_token_.html
index c5f1e734..5ab48d00 100644
--- a/docs/modules/_ui_switch_ui_switch_token_.html
+++ b/docs/modules/_ui_switch_ui_switch_token_.html
@@ -87,7 +87,7 @@ Const UI_SWITCH_OPTIONS
UI_SWITCH_OPTIONS: InjectionToken<Object> = new InjectionToken('UI_SWITCH_OPTIONS')