@ray-js/components 0.3.15-beta-720ccfd3 → 0.3.17-beta-75b85d66

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.
@@ -3,10 +3,10 @@ nav:
3
3
  title: 组件
4
4
  path: /components
5
5
  group:
6
- title: 基础组件
6
+ title: 视图容器
7
7
  ---
8
8
 
9
- # Text
9
+ # PageContainer
10
10
 
11
11
  文本内容
12
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/components",
3
- "version": "0.3.15-beta-720ccfd3",
3
+ "version": "0.3.17-beta-75b85d66",
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.15-beta-720ccfd3",
28
- "@ray-js/remax-tuya": "^0.3.15-beta-720ccfd3",
27
+ "@ray-js/framework-shared": "^0.3.17-beta-75b85d66",
28
+ "@ray-js/remax-tuya": "^0.3.17-beta-75b85d66",
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.15-beta-720ccfd3"
45
+ "@ray-js/cli": "^0.3.17-beta-75b85d66"
46
46
  },
47
47
  "maintainers": [
48
48
  {
@@ -50,6 +50,6 @@
50
50
  "email": "tuyafe@tuya.com"
51
51
  }
52
52
  ],
53
- "gitHead": "648cfff9e621708c163076b380591e6be0638573",
53
+ "gitHead": "6c41a80262db6ba76c87086883a12682975fd359",
54
54
  "repository": {}
55
55
  }