@next-bricks/presentational-bricks 1.286.4 → 1.286.6
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 +107 -104
- package/dist/bricks.json +21 -20
- package/dist/index.601ed2a5.js +2 -0
- package/dist/index.601ed2a5.js.map +1 -0
- package/dist/lazy-bricks/{~bricks-use-form-and-markdown.dd92.30e6bcf2.js → ~bricks-use-form-and-markdown.dd92.08280add.js} +2 -2
- package/dist/lazy-bricks/~bricks-use-form-and-markdown.dd92.08280add.js.map +1 -0
- package/dist/stories.json +33 -4
- package/package.json +3 -2
- package/dist/index.14cad3ee.js +0 -2
- package/dist/index.14cad3ee.js.map +0 -1
- package/dist/lazy-bricks/~bricks-use-form-and-markdown.dd92.30e6bcf2.js.map +0 -1
package/dist/stories.json
CHANGED
|
@@ -1156,11 +1156,40 @@
|
|
|
1156
1156
|
"description": "指定警告提示的样式,有四种选择 success、info、warning、error",
|
|
1157
1157
|
"editor": "radio",
|
|
1158
1158
|
"editorProps": {
|
|
1159
|
+
"optionType": "button",
|
|
1159
1160
|
"options": [
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1161
|
+
{
|
|
1162
|
+
"value": "success",
|
|
1163
|
+
"icon": {
|
|
1164
|
+
"lib": "antd",
|
|
1165
|
+
"icon": "check-circle",
|
|
1166
|
+
"theme": "outlined"
|
|
1167
|
+
}
|
|
1168
|
+
},
|
|
1169
|
+
{
|
|
1170
|
+
"value": "error",
|
|
1171
|
+
"icon": {
|
|
1172
|
+
"lib": "antd",
|
|
1173
|
+
"icon": "close-circle",
|
|
1174
|
+
"theme": "outlined"
|
|
1175
|
+
}
|
|
1176
|
+
},
|
|
1177
|
+
{
|
|
1178
|
+
"value": "info",
|
|
1179
|
+
"icon": {
|
|
1180
|
+
"lib": "antd",
|
|
1181
|
+
"icon": "exclamation-circle",
|
|
1182
|
+
"theme": "outlined"
|
|
1183
|
+
}
|
|
1184
|
+
},
|
|
1185
|
+
{
|
|
1186
|
+
"value": "warning",
|
|
1187
|
+
"icon": {
|
|
1188
|
+
"lib": "antd",
|
|
1189
|
+
"icon": "warning",
|
|
1190
|
+
"theme": "outlined"
|
|
1191
|
+
}
|
|
1192
|
+
}
|
|
1164
1193
|
]
|
|
1165
1194
|
},
|
|
1166
1195
|
"group": "basic"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/presentational-bricks",
|
|
3
|
-
"version": "1.286.
|
|
3
|
+
"version": "1.286.6",
|
|
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",
|
|
@@ -53,6 +53,7 @@
|
|
|
53
53
|
"@next-sdk/cmdb-sdk": "^2.1.1",
|
|
54
54
|
"@next-sdk/monitor-sdk": "^2.1.1",
|
|
55
55
|
"@next-sdk/object-store-sdk": "^2.1.2",
|
|
56
|
+
"@rc-component/portal": "^1.0.2",
|
|
56
57
|
"@types/react-avatar-editor": "^10.3.6",
|
|
57
58
|
"classnames": "^2.3.2",
|
|
58
59
|
"dompurify": "^2.4.1",
|
|
@@ -68,5 +69,5 @@
|
|
|
68
69
|
"@next-dll/ace": "*",
|
|
69
70
|
"@next-dll/react-dnd": "*"
|
|
70
71
|
},
|
|
71
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "10cb3d3f143ad75fd6d5e61014201dd77b2a8bb5"
|
|
72
73
|
}
|