@next-bricks/presentational-bricks 1.231.0 → 1.232.3
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/CHANGELOG.md +38 -0
- package/deploy/contract.yaml +92 -92
- package/dist/bricks.json +17 -17
- package/dist/{index.7f3ee6a6.js → index.987a44f1.js} +2 -2
- package/dist/index.987a44f1.js.map +1 -0
- package/dist/lazy-bricks/{~bricks-use-form-and-markdown.dd92.435336a9.js → ~bricks-use-form-and-markdown.dd92.91e071c8.js} +1 -1
- package/dist/lazy-bricks/{~bricks-use-form-and-markdown.dd92.435336a9.js.map → ~bricks-use-form-and-markdown.dd92.91e071c8.js.map} +1 -1
- package/dist/lazy-bricks/~bricks-use-form-and-markdown.dd92~lazy-bricks/~bricks-use-html-to-react.dd92.f3bcc780.js +4 -0
- package/dist/lazy-bricks/~bricks-use-form-and-markdown.dd92~lazy-bricks/~bricks-use-html-to-react.dd92.f3bcc780.js.map +1 -0
- package/dist/lazy-bricks/~bricks-use-html-to-react.dd92.258f9ac8.js +2 -0
- package/dist/lazy-bricks/~bricks-use-html-to-react.dd92.258f9ac8.js.map +1 -0
- package/dist/stories.json +7 -0
- package/package.json +6 -6
- package/dist/index.7f3ee6a6.js.map +0 -1
- package/dist/lazy-bricks/~bricks-use-form-and-markdown.dd92~lazy-bricks/~bricks-use-html-to-react.dd92.365c5f12.js +0 -4
- package/dist/lazy-bricks/~bricks-use-form-and-markdown.dd92~lazy-bricks/~bricks-use-html-to-react.dd92.365c5f12.js.map +0 -1
- package/dist/lazy-bricks/~bricks-use-html-to-react.dd92.405bbbc6.js +0 -2
- package/dist/lazy-bricks/~bricks-use-html-to-react.dd92.405bbbc6.js.map +0 -1
package/dist/stories.json
CHANGED
|
@@ -12639,6 +12639,13 @@
|
|
|
12639
12639
|
"group": "advanced"
|
|
12640
12640
|
}
|
|
12641
12641
|
],
|
|
12642
|
+
"events": [
|
|
12643
|
+
{
|
|
12644
|
+
"type": "general-image.visible-change",
|
|
12645
|
+
"detail": "boolean",
|
|
12646
|
+
"description": "是否显示预览改变事件"
|
|
12647
|
+
}
|
|
12648
|
+
],
|
|
12642
12649
|
"methods": [
|
|
12643
12650
|
{
|
|
12644
12651
|
"name": "close",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/presentational-bricks",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.232.3",
|
|
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",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@fortawesome/fontawesome-svg-core": "^1.2.35",
|
|
32
|
-
"@next-core/custom-antd-styles": "^1.8.
|
|
32
|
+
"@next-core/custom-antd-styles": "^1.8.12",
|
|
33
33
|
"@next-libs/basic-components": "^3.2.5",
|
|
34
34
|
"@next-libs/clipboard": "^3.0.2",
|
|
35
35
|
"@next-libs/cmdb-utils": "^3.0.3",
|
|
@@ -42,11 +42,11 @@
|
|
|
42
42
|
"@next-sdk/object-store-sdk": "^2.1.2",
|
|
43
43
|
"@types/react-avatar-editor": "^10.3.6",
|
|
44
44
|
"classnames": "^2.3.1",
|
|
45
|
-
"dompurify": "^2.3.
|
|
46
|
-
"html-to-react": "^1.4.
|
|
45
|
+
"dompurify": "^2.3.4",
|
|
46
|
+
"html-to-react": "^1.4.7",
|
|
47
47
|
"immutability-helper": "^3.1.1",
|
|
48
48
|
"marked": "^2.1.3",
|
|
49
|
-
"prismjs": "^1.
|
|
49
|
+
"prismjs": "^1.25.0",
|
|
50
50
|
"react-avatar-editor": "^11.1.0",
|
|
51
51
|
"regexpu-core": "^4.7.1"
|
|
52
52
|
},
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"@next-dll/ace": "*",
|
|
56
56
|
"@next-dll/react-dnd": "*"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "4fe24fb00c049fc16623c049bc2ae91eff4cf512"
|
|
59
59
|
}
|