@next-bricks/basic-bricks 1.182.2 → 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
@@ -2965,7 +2965,7 @@
2965
2965
  "methods": [
2966
2966
  {
2967
2967
  "name": "updateButton",
2968
- "params": "id: string btn: Partial<CustomButton>",
2968
+ "params": "id: string, btn: Partial<CustomButton>",
2969
2969
  "description": "更新按钮"
2970
2970
  }
2971
2971
  ],
@@ -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": [
@@ -7660,24 +7667,12 @@
7660
7667
  "required": false,
7661
7668
  "description": ""
7662
7669
  },
7663
- {
7664
- "name": "className",
7665
- "type": "string",
7666
- "required": false,
7667
- "description": ""
7668
- },
7669
7670
  {
7670
7671
  "name": "href",
7671
7672
  "type": "string",
7672
7673
  "required": true,
7673
7674
  "description": ""
7674
7675
  },
7675
- {
7676
- "name": "prefixCls",
7677
- "type": "string",
7678
- "required": false,
7679
- "description": ""
7680
- },
7681
7676
  {
7682
7677
  "name": "target",
7683
7678
  "type": "string",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/basic-bricks",
3
- "version": "1.182.2",
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": "d528e5fe6f82aed0db9e186c12e1a53838478730"
42
+ "gitHead": "695b2bf99a800258c0edb67984d5fdfcef247e6a"
43
43
  }