@next-bricks/basic-bricks 1.217.0 → 1.218.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
|
@@ -5394,6 +5394,13 @@
|
|
|
5394
5394
|
"required": false,
|
|
5395
5395
|
"default": "1",
|
|
5396
5396
|
"description": "响应式布局设置"
|
|
5397
|
+
},
|
|
5398
|
+
{
|
|
5399
|
+
"name": "gap",
|
|
5400
|
+
"type": "string",
|
|
5401
|
+
"required": true,
|
|
5402
|
+
"default": "\"var(--page-card-gap)\"",
|
|
5403
|
+
"description": "子元素之间的间距"
|
|
5397
5404
|
}
|
|
5398
5405
|
],
|
|
5399
5406
|
"interface": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/basic-bricks",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.218.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": "006c343d6e1b26db65491f2c0aebf5586c6e87a7"
|
|
56
56
|
}
|