@ringcentral/juno 2.41.2 → 2.41.3

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
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ringcentral/juno",
3
- "version": "2.41.2",
3
+ "version": "2.41.3",
4
4
  "author": "RingCentral",
5
5
  "license": "MIT",
6
6
  "main": "./index.js",