@ringcentral/juno 2.0.1 → 2.0.2

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
@@ -9,7 +9,7 @@ Ringcentral React Component library, make your app have the same user experience
9
9
 
10
10
  base on [MATERIAL-UI](https://material-ui.com/).
11
11
 
12
- Explore Juno with the [interactive live Storybook instance](https://develop-rcui-int.fiji.gliprc.com/).
12
+ Explore Juno with the [interactive live Storybook instance](https://ringcentral.github.io/juno/).
13
13
 
14
14
  View in [Codesandbox Example](https://codesandbox.io/s/4j370).
15
15
 
package/es6/README.md CHANGED
@@ -9,7 +9,7 @@ Ringcentral React Component library, make your app have the same user experience
9
9
 
10
10
  base on [MATERIAL-UI](https://material-ui.com/).
11
11
 
12
- Explore Juno with the [interactive live Storybook instance](https://develop-rcui-int.fiji.gliprc.com/).
12
+ Explore Juno with the [interactive live Storybook instance](https://ringcentral.github.io/juno/).
13
13
 
14
14
  View in [Codesandbox Example](https://codesandbox.io/s/4j370).
15
15
 
@@ -17,7 +17,7 @@ import { useResultRef } from '../useResultRef';
17
17
  *
18
18
  * click();
19
19
  * ```
20
- * @see stories {@link https://develop-rcui-int.fiji.gliprc.com/?path=/story/%F0%9F%94%A7-foundation-hooks-useaudio--simple-announcer 🔧-foundation-hooks-useaudio--simple-announcer}
20
+ * @see stories {@link https://ringcentral.github.io/juno/?path=/story/%F0%9F%94%A7-foundation-hooks-useaudio--simple-announcer 🔧-foundation-hooks-useaudio--simple-announcer}
21
21
  * @see {@link https://chromium-review.googlesource.com/c/chromium/src/+/2816118}
22
22
  */
23
23
  export var useAudio = function (init) {
@@ -3,7 +3,7 @@ import { combineProps } from '../utils/combineProps';
3
3
  /**
4
4
  * use combine props from default theme props
5
5
  *
6
- * @see stories {@link https://develop-rcui-int.fiji.gliprc.com/?path=/story/api-reference-hooks-usethemeprops--page 🔧-foundation-hooks-usethemeprops--use-theme-props-example}
6
+ * @see stories {@link https://ringcentral.github.io/juno/?path=/story/api-reference-hooks-usethemeprops--page 🔧-foundation-hooks-usethemeprops--use-theme-props-example}
7
7
  */
8
8
  export function useThemeProps(_a) {
9
9
  var props = _a.props, name = _a.name;
@@ -15,7 +15,7 @@
15
15
  *
16
16
  * click();
17
17
  * ```
18
- * @see stories {@link https://develop-rcui-int.fiji.gliprc.com/?path=/story/%F0%9F%94%A7-foundation-hooks-useaudio--simple-announcer 🔧-foundation-hooks-useaudio--simple-announcer}
18
+ * @see stories {@link https://ringcentral.github.io/juno/?path=/story/%F0%9F%94%A7-foundation-hooks-useaudio--simple-announcer 🔧-foundation-hooks-useaudio--simple-announcer}
19
19
  * @see {@link https://chromium-review.googlesource.com/c/chromium/src/+/2816118}
20
20
  */
21
21
  export declare const useAudio: (init?: ((audio: HTMLAudioElement) => void) | undefined) => HTMLAudioElement;
@@ -19,7 +19,7 @@ var useResultRef_1 = require("../useResultRef");
19
19
  *
20
20
  * click();
21
21
  * ```
22
- * @see stories {@link https://develop-rcui-int.fiji.gliprc.com/?path=/story/%F0%9F%94%A7-foundation-hooks-useaudio--simple-announcer 🔧-foundation-hooks-useaudio--simple-announcer}
22
+ * @see stories {@link https://ringcentral.github.io/juno/?path=/story/%F0%9F%94%A7-foundation-hooks-useaudio--simple-announcer 🔧-foundation-hooks-useaudio--simple-announcer}
23
23
  * @see {@link https://chromium-review.googlesource.com/c/chromium/src/+/2816118}
24
24
  */
25
25
  exports.useAudio = function (init) {
@@ -2,7 +2,7 @@ import { RcComponentsProps } from './theme.type';
2
2
  /**
3
3
  * use combine props from default theme props
4
4
  *
5
- * @see stories {@link https://develop-rcui-int.fiji.gliprc.com/?path=/story/api-reference-hooks-usethemeprops--page 🔧-foundation-hooks-usethemeprops--use-theme-props-example}
5
+ * @see stories {@link https://ringcentral.github.io/juno/?path=/story/api-reference-hooks-usethemeprops--page 🔧-foundation-hooks-usethemeprops--use-theme-props-example}
6
6
  */
7
7
  export declare function useThemeProps<T, K extends keyof RcComponentsProps>({ props, name, }: {
8
8
  props: T;
@@ -5,7 +5,7 @@ var combineProps_1 = require("../utils/combineProps");
5
5
  /**
6
6
  * use combine props from default theme props
7
7
  *
8
- * @see stories {@link https://develop-rcui-int.fiji.gliprc.com/?path=/story/api-reference-hooks-usethemeprops--page 🔧-foundation-hooks-usethemeprops--use-theme-props-example}
8
+ * @see stories {@link https://ringcentral.github.io/juno/?path=/story/api-reference-hooks-usethemeprops--page 🔧-foundation-hooks-usethemeprops--use-theme-props-example}
9
9
  */
10
10
  function useThemeProps(_a) {
11
11
  var props = _a.props, name = _a.name;
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@ringcentral/juno",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "author": "RingCentral",
5
5
  "license": "MIT",
6
6
  "bugs": {
7
- "url": "https://git.ringcentral.com/RCUI/rcui/issues"
7
+ "url": "https://github.com/ringcentral/juno/issues"
8
8
  },
9
- "homepage": "https://git.ringcentral.com/RCUI/rcui#readme",
9
+ "homepage": "https://github.com/ringcentral/juno#readme",
10
10
  "repository": {
11
11
  "type": "git",
12
- "url": "https://git.ringcentral.com/RCUI/rcui.git"
12
+ "url": "https://github.com/ringcentral/juno.git"
13
13
  },
14
14
  "dependencies": {
15
15
  "@date-io/moment": "^1.3.11",