@tarojs/components 3.6.5-alpha.1 → 3.6.5-canary.0

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/components",
3
- "version": "3.6.5-alpha.1",
3
+ "version": "3.6.5-canary.0",
4
4
  "description": "Taro 组件库",
5
5
  "browser": "dist/index.js",
6
6
  "main:h5": "dist/index.js",
@@ -37,9 +37,9 @@
37
37
  "resolve-pathname": "^3.0.0",
38
38
  "swiper": "6.8.0",
39
39
  "weui": "^1.1.2",
40
- "@tarojs/components-advanced": "3.6.5-alpha.1",
41
- "@tarojs/router": "3.6.5-alpha.1",
42
- "@tarojs/taro": "3.6.5-alpha.1"
40
+ "@tarojs/router": "3.6.5-canary.0",
41
+ "@tarojs/components-advanced": "3.6.5-canary.0",
42
+ "@tarojs/taro": "3.6.5-canary.0"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@babel/generator": "^7.20.0",
@@ -137,7 +137,7 @@ interface ScrollViewProps extends StandardProps {
137
137
  * @supported weapp
138
138
  * @default 'list'
139
139
  */
140
- type: 'list' | 'custom'
140
+ type?: 'list' | 'custom'
141
141
  /** 是否反向滚动。一般初始滚动位置是在顶部,反向滚动则是在底部。
142
142
  * @supported weapp
143
143
  * @default false