@next-bricks/presentational-bricks 1.308.0 → 1.308.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/deploy/contract.yaml +80 -80
- package/dist/bricks.json +1 -1
- package/dist/index.7215be20.js +2 -0
- package/dist/index.7215be20.js.map +1 -0
- package/dist/stories.json +8 -0
- package/package.json +2 -2
- package/dist/index.8b5387bf.js +0 -2
- package/dist/index.8b5387bf.js.map +0 -1
package/dist/stories.json
CHANGED
|
@@ -9584,6 +9584,14 @@
|
|
|
9584
9584
|
"default": "-",
|
|
9585
9585
|
"description": "自定义节点icon",
|
|
9586
9586
|
"group": "basic"
|
|
9587
|
+
},
|
|
9588
|
+
{
|
|
9589
|
+
"name": "contentFontSize16",
|
|
9590
|
+
"type": "",
|
|
9591
|
+
"required": false,
|
|
9592
|
+
"default": "-",
|
|
9593
|
+
"description": "内容fontSize设置为16px",
|
|
9594
|
+
"group": "basic"
|
|
9587
9595
|
}
|
|
9588
9596
|
],
|
|
9589
9597
|
"events": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/presentational-bricks",
|
|
3
|
-
"version": "1.308.
|
|
3
|
+
"version": "1.308.2",
|
|
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": "
|
|
76
|
+
"gitHead": "e73fbb01cc0d7383a5216823f5976f4cbadcbd3a"
|
|
77
77
|
}
|