@entur/dropdown 5.3.4 → 5.3.5

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.
@@ -1386,6 +1386,7 @@ var SelectedItemTag = function SelectedItemTag(_ref) {
1386
1386
  })) != null ? _getSelectedItemProps : {},
1387
1387
  selectedItemProps = _objectWithoutPropertiesLoose(_ref2, _excluded$4);
1388
1388
  return React.createElement(chip.TagChip, _extends({
1389
+ size: "small",
1389
1390
  className: classNames('eds-dropdown__selected-item-tag', {
1390
1391
  'eds-dropdown__selected-item-tag--readonly': readOnly,
1391
1392
  'eds-dropdown__selected-item-tag--disabled': disabled