@ray-js/smart-ui 2.7.0-beta-1 → 2.7.0-beta-3

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.
@@ -96,7 +96,7 @@ export interface SmartNavBarProps {
96
96
  /**
97
97
  * 是否显示下边框
98
98
  *
99
- * @default true
99
+ * @default false
100
100
  */
101
101
  border?: boolean;
102
102
  /**
@@ -96,7 +96,7 @@ export interface SmartNavBarProps {
96
96
  /**
97
97
  * 是否显示下边框
98
98
  *
99
- * @default true
99
+ * @default false
100
100
  */
101
101
  border?: boolean;
102
102
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/smart-ui",
3
- "version": "2.7.0-beta-1",
3
+ "version": "2.7.0-beta-3",
4
4
  "description": "轻量、可靠的智能小程序 UI 组件库",
5
5
  "scripts": {
6
6
  "syncMiniappData": "node ./build/syncMiniappData.js",
@@ -42,7 +42,7 @@
42
42
  },
43
43
  "dependencies": {
44
44
  "@ray-js/components-ty-slider": "^0.3.4",
45
- "@tuya-miniapp/smart-ui": "2.7.0-beta-6",
45
+ "@tuya-miniapp/smart-ui": "2.7.0-beta-7",
46
46
  "lodash-es": "^4.17.21"
47
47
  },
48
48
  "devDependencies": {