@next-bricks/presentational-bricks 1.258.0 → 1.259.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 +30 -30
- package/dist/{index.7eb3eede.js → index.ed826cbe.js} +2 -2
- package/dist/index.ed826cbe.js.map +1 -0
- package/dist/stories.json +7 -0
- package/package.json +2 -2
- package/dist/index.7eb3eede.js.map +0 -1
package/dist/stories.json
CHANGED
|
@@ -16296,6 +16296,13 @@
|
|
|
16296
16296
|
"required": "true",
|
|
16297
16297
|
"description": "插画名称"
|
|
16298
16298
|
},
|
|
16299
|
+
{
|
|
16300
|
+
"name": "size",
|
|
16301
|
+
"type": "IconSize",
|
|
16302
|
+
"required": "false",
|
|
16303
|
+
"default": "\"middle\"",
|
|
16304
|
+
"description": "插画size,size默认为middle,推荐使用size控制插画尺寸,可通过imageStyle覆盖size实现自定义大小(不推荐)"
|
|
16305
|
+
},
|
|
16299
16306
|
{
|
|
16300
16307
|
"name": "category",
|
|
16301
16308
|
"type": "string",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/presentational-bricks",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.259.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": "e0c979163f0046b5964d22a1315611c005f9e4cf"
|
|
59
59
|
}
|