File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -165,6 +165,10 @@ mockery.registerMock('@zimbra-client/blocks', {
165165 KeyCodes : 1 ,
166166 Label : 1 ,
167167 ChoiceInput : 1 ,
168+ StyledChoiceInput : 1 ,
169+ ColorPicker : 1 ,
170+ COLORS : 1 ,
171+ TAG_COLORS : 1 ,
168172 LoaderBar : 1 ,
169173 AnimatedButton : 1 ,
170174 ProgressButton : 1
@@ -194,7 +198,6 @@ mockery.registerMock('@zimbra-client/components', {
194198 ContactEditor : 1 ,
195199 HelpButton : 1 ,
196200 AppointmentEdit : 1 ,
197- ColorPicker : 1 ,
198201 ModalDrawer : 1 ,
199202 ModalDrawerToolbar : 1 ,
200203 BackArrow : 1 ,
Original file line number Diff line number Diff line change @@ -29,6 +29,10 @@ export const AffixBottom = wrap('AffixBottom');
2929export const KeyCodes = wrap ( 'KeyCodes' ) ;
3030export const Label = wrap ( 'Label' ) ;
3131export const ChoiceInput = wrap ( 'ChoiceInput' ) ;
32+ export const StyledChoiceInput = wrap ( 'StyledChoiceInput' ) ;
33+ export const ColorPicker = wrap ( 'ColorPicker' ) ;
34+ export const COLORS = wrap ( 'COLORS' ) ;
35+ export const TAG_COLORS = wrap ( 'TAG_COLORS' ) ;
3236export const LoaderBar = wrap ( 'LoaderBar' ) ;
3337export const AnimatedButton = wrap ( 'AnimatedButton' ) ;
3438export const ProgressButton = wrap ( 'ProgressButton' ) ;
Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ export const ContactList = wrap('ContactList');
3030export const ContactEditor = wrap ( 'ContactEditor' ) ;
3131export const HelpButton = wrap ( 'HelpButton' ) ;
3232export const AppointmentEdit = wrap ( 'AppointmentEdit' ) ;
33- export const ColorPicker = wrap ( 'ColorPicker' ) ;
3433export const ModalDrawer = wrap ( 'ModalDrawer' ) ;
3534export const ModalDrawerToolbar = wrap ( 'ModalDrawerToolbar' ) ;
3635export const BackArrow = wrap ( 'BackArrow' ) ;
You can’t perform that action at this time.
0 commit comments