@jetbrains/ring-ui 6.0.65 → 6.0.66

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.
@@ -435,6 +435,9 @@ export default class List extends Component {
435
435
  if (cleanedProps.href) {
436
436
  cleanedProps.rgItemType = Type.LINK;
437
437
  }
438
+ cleanedProps.description = typeof cleanedProps.description === 'string'
439
+ ? cleanedProps.description.trim()
440
+ : cleanedProps.description;
438
441
  const itemProps = Object.assign({ rgItemType: DEFAULT_ITEM_TYPE }, restProps);
439
442
  itemKey = key || itemId;
440
443
  itemProps.hover = (realIndex === this.state.activeIndex);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jetbrains/ring-ui",
3
- "version": "6.0.65",
3
+ "version": "6.0.66",
4
4
  "description": "JetBrains UI library",
5
5
  "author": "JetBrains",
6
6
  "license": "Apache-2.0",