@ringcentral/juno 2.41.2 → 2.41.4

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.
package/README.md CHANGED
@@ -1,8 +1,10 @@
1
1
  # Juno
2
2
 
3
- [![NPM version](https://img.shields.io/npm/v/@ringcentral/juno/latest.svg)](https://www.npmjs.com/package/@ringcentral/juno)
3
+ ![Static Badge](https://img.shields.io/badge/juno-core-f54785) [![NPM version](https://img.shields.io/npm/v/@ringcentral/juno/latest.svg)](https://www.npmjs.com/package/@ringcentral/juno)
4
4
 
5
- [![NPM version](https://img.shields.io/npm/v/@ringcentral/juno-icon/latest.svg)](https://www.npmjs.com/package/@ringcentral/juno-icon)
5
+ ![Static Badge](https://img.shields.io/badge/juno-icon-f5c747) [![NPM version](https://img.shields.io/npm/v/@ringcentral/juno-icon/latest.svg)](https://www.npmjs.com/package/@ringcentral/juno-icon)
6
+
7
+ [![Static Badge](https://img.shields.io/badge/github-8A2BE2)](https://github.com/ringcentral/juno) [![Static Badge](https://img.shields.io/badge/stackblitz-8A2BE2)](https://stackblitz.com/edit/juno-vite-example-zksfob?file=src%2FApp.tsx) [![Static Badge](https://img.shields.io/badge/Codesandbox-8A2BE2)](https://codesandbox.io/s/4j370)
6
8
 
7
9
  Ringcentral React Component library, make your app have the same user experience as Ringcentral Apps.
8
10
 
@@ -10,8 +12,6 @@ base on [MATERIAL-UI](https://material-ui.com/).
10
12
 
11
13
  Explore Juno with the [interactive live Storybook instance](https://ringcentral.github.io/juno/).
12
14
 
13
- View in [Codesandbox Example](https://codesandbox.io/s/4j370).
14
-
15
15
  ### Install
16
16
 
17
17
  ```ts
@@ -245,7 +245,7 @@ var SelectInput = react_1.forwardRef(function (props, ref) {
245
245
  foundMatch = true;
246
246
  }
247
247
  return react_1.default.cloneElement(child, {
248
- 'aria-selected': selected ? 'true' : undefined,
248
+ 'aria-selected': selected ? 'true' : 'false',
249
249
  onClick: handleItemClick(child),
250
250
  onKeyUp: function (event) {
251
251
  if (event.key === ' ') {
package/es6/README.md CHANGED
@@ -1,8 +1,10 @@
1
1
  # Juno
2
2
 
3
- [![NPM version](https://img.shields.io/npm/v/@ringcentral/juno/latest.svg)](https://www.npmjs.com/package/@ringcentral/juno)
3
+ ![Static Badge](https://img.shields.io/badge/juno-core-f54785) [![NPM version](https://img.shields.io/npm/v/@ringcentral/juno/latest.svg)](https://www.npmjs.com/package/@ringcentral/juno)
4
4
 
5
- [![NPM version](https://img.shields.io/npm/v/@ringcentral/juno-icon/latest.svg)](https://www.npmjs.com/package/@ringcentral/juno-icon)
5
+ ![Static Badge](https://img.shields.io/badge/juno-icon-f5c747) [![NPM version](https://img.shields.io/npm/v/@ringcentral/juno-icon/latest.svg)](https://www.npmjs.com/package/@ringcentral/juno-icon)
6
+
7
+ [![Static Badge](https://img.shields.io/badge/github-8A2BE2)](https://github.com/ringcentral/juno) [![Static Badge](https://img.shields.io/badge/stackblitz-8A2BE2)](https://stackblitz.com/edit/juno-vite-example-zksfob?file=src%2FApp.tsx) [![Static Badge](https://img.shields.io/badge/Codesandbox-8A2BE2)](https://codesandbox.io/s/4j370)
6
8
 
7
9
  Ringcentral React Component library, make your app have the same user experience as Ringcentral Apps.
8
10
 
@@ -10,8 +12,6 @@ base on [MATERIAL-UI](https://material-ui.com/).
10
12
 
11
13
  Explore Juno with the [interactive live Storybook instance](https://ringcentral.github.io/juno/).
12
14
 
13
- View in [Codesandbox Example](https://codesandbox.io/s/4j370).
14
-
15
15
  ### Install
16
16
 
17
17
  ```ts
@@ -243,7 +243,7 @@ var SelectInput = forwardRef(function (props, ref) {
243
243
  foundMatch = true;
244
244
  }
245
245
  return React.cloneElement(child, {
246
- 'aria-selected': selected ? 'true' : undefined,
246
+ 'aria-selected': selected ? 'true' : 'false',
247
247
  onClick: handleItemClick(child),
248
248
  onKeyUp: function (event) {
249
249
  if (event.key === ' ') {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ringcentral/juno",
3
- "version": "2.41.2",
3
+ "version": "2.41.4",
4
4
  "author": "RingCentral",
5
5
  "license": "MIT",
6
6
  "main": "./index.js",