@tarojs/taro 4.0.0-beta.47 → 4.0.0-beta.49

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tarojs/taro",
3
- "version": "4.0.0-beta.47",
3
+ "version": "4.0.0-beta.49",
4
4
  "description": "Taro framework",
5
5
  "homepage": "https://github.com/nervjs/taro/tree/master/packages/taro#readme",
6
6
  "main": "index.js",
@@ -21,17 +21,17 @@
21
21
  "author": "O2Team",
22
22
  "license": "MIT",
23
23
  "dependencies": {
24
- "@tarojs/api": "4.0.0-beta.47"
24
+ "@tarojs/api": "4.0.0-beta.49"
25
25
  },
26
26
  "devDependencies": {
27
- "@tarojs/helper": "4.0.0-beta.47",
28
- "@tarojs/runtime": "4.0.0-beta.47",
29
- "@tarojs/shared": "4.0.0-beta.47"
27
+ "@tarojs/helper": "4.0.0-beta.49",
28
+ "@tarojs/shared": "4.0.0-beta.49",
29
+ "@tarojs/runtime": "4.0.0-beta.49"
30
30
  },
31
31
  "peerDependencies": {
32
- "@tarojs/shared": "~4.0.0-beta.47",
33
- "@tarojs/helper": "~4.0.0-beta.47",
34
- "@tarojs/runtime": "~4.0.0-beta.47"
32
+ "@tarojs/helper": "~4.0.0-beta.49",
33
+ "@tarojs/runtime": "~4.0.0-beta.49",
34
+ "@tarojs/shared": "~4.0.0-beta.49"
35
35
  },
36
36
  "peerDependenciesMeta": {
37
37
  "@types/react": {
@@ -32,6 +32,11 @@ declare module './index' {
32
32
  * @default: "#ffffff"
33
33
  */
34
34
  backgroundColor?: string
35
+ /** 页面容器背景色, HexColor
36
+ * @see: https://developers.weixin.qq.com/miniprogram/dev/framework/runtime/skyline/custom-route.html#%E8%AE%BE%E7%BD%AE%E9%A1%B5%E9%9D%A2%E9%80%8F%E6%98%8E
37
+ * @default: "#ffffff"
38
+ */
39
+ backgroundColorContent?: string
35
40
  /** 下拉背景字体、loading 图的样式,仅支持 dark/light
36
41
  * 当 app.json 中配置 darkmode 为 true 时可通过变量的形式配置
37
42
  * @see: https://developers.weixin.qq.com/miniprogram/dev/framework/ability/darkmode.html