@next-bricks/presentational-bricks 1.306.13 → 1.306.14
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 +82 -82
- package/dist/bricks.json +2 -2
- package/dist/index.26a037f4.js +2 -0
- package/dist/index.26a037f4.js.map +1 -0
- package/dist/stories.json +7 -0
- package/package.json +2 -2
- package/dist/index.bb1bac29.js +0 -2
- package/dist/index.bb1bac29.js.map +0 -1
package/dist/stories.json
CHANGED
|
@@ -13233,6 +13233,13 @@
|
|
|
13233
13233
|
"required": "false",
|
|
13234
13234
|
"description": "不展示label",
|
|
13235
13235
|
"group": "other"
|
|
13236
|
+
},
|
|
13237
|
+
{
|
|
13238
|
+
"name": "dropdownTriggerStyle",
|
|
13239
|
+
"type": "CSSProperties",
|
|
13240
|
+
"required": "false",
|
|
13241
|
+
"description": "额外的下拉开关样式",
|
|
13242
|
+
"group": "other"
|
|
13236
13243
|
}
|
|
13237
13244
|
],
|
|
13238
13245
|
"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.14",
|
|
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": "d9ef52a92e5b08aa326af5eda3ffc998b150d811"
|
|
77
77
|
}
|