@next-bricks/basic-bricks 1.183.1 → 1.183.2

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
@@ -7640,6 +7640,13 @@
7640
7640
  "required": "false",
7641
7641
  "default": "false",
7642
7642
  "description": "禁用默认跳转事件"
7643
+ },
7644
+ {
7645
+ "name": "initOffset",
7646
+ "type": "number",
7647
+ "required": "false",
7648
+ "default": "",
7649
+ "description": "页面初始化时希望额外向上滚动的距离,例如在target有较大padding但是希望内容显示在上方时可设置。"
7643
7650
  }
7644
7651
  ],
7645
7652
  "interface": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/basic-bricks",
3
- "version": "1.183.1",
3
+ "version": "1.183.2",
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",
@@ -39,5 +39,5 @@
39
39
  "immutability-helper": "^3.1.1"
40
40
  },
41
41
  "sideEffects": true,
42
- "gitHead": "3fabc8cef1f0da8ea676899213c98d37c1ea7fbc"
42
+ "gitHead": "695b2bf99a800258c0edb67984d5fdfcef247e6a"
43
43
  }