@next-bricks/basic-bricks 1.227.2 → 1.228.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 +52 -52
- package/dist/bricks.json +1 -1
- package/dist/index.8bd28690.js +10 -0
- package/dist/index.8bd28690.js.map +1 -0
- package/dist/stories.json +3 -3
- package/package.json +2 -2
- package/dist/index.7268e5c8.js +0 -10
- package/dist/index.7268e5c8.js.map +0 -1
package/dist/stories.json
CHANGED
|
@@ -1555,11 +1555,11 @@
|
|
|
1555
1555
|
},
|
|
1556
1556
|
{
|
|
1557
1557
|
"name": "buttonSize",
|
|
1558
|
-
"type": "small | large",
|
|
1558
|
+
"type": "xs | small | large",
|
|
1559
1559
|
"required": "false",
|
|
1560
1560
|
"default": "-",
|
|
1561
|
-
"description": "
|
|
1562
|
-
"enums": "\"small\"
|
|
1561
|
+
"description": "按钮大小,支持大、小、较小、不设置为默认中",
|
|
1562
|
+
"enums": "\"xs\" | \"small\"| \"large\"",
|
|
1563
1563
|
"group": "ui"
|
|
1564
1564
|
},
|
|
1565
1565
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/basic-bricks",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.228.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": "8154419990c938e60e8a127eafe3e45bfb1e1738"
|
|
56
56
|
}
|