@next-bricks/presentational-bricks 1.251.2 → 1.252.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/CHANGELOG.md +11 -0
- package/deploy/contract.yaml +107 -107
- package/dist/bricks.json +25 -25
- package/dist/index.3b11c26d.js +2 -0
- package/dist/index.3b11c26d.js.map +1 -0
- package/dist/stories.json +8 -0
- package/package.json +2 -2
- package/dist/index.079d8a92.js +0 -2
- package/dist/index.079d8a92.js.map +0 -1
package/dist/stories.json
CHANGED
|
@@ -7514,6 +7514,14 @@
|
|
|
7514
7514
|
"default": "-",
|
|
7515
7515
|
"description": "标签 Hover 的自定义样式",
|
|
7516
7516
|
"group": "advanced"
|
|
7517
|
+
},
|
|
7518
|
+
{
|
|
7519
|
+
"name": "afterBrick",
|
|
7520
|
+
"type": "{useBrick: UseBrickConf,data: any}",
|
|
7521
|
+
"required": "false",
|
|
7522
|
+
"default": "-",
|
|
7523
|
+
"description": "最后一个tag后面使用子构件,具体查看 [UseBrickConf](/next-docs/docs/api-reference/brick-types.usesinglebrickconf)",
|
|
7524
|
+
"group": "advanced"
|
|
7517
7525
|
}
|
|
7518
7526
|
],
|
|
7519
7527
|
"events": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/presentational-bricks",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.252.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",
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"@next-dll/ace": "*",
|
|
56
56
|
"@next-dll/react-dnd": "*"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "a5354ea0f33aef423d36f1d05ab8ad151eb5c9f4"
|
|
59
59
|
}
|