@next-bricks/presentational-bricks 1.285.0 → 1.286.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 +77 -77
- package/dist/bricks.json +2 -2
- package/dist/{index.3e28f547.js → index.266d4c9c.js} +2 -2
- package/dist/{index.3e28f547.js.map → index.266d4c9c.js.map} +1 -1
- package/dist/lazy-bricks/{card-item.dd92.6bf6ecf4.js → card-item.dd92.228d1443.js} +2 -2
- package/dist/lazy-bricks/{card-item.dd92.6bf6ecf4.js.map → card-item.dd92.228d1443.js.map} +1 -1
- package/dist/stories.json +9 -1
- package/package.json +3 -3
package/dist/stories.json
CHANGED
|
@@ -1154,7 +1154,15 @@
|
|
|
1154
1154
|
"required": "true",
|
|
1155
1155
|
"default": "-",
|
|
1156
1156
|
"description": "指定警告提示的样式,有四种选择 success、info、warning、error",
|
|
1157
|
-
"
|
|
1157
|
+
"editor": "radio",
|
|
1158
|
+
"editorProps": {
|
|
1159
|
+
"options": [
|
|
1160
|
+
"success",
|
|
1161
|
+
"error",
|
|
1162
|
+
"info",
|
|
1163
|
+
"warning"
|
|
1164
|
+
]
|
|
1165
|
+
},
|
|
1158
1166
|
"group": "basic"
|
|
1159
1167
|
},
|
|
1160
1168
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/presentational-bricks",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.286.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",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@fortawesome/fontawesome-svg-core": "^1.2.35",
|
|
44
|
-
"@next-core/custom-antd-styles": "^1.25.
|
|
44
|
+
"@next-core/custom-antd-styles": "^1.25.17",
|
|
45
45
|
"@next-libs/basic-components": "^5.2.0",
|
|
46
46
|
"@next-libs/clipboard": "^3.0.4",
|
|
47
47
|
"@next-libs/cmdb-utils": "^3.3.3",
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
"@next-dll/ace": "*",
|
|
69
69
|
"@next-dll/react-dnd": "*"
|
|
70
70
|
},
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "4b6a75e1bf380e881435d70a05cfdb8e415e11e3"
|
|
72
72
|
}
|