@next-bricks/basic-bricks 1.209.1 → 1.210.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
@@ -5639,11 +5639,6 @@
5639
5639
  "en": "Use the event agent to handle callbacks by events.",
5640
5640
  "zh": "使用事件代理来处理回调。"
5641
5641
  },
5642
- "icon": {
5643
- "lib": "antd",
5644
- "theme": "outlined",
5645
- "icon": "interaction"
5646
- },
5647
5642
  "conf": [
5648
5643
  {
5649
5644
  "brick": "basic-bricks.event-agent",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/basic-bricks",
3
- "version": "1.209.1",
3
+ "version": "1.210.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": "4bedd5210f06ba3a1cdb37619e40188b2c424f21"
43
+ "gitHead": "c24451b287c6ceea2a4134e273e8e5dcd5ddfbd9"
44
44
  }