@next-bricks/presentational-bricks 1.281.0 → 1.282.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
@@ -9313,6 +9313,13 @@
9313
9313
  "default": "false",
9314
9314
  "description": "当有昵称时显示昵称,无昵称时显示用户名"
9315
9315
  },
9316
+ {
9317
+ "name": "displayShowKey",
9318
+ "type": "\"boolean\"",
9319
+ "required": "false",
9320
+ "default": "false",
9321
+ "description": "是否显示 `showKey` ,如果有则显示`alan(hero)` or `alan`"
9322
+ },
9316
9323
  {
9317
9324
  "name": "iconMargin",
9318
9325
  "type": "\"number\" | \"string\"",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/presentational-bricks",
3
- "version": "1.281.0",
3
+ "version": "1.282.0",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "https://github.com/easyops-cn/next-basics/tree/master/bricks/presentational-bricks",
6
6
  "license": "GPL-3.0",
@@ -49,7 +49,7 @@
49
49
  "@next-libs/datetime": "^2.0.4",
50
50
  "@next-libs/datetime-components": "^3.1.2",
51
51
  "@next-libs/forms": "^3.3.6",
52
- "@next-libs/hooks": "^2.2.3",
52
+ "@next-libs/hooks": "^2.2.4",
53
53
  "@next-sdk/cmdb-sdk": "^2.1.1",
54
54
  "@next-sdk/monitor-sdk": "^2.1.1",
55
55
  "@next-sdk/object-store-sdk": "^2.1.2",
@@ -68,5 +68,5 @@
68
68
  "@next-dll/ace": "*",
69
69
  "@next-dll/react-dnd": "*"
70
70
  },
71
- "gitHead": "c4f972020d6108bf4baac8cc36cbd1a22aed6a54"
71
+ "gitHead": "192943cb4dd62469e8afa7d3ea53550d88ee701b"
72
72
  }