@next-bricks/basic-bricks 1.196.5 → 1.198.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
@@ -7156,6 +7156,11 @@
7156
7156
  }
7157
7157
  ],
7158
7158
  "events": [
7159
+ {
7160
+ "type": "menu.click",
7161
+ "detail": "SubMenuFilterItem[]",
7162
+ "description": "-"
7163
+ },
7159
7164
  {
7160
7165
  "type": "menu.search",
7161
7166
  "detail": "string",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/basic-bricks",
3
- "version": "1.196.5",
3
+ "version": "1.198.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",
@@ -40,5 +40,5 @@
40
40
  "immutability-helper": "^3.1.1"
41
41
  },
42
42
  "sideEffects": true,
43
- "gitHead": "ee6ac9947815d489ef84535b8c0ca33fc068dcec"
43
+ "gitHead": "00fad234878462cc4757eef875934d637f01e5a3"
44
44
  }