Skip to content

Commit 8af2a82

Browse files
Lave Guptasilentsakky
authored andcommitted
PREAPPS-8655: Moved ColorPicker export to blocks and updated components list in blocks
1 parent b85bb6b commit 8af2a82

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

build-shims.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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,

src/shims/@zimbra-client/blocks/index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ export const AffixBottom = wrap('AffixBottom');
2929
export const KeyCodes = wrap('KeyCodes');
3030
export const Label = wrap('Label');
3131
export 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');
3236
export const LoaderBar = wrap('LoaderBar');
3337
export const AnimatedButton = wrap('AnimatedButton');
3438
export const ProgressButton = wrap('ProgressButton');

src/shims/@zimbra-client/components/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ export const ContactList = wrap('ContactList');
3030
export const ContactEditor = wrap('ContactEditor');
3131
export const HelpButton = wrap('HelpButton');
3232
export const AppointmentEdit = wrap('AppointmentEdit');
33-
export const ColorPicker = wrap('ColorPicker');
3433
export const ModalDrawer = wrap('ModalDrawer');
3534
export const ModalDrawerToolbar = wrap('ModalDrawerToolbar');
3635
export const BackArrow = wrap('BackArrow');

0 commit comments

Comments
 (0)