@tuya-miniapp/smart-ui 2.7.1-beta-0 → 2.7.1-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.
@@ -34,7 +34,7 @@ SmartComponent({
34
34
  },
35
35
  border: {
36
36
  type: Boolean,
37
- value: false,
37
+ value: true,
38
38
  },
39
39
  zIndex: {
40
40
  type: Number,
@@ -1,7 +1,7 @@
1
1
  <wxs src="../wxs/utils.wxs" module="utils" />
2
2
 
3
3
  <view
4
- class="{{ utils.bem('tabbar', { border: true }) }} {{ utils.bem('tabbar', { fixed, safe: safeAreaInsetBottom }) }} custom-class"
4
+ class="{{ utils.bem('tabbar', { border }) }} {{ utils.bem('tabbar', { fixed, safe: safeAreaInsetBottom }) }} custom-class"
5
5
  style="{{ zIndex ? 'z-index: ' + zIndex : '' }}"
6
6
  >
7
7
  <slot name="left" />
@@ -36,7 +36,7 @@ var utils_1 = require("../common/utils");
36
36
  },
37
37
  border: {
38
38
  type: Boolean,
39
- value: false,
39
+ value: true,
40
40
  },
41
41
  zIndex: {
42
42
  type: Number,
@@ -1,7 +1,7 @@
1
1
  <wxs src="../wxs/utils.wxs" module="utils" />
2
2
 
3
3
  <view
4
- class="{{ utils.bem('tabbar', { border: true }) }} {{ utils.bem('tabbar', { fixed, safe: safeAreaInsetBottom }) }} custom-class"
4
+ class="{{ utils.bem('tabbar', { border }) }} {{ utils.bem('tabbar', { fixed, safe: safeAreaInsetBottom }) }} custom-class"
5
5
  style="{{ zIndex ? 'z-index: ' + zIndex : '' }}"
6
6
  >
7
7
  <slot name="left" />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tuya-miniapp/smart-ui",
3
- "version": "2.7.1-beta-0",
3
+ "version": "2.7.1-beta-1",
4
4
  "author": "MiniApp Team",
5
5
  "license": "MIT",
6
6
  "miniprogram": "lib",