@next-bricks/presentational-bricks 1.290.0 → 1.290.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 +80 -80
- package/dist/bricks.json +3 -3
- package/dist/{index.c9c05a66.js → index.3e9a4233.js} +2 -2
- package/dist/{index.c9c05a66.js.map → index.3e9a4233.js.map} +1 -1
- package/dist/lazy-bricks/{~bricks-use-form-and-markdown.dd92.f593df4b.js → ~bricks-use-form-and-markdown.dd92.3f70d0f8.js} +1 -1
- package/dist/lazy-bricks/{~bricks-use-form-and-markdown.dd92.f593df4b.js.map → ~bricks-use-form-and-markdown.dd92.3f70d0f8.js.map} +1 -1
- package/dist/stories.json +2 -1
- package/package.json +3 -3
package/dist/stories.json
CHANGED
|
@@ -16631,7 +16631,8 @@
|
|
|
16631
16631
|
"required": "false",
|
|
16632
16632
|
"default": "-",
|
|
16633
16633
|
"description": "markdown 编辑器的值",
|
|
16634
|
-
"group": "basic"
|
|
16634
|
+
"group": "basic",
|
|
16635
|
+
"editor": "textarea\n"
|
|
16635
16636
|
},
|
|
16636
16637
|
{
|
|
16637
16638
|
"name": "supportUploadImg",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/presentational-bricks",
|
|
3
|
-
"version": "1.290.
|
|
3
|
+
"version": "1.290.2",
|
|
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.20",
|
|
45
45
|
"@next-libs/basic-components": "^5.3.0",
|
|
46
46
|
"@next-libs/clipboard": "^3.0.4",
|
|
47
47
|
"@next-libs/cmdb-utils": "^3.3.3",
|
|
@@ -69,5 +69,5 @@
|
|
|
69
69
|
"@next-dll/ace": "*",
|
|
70
70
|
"@next-dll/react-dnd": "*"
|
|
71
71
|
},
|
|
72
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "6b2e275e16a37e1fba58d8ee6046bd1a397c1daa"
|
|
73
73
|
}
|