@next-bricks/presentational-bricks 1.336.6 → 1.336.8
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 +121 -121
- package/dist/bricks.json +37 -37
- package/dist/index.ba4e8e00.js +2 -0
- package/dist/index.ba4e8e00.js.map +1 -0
- package/dist/lazy-bricks/{~bricks-use-html-to-react.dd92.2c13411f.js → ~bricks-use-html-to-react.dd92.9af0577d.js} +2 -2
- package/dist/lazy-bricks/~bricks-use-html-to-react.dd92.9af0577d.js.map +1 -0
- package/dist/stories.json +5 -0
- package/package.json +2 -2
- package/dist/index.45e844f7.js +0 -2
- package/dist/index.45e844f7.js.map +0 -1
- package/dist/lazy-bricks/~bricks-use-html-to-react.dd92.2c13411f.js.map +0 -1
package/dist/stories.json
CHANGED
|
@@ -18118,6 +18118,11 @@
|
|
|
18118
18118
|
"default": "false",
|
|
18119
18119
|
"description": "panelBrick"
|
|
18120
18120
|
},
|
|
18121
|
+
{
|
|
18122
|
+
"name": "extraContentSuffixBrick",
|
|
18123
|
+
"type": "{ useBrick: UseBrickConf }",
|
|
18124
|
+
"required": true
|
|
18125
|
+
},
|
|
18121
18126
|
{
|
|
18122
18127
|
"name": "expect",
|
|
18123
18128
|
"type": "string",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/presentational-bricks",
|
|
3
|
-
"version": "1.336.
|
|
3
|
+
"version": "1.336.8",
|
|
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",
|
|
@@ -76,5 +76,5 @@
|
|
|
76
76
|
"@next-dll/ace": "*",
|
|
77
77
|
"@next-dll/react-dnd": "*"
|
|
78
78
|
},
|
|
79
|
-
"gitHead": "
|
|
79
|
+
"gitHead": "c5fafbda8bf5018b6a0ce5abcd5597625660bf68"
|
|
80
80
|
}
|