@ringcentral/juno 2.16.0 → 2.16.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.
@@ -14,7 +14,7 @@ export interface RcDownshiftRenderOptionState {
14
14
  /** is that item selected */
15
15
  selected: boolean;
16
16
  /** is that item be show highlighted style */
17
- highlighted?: boolean;
17
+ highlighted: boolean;
18
18
  /** that item index */
19
19
  index: number;
20
20
  /** sort index in option own group */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ringcentral/juno",
3
- "version": "2.16.0",
3
+ "version": "2.16.1",
4
4
  "author": "RingCentral",
5
5
  "license": "MIT",
6
6
  "main": "./index.js",