@jetbrains/ring-ui 6.0.62 → 6.0.63

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.
@@ -231,7 +231,8 @@ export default class QueryAssist extends Component {
231
231
  props.focus !== this.props.focus ||
232
232
  props.actions !== this.props.actions ||
233
233
  props.loader !== this.props.loader ||
234
- props.glass !== this.props.glass;
234
+ props.glass !== this.props.glass ||
235
+ props.className !== this.props.className;
235
236
  }
236
237
  componentDidUpdate(prevProps) {
237
238
  const { caret, delay, query } = this.props;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jetbrains/ring-ui",
3
- "version": "6.0.62",
3
+ "version": "6.0.63",
4
4
  "description": "JetBrains UI library",
5
5
  "author": "JetBrains",
6
6
  "license": "Apache-2.0",