@next-bricks/basic-bricks 1.156.2 → 1.159.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/dist/stories.json CHANGED
@@ -1258,6 +1258,14 @@
1258
1258
  "deprecated": true,
1259
1259
  "description": "[已废弃]按钮点击事件传出的内容。当用于列表类构件,例如 `brick-table` 中,可通过传入传入 `detail` 来识别不通的行进行操作处理。",
1260
1260
  "group": "advanced"
1261
+ },
1262
+ {
1263
+ "name": "buttonStyle",
1264
+ "type": "React.CSSProperties",
1265
+ "required": "-",
1266
+ "default": "-",
1267
+ "description": "适用于按钮某些场景下,需要自定义一些样式",
1268
+ "group": "advanced"
1261
1269
  }
1262
1270
  ],
1263
1271
  "interface": [
@@ -3470,6 +3478,12 @@
3470
3478
  "type": "string",
3471
3479
  "required": false,
3472
3480
  "description": ""
3481
+ },
3482
+ {
3483
+ "name": "top",
3484
+ "type": "string",
3485
+ "required": false,
3486
+ "description": ""
3473
3487
  }
3474
3488
  ]
3475
3489
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/basic-bricks",
3
- "version": "1.156.2",
3
+ "version": "1.159.0",
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",
@@ -30,7 +30,7 @@
30
30
  "test:ci": "cross-env NODE_ENV='test' CI=true jest"
31
31
  },
32
32
  "devDependencies": {
33
- "@next-core/custom-antd-styles": "^1.8.11",
33
+ "@next-core/custom-antd-styles": "^1.8.13",
34
34
  "@next-libs/basic-components": "^3.2.5",
35
35
  "@next-libs/storage": "^2.0.2",
36
36
  "@next-sdk/air-admin-service-sdk": "^2.1.12",
@@ -39,5 +39,5 @@
39
39
  "immutability-helper": "^3.1.1"
40
40
  },
41
41
  "sideEffects": true,
42
- "gitHead": "d42b0c72fefb1def359412f288a56bf39f6f9e3c"
42
+ "gitHead": "85aa06284e792bf43c3c6d345146e77c8feb4cc7"
43
43
  }