box-ui-elements 17.1.0 → 17.2.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- .bdl-ViewModeChangeButton {
1
+ .btn.bdl-ViewModeChangeButton {
2
2
  padding: 5px 6px;
3
3
 
4
4
  svg {
@@ -209,6 +209,7 @@ class ContactsField extends React.Component<Props, State> {
209
209
  placeholder={intl.formatMessage(commonMessages.pillSelectorPlaceholder)}
210
210
  ref={fieldRef}
211
211
  selectedOptions={selectedContacts}
212
+ showAvatars
212
213
  showRoundedPills
213
214
  selectorOptions={contacts}
214
215
  validateForError={validateForError}
@@ -142,6 +142,7 @@ exports[`features/unified-share-modal/ContactsField render should have scrollabl
142
142
  }
143
143
  shouldClearUnmatchedInput={false}
144
144
  shouldSetActiveItemOnOpen={false}
145
+ showAvatars={true}
145
146
  showRoundedPills={true}
146
147
  validateForError={[MockFunction]}
147
148
  validator={[MockFunction]}
@@ -287,6 +288,7 @@ exports[`features/unified-share-modal/ContactsField render should render default
287
288
  selectorOptions={Array []}
288
289
  shouldClearUnmatchedInput={false}
289
290
  shouldSetActiveItemOnOpen={false}
291
+ showAvatars={true}
290
292
  showRoundedPills={true}
291
293
  validateForError={[MockFunction]}
292
294
  validator={[MockFunction]}