@next-bricks/presentational-bricks 1.320.0 → 1.320.2

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
@@ -7484,8 +7484,7 @@
7484
7484
  },
7485
7485
  {
7486
7486
  "type": "select.update",
7487
- "detail": "Record<string,any>[]",
7488
- "description": "勾选框变化,detail 中为所选的行数据"
7487
+ "detail": "Record<string,any>[]"
7489
7488
  },
7490
7489
  {
7491
7490
  "type": "sort.update",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/presentational-bricks",
3
- "version": "1.320.0",
3
+ "version": "1.320.2",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "https://github.com/easyops-cn/next-basics/tree/master/bricks/presentational-bricks",
6
6
  "license": "GPL-3.0",
@@ -73,5 +73,5 @@
73
73
  "@next-dll/ace": "*",
74
74
  "@next-dll/react-dnd": "*"
75
75
  },
76
- "gitHead": "cd2a58a9fc06edeecc5c82337984e6027c06588c"
76
+ "gitHead": "75bee63b3e60851990ef2250f00e99eaf63bb9d8"
77
77
  }