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