@next-bricks/basic-bricks 1.162.0 → 1.162.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.
package/dist/stories.json CHANGED
@@ -7376,8 +7376,8 @@
7376
7376
  "events": [
7377
7377
  {
7378
7378
  "type": "anchor.change",
7379
- "detail": "{ title: string; href: string }",
7380
- "description": "锚点点击事件"
7379
+ "detail": "{ currentActiveLink: string }",
7380
+ "description": "锚点改变事件"
7381
7381
  },
7382
7382
  {
7383
7383
  "type": "anchor.click",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/basic-bricks",
3
- "version": "1.162.0",
3
+ "version": "1.162.1",
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": "2ec0a0097b8c23ea5bbca66cb3bb3d6e91e6fd27"
42
+ "gitHead": "2faed97860e2fdf13cac8eb9cfea751950f21135"
43
43
  }