@douyinfe/semi-foundation 2.100.0 → 2.101.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.
@@ -253,6 +253,6 @@ export default class MonthsGridFoundation extends BaseFoundation<MonthsGridAdapt
253
253
  * - When yam open type is 'left' or 'right', weeks minHeight should be set
254
254
  * If the minHeight is not set, the change of the number of weeks will cause the scrollList to be unstable
255
255
  */
256
- getYAMOpenType(): "left" | "right" | "none" | "both";
256
+ getYAMOpenType(): "none" | "left" | "right" | "both";
257
257
  }
258
258
  export {};
@@ -253,6 +253,6 @@ export default class MonthsGridFoundation extends BaseFoundation<MonthsGridAdapt
253
253
  * - When yam open type is 'left' or 'right', weeks minHeight should be set
254
254
  * If the minHeight is not set, the change of the number of weeks will cause the scrollList to be unstable
255
255
  */
256
- getYAMOpenType(): "left" | "right" | "none" | "both";
256
+ getYAMOpenType(): "none" | "left" | "right" | "both";
257
257
  }
258
258
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@douyinfe/semi-foundation",
3
- "version": "2.100.0",
3
+ "version": "2.101.0",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "clean": "rimraf lib",
@@ -14225,8 +14225,8 @@
14225
14225
  }
14226
14226
  },
14227
14227
  "dependencies": {
14228
- "@douyinfe/semi-animation": "2.100.0",
14229
- "@douyinfe/semi-json-viewer-core": "2.100.0",
14228
+ "@douyinfe/semi-animation": "2.101.0",
14229
+ "@douyinfe/semi-json-viewer-core": "2.101.0",
14230
14230
  "@mdx-js/mdx": "^3.0.1",
14231
14231
  "async-validator": "^3.5.0",
14232
14232
  "classnames": "^2.2.6",
@@ -14247,7 +14247,7 @@
14247
14247
  "*.scss",
14248
14248
  "*.css"
14249
14249
  ],
14250
- "gitHead": "caf1c8f44a44b2309b9468f946dd5ee952640994",
14250
+ "gitHead": "2a1a14e7c4f7c6f91d30e33e5f5e5ebe02a34f96",
14251
14251
  "devDependencies": {
14252
14252
  "@babel/plugin-transform-runtime": "^7.15.8",
14253
14253
  "@babel/preset-env": "^7.15.8",