@ray-js/components 0.3.21-beta-b00e2ece → 0.3.23-beta-bd924626

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/lib/Icon/index.md CHANGED
@@ -16,6 +16,10 @@ group:
16
16
  import { Icon } from '@ray-js/components';
17
17
  ```
18
18
 
19
+ ## 效果
20
+
21
+ <iframe src="https://static1.tuyacn.com/static/ray/iconDemo3/demo_index.html" style="width: 100%; height: 500px; " frameborder="0"></iframe>
22
+
19
23
  ## 示例代码
20
24
 
21
25
  <code src="./demos/basic.tsx" title="基本用法" background="#f2f4f6"/>
@@ -24,6 +28,6 @@ import { Icon } from '@ray-js/components';
24
28
 
25
29
  | 属性 | 类型 | 默认值 | 说明 | 支持平台 |
26
30
  | --- | --- | --- | --- | --- |
27
- | type | string | | 图标类型,类型名等于 https://www.iconfont.cn/manage/index?manage_type=myprojects&projectId=3149224 iconfont 的 font class 名 | 涂鸦、微信、RN |
31
+ | type | string | | 图标类型,类型名 请查看上方示例中 iconfont 的 font class 名 | 涂鸦、微信、RN |
28
32
  | size | number | 16 | 图标大小,单位 px | 涂鸦、微信、RN |
29
33
  | color | string | #333333 | 图标颜色 | 涂鸦、微信、RN |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/components",
3
- "version": "0.3.21-beta-b00e2ece",
3
+ "version": "0.3.23-beta-bd924626",
4
4
  "description": "Ray basic components",
5
5
  "keywords": [
6
6
  "ray"
@@ -24,8 +24,8 @@
24
24
  "watch": "ray start --type=component"
25
25
  },
26
26
  "dependencies": {
27
- "@ray-js/framework-shared": "^0.3.21-beta-b00e2ece",
28
- "@ray-js/remax-tuya": "^0.3.21-beta-b00e2ece",
27
+ "@ray-js/framework-shared": "^0.3.23-beta-bd924626",
28
+ "@ray-js/remax-tuya": "^0.3.23-beta-bd924626",
29
29
  "@remax/macro": "2.15.6",
30
30
  "@remax/wechat": "2.15.6",
31
31
  "antd-mobile": "^5.0.0-beta.17",
@@ -42,7 +42,7 @@
42
42
  "tuya-panel-switch": "^0.1.1"
43
43
  },
44
44
  "devDependencies": {
45
- "@ray-js/cli": "^0.3.21-beta-b00e2ece"
45
+ "@ray-js/cli": "^0.3.23-beta-bd924626"
46
46
  },
47
47
  "maintainers": [
48
48
  {
@@ -50,6 +50,6 @@
50
50
  "email": "tuyafe@tuya.com"
51
51
  }
52
52
  ],
53
- "gitHead": "a85b04d0e4c8c0e4e395b7574d445f60046c43b2",
53
+ "gitHead": "53b145f03137985757299c3bba7886f70489758a",
54
54
  "repository": {}
55
55
  }