@next-bricks/basic-bricks 1.247.3 → 1.248.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/deploy/contract.yaml +55 -55
- package/dist/bricks.json +1 -1
- package/dist/index.4a8373bb.js +10 -0
- package/dist/index.4a8373bb.js.map +1 -0
- package/dist/stories.json +7 -0
- package/package.json +2 -2
- package/dist/index.8d251773.js +0 -10
- package/dist/index.8d251773.js.map +0 -1
package/dist/stories.json
CHANGED
|
@@ -2205,6 +2205,13 @@
|
|
|
2205
2205
|
"default": "-",
|
|
2206
2206
|
"description": "完全透传给 antd 的 Card 属性,详见:[Card](https://ant.design/components/card-cn/#Card)",
|
|
2207
2207
|
"group": "advanced"
|
|
2208
|
+
},
|
|
2209
|
+
{
|
|
2210
|
+
"name": "cardContentWrapperStyle",
|
|
2211
|
+
"type": "CSSProperties",
|
|
2212
|
+
"required": true,
|
|
2213
|
+
"description": "content slot外层元素样式",
|
|
2214
|
+
"group": "ui"
|
|
2208
2215
|
}
|
|
2209
2216
|
],
|
|
2210
2217
|
"interface": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/basic-bricks",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.248.0",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"homepage": "https://github.com/easyops-cn/next-basics/tree/master/bricks/basic-bricks",
|
|
6
6
|
"license": "GPL-3.0",
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"immutability-helper": "^3.1.1"
|
|
53
53
|
},
|
|
54
54
|
"sideEffects": true,
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "af84284f64b5cd28125eb47f0a349b749e6cbe55"
|
|
56
56
|
}
|