@next-bricks/basic-bricks 1.222.2 → 1.222.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/deploy/contract.yaml +52 -52
- package/dist/bricks.json +1 -1
- package/dist/index.a21ee3b9.js +10 -0
- package/dist/index.a21ee3b9.js.map +1 -0
- package/dist/stories.json +8 -0
- package/package.json +3 -3
- package/dist/index.de7f94ee.js +0 -10
- package/dist/index.de7f94ee.js.map +0 -1
package/dist/stories.json
CHANGED
|
@@ -3372,6 +3372,14 @@
|
|
|
3372
3372
|
"default": "\"bottomRight\"",
|
|
3373
3373
|
"description": "dropdown 的弹出位置",
|
|
3374
3374
|
"group": "dropdownButton"
|
|
3375
|
+
},
|
|
3376
|
+
{
|
|
3377
|
+
"name": "moreButtonStyle",
|
|
3378
|
+
"type": "React.CSSProperties",
|
|
3379
|
+
"required": "-",
|
|
3380
|
+
"default": "-",
|
|
3381
|
+
"description": "适用于按钮的isMoreButton为true时候,需要自定义一些样式更多按钮的样式。",
|
|
3382
|
+
"group": "ui"
|
|
3375
3383
|
}
|
|
3376
3384
|
],
|
|
3377
3385
|
"events": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/basic-bricks",
|
|
3
|
-
"version": "1.222.
|
|
3
|
+
"version": "1.222.3",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"homepage": "https://github.com/easyops-cn/next-basics/tree/master/bricks/basic-bricks",
|
|
6
6
|
"license": "GPL-3.0",
|
|
@@ -48,9 +48,9 @@
|
|
|
48
48
|
"@next-sdk/air-admin-service-sdk": "^2.1.12",
|
|
49
49
|
"@next-sdk/micro-app-standalone-sdk": "^1.1.1",
|
|
50
50
|
"classnames": "^2.3.2",
|
|
51
|
-
"hotkeys-js": "^3.10.
|
|
51
|
+
"hotkeys-js": "^3.10.1",
|
|
52
52
|
"immutability-helper": "^3.1.1"
|
|
53
53
|
},
|
|
54
54
|
"sideEffects": true,
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "5dd8a6d2fa36ee03fe1feafca2efa162169ad443"
|
|
56
56
|
}
|