@tarojs/components 4.0.0-beta.70 → 4.0.0-beta.71

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": "4.0.0-beta.70",
3
+ "version": "4.0.0-beta.71",
4
4
  "description": "Taro 组件库",
5
5
  "browser": "dist/index.js",
6
6
  "main:h5": "dist/index.js",
@@ -36,8 +36,8 @@
36
36
  "resolve-pathname": "^3.0.0",
37
37
  "tslib": "^2.6.2",
38
38
  "swiper": "6.8.0",
39
- "@tarojs/components-advanced": "4.0.0-beta.70",
40
- "@tarojs/taro": "4.0.0-beta.70"
39
+ "@tarojs/components-advanced": "4.0.0-beta.71",
40
+ "@tarojs/taro": "4.0.0-beta.71"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@babel/generator": "^7.21.4",
package/types/common.d.ts CHANGED
@@ -35,7 +35,7 @@ export interface StandardProps<T = any, TouchEvent extends BaseTouchEvent<any> =
35
35
  * 自定义容器组件的方向
36
36
  * @supported harmony
37
37
  */
38
- harmonyDirection?: 'row' | 'column'
38
+ harmonyDirection?: 'row' | 'column' | 'flex'
39
39
  }
40
40
 
41
41
  export interface FormItemProps {