@next-bricks/presentational-bricks 1.306.2 → 1.306.4

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
@@ -16708,6 +16708,13 @@
16708
16708
  "required": true,
16709
16709
  "default": "-",
16710
16710
  "description": "预览图片时,图片操作(放大、缩小等操作)是否在下方显示"
16711
+ },
16712
+ {
16713
+ "name": "linkTarget",
16714
+ "type": "boolean",
16715
+ "required": true,
16716
+ "default": "-",
16717
+ "description": "内容中链接打开位置,_blank为新窗口打开"
16711
16718
  }
16712
16719
  ],
16713
16720
  "interface": []
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/presentational-bricks",
3
- "version": "1.306.2",
3
+ "version": "1.306.4",
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",
@@ -73,5 +73,5 @@
73
73
  "@next-dll/ace": "*",
74
74
  "@next-dll/react-dnd": "*"
75
75
  },
76
- "gitHead": "624ec57d921aa0332427dde2fc245da29ed71874"
76
+ "gitHead": "cfa69609fed2d4e9c8ec725643c772ae6e6e716f"
77
77
  }