@next-bricks/presentational-bricks 1.257.5 → 1.258.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 +112 -112
- package/dist/bricks.json +27 -27
- package/dist/{index.0295f652.js → index.7eb3eede.js} +2 -2
- package/dist/index.7eb3eede.js.map +1 -0
- package/dist/stories.json +7 -1
- package/package.json +2 -2
- package/dist/index.0295f652.js.map +0 -1
package/dist/stories.json
CHANGED
|
@@ -4786,7 +4786,7 @@
|
|
|
4786
4786
|
"type": "IllustrationsConfig",
|
|
4787
4787
|
"required": "false",
|
|
4788
4788
|
"default": "{}",
|
|
4789
|
-
"description": "
|
|
4789
|
+
"description": "自定义插画配置,size默认为middle,推荐使用size控制插画尺寸,可通过imageStyle覆盖size实现自定义大小(不推荐)",
|
|
4790
4790
|
"group": "other"
|
|
4791
4791
|
},
|
|
4792
4792
|
{
|
|
@@ -4820,6 +4820,12 @@
|
|
|
4820
4820
|
"type": "string",
|
|
4821
4821
|
"required": false,
|
|
4822
4822
|
"description": ""
|
|
4823
|
+
},
|
|
4824
|
+
{
|
|
4825
|
+
"name": "size",
|
|
4826
|
+
"type": "IconSize",
|
|
4827
|
+
"required": false,
|
|
4828
|
+
"description": ""
|
|
4823
4829
|
}
|
|
4824
4830
|
],
|
|
4825
4831
|
"indexSignature": []
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/presentational-bricks",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.258.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": "9db0b6893dbc4c0c1967feb3012529b1e50377cf"
|
|
59
59
|
}
|