@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
|
-
[](https://www.npmjs.com/package/@ringcentral/juno)
|
|
3
|
+
 [](https://www.npmjs.com/package/@ringcentral/juno)
|
|
4
4
|
|
|
5
|
-
[](https://www.npmjs.com/package/@ringcentral/juno-icon)
|
|
5
|
+
 [](https://www.npmjs.com/package/@ringcentral/juno-icon)
|
|
6
|
+
|
|
7
|
+
[](https://github.com/ringcentral/juno) [](https://stackblitz.com/edit/juno-vite-example-zksfob?file=src%2FApp.tsx) [](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' :
|
|
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
|
-
[](https://www.npmjs.com/package/@ringcentral/juno)
|
|
3
|
+
 [](https://www.npmjs.com/package/@ringcentral/juno)
|
|
4
4
|
|
|
5
|
-
[](https://www.npmjs.com/package/@ringcentral/juno-icon)
|
|
5
|
+
 [](https://www.npmjs.com/package/@ringcentral/juno-icon)
|
|
6
|
+
|
|
7
|
+
[](https://github.com/ringcentral/juno) [](https://stackblitz.com/edit/juno-vite-example-zksfob?file=src%2FApp.tsx) [](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' :
|
|
246
|
+
'aria-selected': selected ? 'true' : 'false',
|
|
247
247
|
onClick: handleItemClick(child),
|
|
248
248
|
onKeyUp: function (event) {
|
|
249
249
|
if (event.key === ' ') {
|