@tarojs/router 4.1.4-beta.0 → 4.1.4-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.
package/dist/index.cjs.js CHANGED
@@ -63,6 +63,12 @@ ${enableWindowScroll ? '' : `
63
63
  `}
64
64
  }
65
65
  ${enableTabBar ? `
66
+ .taro-tabbar__container {
67
+ height:100%;
68
+ }
69
+ .taro-tabbar__panel {
70
+ height: 100%;
71
+ }
66
72
  .taro-tabbar__container > .taro-tabbar__panel {
67
73
  overflow: hidden;
68
74
  }
@@ -81,7 +87,7 @@ ${enhanceAnimation
81
87
  }` : ` .taro_page_shade,
82
88
  .taro_router > .taro_page.taro_page_show.taro_page_stationed:not(.taro_page_shade):not(.taro_tabbar_page):not(:last-child) {
83
89
  display: none;
84
- }`}
90
+ }`}
85
91
  `;
86
92
  addStyle(css);
87
93
  }
package/dist/index.esm.js CHANGED
@@ -62,6 +62,12 @@ ${enableWindowScroll ? '' : `
62
62
  `}
63
63
  }
64
64
  ${enableTabBar ? `
65
+ .taro-tabbar__container {
66
+ height:100%;
67
+ }
68
+ .taro-tabbar__panel {
69
+ height: 100%;
70
+ }
65
71
  .taro-tabbar__container > .taro-tabbar__panel {
66
72
  overflow: hidden;
67
73
  }
@@ -80,7 +86,7 @@ ${enhanceAnimation
80
86
  }` : ` .taro_page_shade,
81
87
  .taro_router > .taro_page.taro_page_show.taro_page_stationed:not(.taro_page_shade):not(.taro_tabbar_page):not(:last-child) {
82
88
  display: none;
83
- }`}
89
+ }`}
84
90
  `;
85
91
  addStyle(css);
86
92
  }
package/dist/style.js CHANGED
@@ -52,6 +52,12 @@ ${enableWindowScroll ? '' : `
52
52
  `}
53
53
  }
54
54
  ${enableTabBar ? `
55
+ .taro-tabbar__container {
56
+ height:100%;
57
+ }
58
+ .taro-tabbar__panel {
59
+ height: 100%;
60
+ }
55
61
  .taro-tabbar__container > .taro-tabbar__panel {
56
62
  overflow: hidden;
57
63
  }
@@ -70,7 +76,7 @@ ${enhanceAnimation
70
76
  }` : ` .taro_page_shade,
71
77
  .taro_router > .taro_page.taro_page_show.taro_page_stationed:not(.taro_page_shade):not(.taro_tabbar_page):not(:last-child) {
72
78
  display: none;
73
- }`}
79
+ }`}
74
80
  `;
75
81
  addStyle(css);
76
82
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tarojs/router",
3
- "version": "4.1.4-beta.0",
3
+ "version": "4.1.4-beta.1",
4
4
  "description": "Taro-router",
5
5
  "author": "O2Team",
6
6
  "license": "MIT",
@@ -34,15 +34,15 @@
34
34
  "universal-router": "^9.2.0"
35
35
  },
36
36
  "devDependencies": {
37
- "@tarojs/components": "4.1.4-beta.0",
38
- "@tarojs/shared": "4.1.4-beta.0",
39
- "@tarojs/runtime": "4.1.4-beta.0",
40
- "@tarojs/taro": "4.1.4-beta.0"
37
+ "@tarojs/components": "4.1.4-beta.1",
38
+ "@tarojs/taro": "4.1.4-beta.1",
39
+ "@tarojs/runtime": "4.1.4-beta.1",
40
+ "@tarojs/shared": "4.1.4-beta.1"
41
41
  },
42
42
  "peerDependencies": {
43
- "@tarojs/runtime": "4.1.4-beta.0",
44
- "@tarojs/taro": "4.1.4-beta.0",
45
- "@tarojs/shared": "4.1.4-beta.0"
43
+ "@tarojs/runtime": "4.1.4-beta.1",
44
+ "@tarojs/shared": "4.1.4-beta.1",
45
+ "@tarojs/taro": "4.1.4-beta.1"
46
46
  },
47
47
  "scripts": {
48
48
  "prod": "pnpm run build",