@next-bricks/presentational-bricks 1.306.11 → 1.306.13
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 +84 -84
- package/dist/bricks.json +3 -3
- package/dist/index.bb1bac29.js +2 -0
- package/dist/index.bb1bac29.js.map +1 -0
- package/dist/stories.json +7 -0
- package/package.json +2 -2
- package/dist/index.c617ebbb.js +0 -2
- package/dist/index.c617ebbb.js.map +0 -1
package/dist/stories.json
CHANGED
|
@@ -13226,6 +13226,13 @@
|
|
|
13226
13226
|
"required": "false",
|
|
13227
13227
|
"description": "提示构件",
|
|
13228
13228
|
"group": "other"
|
|
13229
|
+
},
|
|
13230
|
+
{
|
|
13231
|
+
"name": "hideLabel",
|
|
13232
|
+
"type": "boolean",
|
|
13233
|
+
"required": "false",
|
|
13234
|
+
"description": "不展示label",
|
|
13235
|
+
"group": "other"
|
|
13229
13236
|
}
|
|
13230
13237
|
],
|
|
13231
13238
|
"events": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/presentational-bricks",
|
|
3
|
-
"version": "1.306.
|
|
3
|
+
"version": "1.306.13",
|
|
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": "8dbc639c3bd086c55caa41ed6c78e8c22979508b"
|
|
77
77
|
}
|