@douyinfe/semi-foundation 2.3.0 → 2.3.1

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.
@@ -246,6 +246,6 @@ export default class MonthsGridFoundation extends BaseFoundation<MonthsGridAdapt
246
246
  * - When yam open type is 'left' or 'right', weeks minHeight should be set
247
247
  * If the minHeight is not set, the change of the number of weeks will cause the scrollList to be unstable
248
248
  */
249
- getYAMOpenType(): "left" | "right" | "both" | "none";
249
+ getYAMOpenType(): "left" | "right" | "none" | "both";
250
250
  }
251
251
  export {};
@@ -246,6 +246,6 @@ export default class MonthsGridFoundation extends BaseFoundation<MonthsGridAdapt
246
246
  * - When yam open type is 'left' or 'right', weeks minHeight should be set
247
247
  * If the minHeight is not set, the change of the number of weeks will cause the scrollList to be unstable
248
248
  */
249
- getYAMOpenType(): "left" | "right" | "both" | "none";
249
+ getYAMOpenType(): "left" | "right" | "none" | "both";
250
250
  }
251
251
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@douyinfe/semi-foundation",
3
- "version": "2.3.0",
3
+ "version": "2.3.1",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build:lib": "node ./scripts/compileLib.js",
@@ -8,7 +8,7 @@
8
8
  },
9
9
  "dependencies": {
10
10
  "@babel/runtime-corejs3": "^7.15.4",
11
- "@douyinfe/semi-animation": "2.3.0",
11
+ "@douyinfe/semi-animation": "2.3.1",
12
12
  "async-validator": "^3.5.0",
13
13
  "classnames": "^2.2.6",
14
14
  "date-fns": "^2.9.0",
@@ -24,7 +24,7 @@
24
24
  "*.scss",
25
25
  "*.css"
26
26
  ],
27
- "gitHead": "456b90e3f3501dd92e9d0b55bb9c8c86312837aa",
27
+ "gitHead": "c77d5f7c20ea94158c0c79458879c7d884d99c21",
28
28
  "devDependencies": {
29
29
  "@babel/plugin-proposal-decorators": "^7.15.8",
30
30
  "@babel/plugin-transform-runtime": "^7.15.8",