@next-bricks/basic-bricks 1.163.0 → 1.164.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/dist/stories.json CHANGED
@@ -3425,6 +3425,14 @@
3425
3425
  "default": "false",
3426
3426
  "required": "false",
3427
3427
  "description": "是否浮层样式,如果设为true,则抽屉边缘会有外边距,圆角和阴影"
3428
+ },
3429
+ {
3430
+ "name": "scrollToTopWhenOpen",
3431
+ "type": "boolean",
3432
+ "required": "false",
3433
+ "default": "-",
3434
+ "description": "打开抽屉时内容区是否自动滚动到顶部",
3435
+ "group": "basic"
3428
3436
  }
3429
3437
  ],
3430
3438
  "events": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/basic-bricks",
3
- "version": "1.163.0",
3
+ "version": "1.164.0",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "https://github.com/easyops-cn/next-basics/tree/master/bricks/basic-bricks",
6
6
  "license": "GPL-3.0",
@@ -30,7 +30,7 @@
30
30
  "test:ci": "cross-env NODE_ENV='test' CI=true jest"
31
31
  },
32
32
  "devDependencies": {
33
- "@next-core/custom-antd-styles": "^1.11.0",
33
+ "@next-core/custom-antd-styles": "^1.18.0",
34
34
  "@next-libs/basic-components": "^3.2.5",
35
35
  "@next-libs/storage": "^2.0.2",
36
36
  "@next-sdk/air-admin-service-sdk": "^2.1.12",
@@ -39,5 +39,5 @@
39
39
  "immutability-helper": "^3.1.1"
40
40
  },
41
41
  "sideEffects": true,
42
- "gitHead": "084f204b867b5ca23ae8d2792f598849e479a6c1"
42
+ "gitHead": "f410fb5fbe242c70a3912f2017a7aec88d4b1fcd"
43
43
  }