@tuya-miniapp/smart-ui 2.0.2-beta-13 → 2.0.2-beta-14

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.
@@ -5,7 +5,7 @@ SmartComponent({
5
5
  value: '',
6
6
  password: '',
7
7
  num: 2000,
8
- value2: '123',
8
+ value2: '12345',
9
9
  message: '',
10
10
  sunIcon: Sun
11
11
  },
@@ -7,7 +7,7 @@ var icons_1 = require("@tuya-miniapp/icons");
7
7
  value: '',
8
8
  password: '',
9
9
  num: 2000,
10
- value2: '123',
10
+ value2: '12345',
11
11
  message: '',
12
12
  sunIcon: icons_1.Sun
13
13
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tuya-miniapp/smart-ui",
3
- "version": "2.0.2-beta-13",
3
+ "version": "2.0.2-beta-14",
4
4
  "author": "MiniApp Team",
5
5
  "license": "MIT",
6
6
  "miniprogram": "lib",