@tarojs/components-advanced 3.7.0-alpha.16 → 3.7.0-alpha.18

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.
@@ -470,7 +470,7 @@ declare const _default: import("vue").DefineComponent<{
470
470
  outerElementType: string;
471
471
  innerElementType: string;
472
472
  itemElementType: string;
473
- direction: string;
474
473
  shouldResetStyleCacheOnItemSizeChange: boolean;
474
+ direction: string;
475
475
  }>;
476
476
  export { _default as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tarojs/components-advanced",
3
- "version": "3.7.0-alpha.16",
3
+ "version": "3.7.0-alpha.18",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -20,10 +20,10 @@
20
20
  "csstype": "^3.1.1",
21
21
  "memoize-one": "^6.0.0",
22
22
  "postcss": "^8.4.18",
23
- "@tarojs/components": "3.7.0-alpha.16",
24
- "@tarojs/runtime": "3.7.0-alpha.16",
25
- "@tarojs/shared": "3.7.0-alpha.16",
26
- "@tarojs/taro": "3.7.0-alpha.16"
23
+ "@tarojs/components": "3.7.0-alpha.18",
24
+ "@tarojs/runtime": "3.7.0-alpha.18",
25
+ "@tarojs/shared": "3.7.0-alpha.18",
26
+ "@tarojs/taro": "3.7.0-alpha.18"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@babel/cli": "^7.14.5",
@@ -40,7 +40,7 @@
40
40
  "rollup-plugin-ts": "^3.0.2",
41
41
  "typescript": "^4.7.4",
42
42
  "vue": "^3.0.0",
43
- "babel-preset-taro": "3.7.0-alpha.16"
43
+ "babel-preset-taro": "3.7.0-alpha.18"
44
44
  },
45
45
  "peerDependencies": {
46
46
  "react": ">=17"