@next-bricks/presentational-bricks 1.264.8 → 1.265.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/dist/stories.json
CHANGED
|
@@ -13060,6 +13060,13 @@
|
|
|
13060
13060
|
"default": "-",
|
|
13061
13061
|
"description": "图像高度"
|
|
13062
13062
|
},
|
|
13063
|
+
{
|
|
13064
|
+
"name": "imgStyle",
|
|
13065
|
+
"type": "CSSProperties",
|
|
13066
|
+
"required": "",
|
|
13067
|
+
"default": "-",
|
|
13068
|
+
"description": "图像样式"
|
|
13069
|
+
},
|
|
13063
13070
|
{
|
|
13064
13071
|
"name": "imgWidth",
|
|
13065
13072
|
"type": "string | number",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/presentational-bricks",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.265.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",
|
|
@@ -56,5 +56,5 @@
|
|
|
56
56
|
"@next-dll/ace": "*",
|
|
57
57
|
"@next-dll/react-dnd": "*"
|
|
58
58
|
},
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "21637c6e5f36c9581011757d5ed4411282eee338"
|
|
60
60
|
}
|