@next-bricks/basic-bricks 1.216.0 → 1.217.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
@@ -8249,6 +8249,14 @@
8249
8249
  "default": "false",
8250
8250
  "description": "手风琴模式",
8251
8251
  "group": "basic"
8252
+ },
8253
+ {
8254
+ "name": "suffixBrickTriggerByHover",
8255
+ "type": "boolean",
8256
+ "required": "false",
8257
+ "default": "false",
8258
+ "description": "suffixBrick是否hover才显示",
8259
+ "group": "basic"
8252
8260
  }
8253
8261
  ],
8254
8262
  "events": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/basic-bricks",
3
- "version": "1.216.0",
3
+ "version": "1.217.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",
@@ -52,5 +52,5 @@
52
52
  "immutability-helper": "^3.1.1"
53
53
  },
54
54
  "sideEffects": true,
55
- "gitHead": "87cf6dc8fe590b0d38ccbc7cfe96a11d1d8144d6"
55
+ "gitHead": "7fa5a0917628a1651f62abd721f961b1ea9bea1e"
56
56
  }