@next-bricks/basic-bricks 1.218.1 → 1.218.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 +53 -53
- package/dist/bricks.json +2 -2
- package/dist/index.218885b7.js +10 -0
- package/dist/index.218885b7.js.map +1 -0
- package/dist/stories.json +14 -0
- package/package.json +2 -2
- package/dist/index.299cdebf.js +0 -10
- package/dist/index.299cdebf.js.map +0 -1
package/dist/stories.json
CHANGED
|
@@ -5401,6 +5401,20 @@
|
|
|
5401
5401
|
"required": true,
|
|
5402
5402
|
"default": "\"var(--page-card-gap)\"",
|
|
5403
5403
|
"description": "子元素之间的间距"
|
|
5404
|
+
},
|
|
5405
|
+
{
|
|
5406
|
+
"name": "showGridBorder",
|
|
5407
|
+
"type": "Boolean",
|
|
5408
|
+
"required": true,
|
|
5409
|
+
"default": "false",
|
|
5410
|
+
"description": "网格布局边框"
|
|
5411
|
+
},
|
|
5412
|
+
{
|
|
5413
|
+
"name": "gridBorderColor",
|
|
5414
|
+
"type": "string",
|
|
5415
|
+
"required": true,
|
|
5416
|
+
"default": "#454547",
|
|
5417
|
+
"description": "网格布局边框颜色"
|
|
5404
5418
|
}
|
|
5405
5419
|
],
|
|
5406
5420
|
"interface": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/basic-bricks",
|
|
3
|
-
"version": "1.218.
|
|
3
|
+
"version": "1.218.2",
|
|
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": "ec410586a9e4a632a0793819f7d6c6870cbab98f"
|
|
56
56
|
}
|