@ray-js/framework-shared 0.4.10 → 0.4.12-beta-1

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.
@@ -1,7 +1,7 @@
1
1
  import * as React from 'react';
2
2
  /**
3
3
  * 根据平台转换内敛样式单位, 自适应单位
4
- * 需要关闭 remax 的内敛样式转换规则
4
+ * 需要关闭 ray 的内敛样式转换规则
5
5
  * @param int 内敛样式
6
6
  */
7
7
  export declare function inlineStyle(...args: Array<React.CSSProperties | false | undefined>): any;
@@ -14,7 +14,7 @@ import { isWeb } from '@ray-js/env';
14
14
  import { isUnitlessNumber } from './CSSProperty';
15
15
  /**
16
16
  * 根据平台转换内敛样式单位, 自适应单位
17
- * 需要关闭 remax 的内敛样式转换规则
17
+ * 需要关闭 ray 的内敛样式转换规则
18
18
  * @param int 内敛样式
19
19
  */
20
20
 
@@ -15,7 +15,7 @@ var isWeb = false;
15
15
  import { isUnitlessNumber } from './CSSProperty';
16
16
  /**
17
17
  * 根据平台转换内敛样式单位, 自适应单位
18
- * 需要关闭 remax 的内敛样式转换规则
18
+ * 需要关闭 ray 的内敛样式转换规则
19
19
  * @param int 内敛样式
20
20
  */
21
21
 
@@ -15,7 +15,7 @@ var isWeb = true;
15
15
  import { isUnitlessNumber } from './CSSProperty';
16
16
  /**
17
17
  * 根据平台转换内敛样式单位, 自适应单位
18
- * 需要关闭 remax 的内敛样式转换规则
18
+ * 需要关闭 ray 的内敛样式转换规则
19
19
  * @param int 内敛样式
20
20
  */
21
21
 
@@ -15,7 +15,7 @@ var isWeb = false;
15
15
  import { isUnitlessNumber } from './CSSProperty';
16
16
  /**
17
17
  * 根据平台转换内敛样式单位, 自适应单位
18
- * 需要关闭 remax 的内敛样式转换规则
18
+ * 需要关闭 ray 的内敛样式转换规则
19
19
  * @param int 内敛样式
20
20
  */
21
21
 
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- import { TouchEvent as WxTouchEvent } from '@remax/wechat';
2
+ import { TouchEvent as WxTouchEvent } from '@ray-core/wechat';
3
3
  import { NativeTouchEvent as RnTouch } from 'react-native';
4
4
  interface TouchObj {
5
5
  identifier: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/framework-shared",
3
- "version": "0.4.10",
3
+ "version": "0.4.12-beta-1",
4
4
  "description": "Ray shared for framework",
5
5
  "keywords": [
6
6
  "ray"
@@ -20,12 +20,12 @@
20
20
  "watch": "ray start --type=component"
21
21
  },
22
22
  "dependencies": {
23
- "@ray-js/env": "^0.4.10",
24
- "@remax/wechat": "2.15.6",
23
+ "@ray-core/wechat": "^0.0.4-beta-1",
24
+ "@ray-js/env": "^0.4.12-beta-1",
25
25
  "react-native": "0.59.10"
26
26
  },
27
27
  "devDependencies": {
28
- "@ray-js/cli": "^0.4.10"
28
+ "@ray-js/cli": "^0.4.12-beta-1"
29
29
  },
30
30
  "maintainers": [
31
31
  {
@@ -33,6 +33,6 @@
33
33
  "email": "tuyafe@tuya.com"
34
34
  }
35
35
  ],
36
- "gitHead": "daae0d86dfa37cb76703899c25e52e66bb31f3d0",
36
+ "gitHead": "5acf68257616900ca67e609e0f7765c6aa1f6efa",
37
37
  "repository": {}
38
38
  }