@next-bricks/presentational-bricks 1.306.14 → 1.307.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 +80 -80
- package/dist/bricks.json +1 -1
- package/dist/index.3bc32f2e.js +2 -0
- package/dist/index.3bc32f2e.js.map +1 -0
- package/dist/stories.json +8 -2
- package/package.json +2 -2
- package/dist/index.26a037f4.js +0 -2
- package/dist/index.26a037f4.js.map +0 -1
package/dist/stories.json
CHANGED
|
@@ -2854,6 +2854,12 @@
|
|
|
2854
2854
|
"required": true,
|
|
2855
2855
|
"description": ""
|
|
2856
2856
|
},
|
|
2857
|
+
{
|
|
2858
|
+
"name": "extraBrick",
|
|
2859
|
+
"type": "{ useBrick: UseBrickConf }",
|
|
2860
|
+
"required": false,
|
|
2861
|
+
"description": ""
|
|
2862
|
+
},
|
|
2857
2863
|
{
|
|
2858
2864
|
"name": "hideGroups",
|
|
2859
2865
|
"type": "string[] | string",
|
|
@@ -13284,7 +13290,7 @@
|
|
|
13284
13290
|
"name": "__index",
|
|
13285
13291
|
"parameters": [
|
|
13286
13292
|
{
|
|
13287
|
-
"id":
|
|
13293
|
+
"id": 17683,
|
|
13288
13294
|
"name": "propName",
|
|
13289
13295
|
"kind": 32768,
|
|
13290
13296
|
"kindString": "Parameter",
|
|
@@ -19507,7 +19513,7 @@
|
|
|
19507
19513
|
"name": "__index",
|
|
19508
19514
|
"parameters": [
|
|
19509
19515
|
{
|
|
19510
|
-
"id":
|
|
19516
|
+
"id": 17683,
|
|
19511
19517
|
"name": "propName",
|
|
19512
19518
|
"kind": 32768,
|
|
19513
19519
|
"kindString": "Parameter",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/presentational-bricks",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.307.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",
|
|
@@ -73,5 +73,5 @@
|
|
|
73
73
|
"@next-dll/ace": "*",
|
|
74
74
|
"@next-dll/react-dnd": "*"
|
|
75
75
|
},
|
|
76
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "a363147ef8ed7ec7d14328248fd45718b7b58a75"
|
|
77
77
|
}
|