@ray-js/components 1.4.61-beta.0 → 1.4.61-beta.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,8 +1,8 @@
1
1
  import React from 'react';
2
2
  declare const Iframe: (props: {
3
3
  src: string;
4
- onLoad?: (() => void) | undefined;
5
- onError?: (() => void) | undefined;
6
- onMessage?: ((e: MessageEvent) => void) | undefined;
4
+ onLoad?: () => void;
5
+ onError?: () => void;
6
+ onMessage?: (e: MessageEvent) => void;
7
7
  }) => React.JSX.Element;
8
8
  export default Iframe;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/components",
3
- "version": "1.4.61-beta.0",
3
+ "version": "1.4.61-beta.1",
4
4
  "description": "Ray basic components",
5
5
  "keywords": [
6
6
  "ray"
@@ -27,24 +27,24 @@
27
27
  "watch": "ray start --type=component"
28
28
  },
29
29
  "dependencies": {
30
- "@ray-core/macro": "^0.4.1",
31
- "@ray-core/wechat": "^0.4.1",
32
- "@ray-js/adapter": "^1.4.61-beta.0",
33
- "@ray-js/framework-shared": "^1.4.61-beta.0",
30
+ "@ray-core/macro": "^0.4.3",
31
+ "@ray-core/wechat": "^0.4.3",
32
+ "@ray-js/adapter": "^1.4.61-beta.1",
33
+ "@ray-js/framework-shared": "^1.4.61-beta.1",
34
34
  "ahooks": "^3.7.10",
35
35
  "clsx": "^1.2.1",
36
- "core-js": "^3.36.1",
36
+ "core-js": "^3.37.0",
37
37
  "hooks": "^0.3.2",
38
38
  "param-case": "^3.0.4",
39
39
  "react": "^17.0.2",
40
40
  "style-to-object": "^0.3.0"
41
41
  },
42
42
  "devDependencies": {
43
- "@ray-js/cli": "^1.4.61-beta.0"
43
+ "@ray-js/cli": "^1.4.61-beta.1"
44
44
  },
45
45
  "publishConfig": {
46
46
  "access": "public",
47
47
  "registry": "https://registry.npmjs.org"
48
48
  },
49
- "gitHead": "047685b969e54c1956e78d6a484a81ab67a547f9"
49
+ "gitHead": "c1a776cd98053e3a5ea2ac058b96fbc35f6562b5"
50
50
  }