@next-bricks/presentational-bricks 1.265.2 → 1.265.3

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
@@ -7918,7 +7918,7 @@
7918
7918
  {
7919
7919
  "type": "tag.close",
7920
7920
  "detail": "{ current: Record<string, any>; tagList: Record<string, any>[] }",
7921
- "description": "当前关闭的tag和剩余的tagList"
7921
+ "description": "当前关闭的 tag 和剩余的tagList"
7922
7922
  }
7923
7923
  ],
7924
7924
  "interface": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/presentational-bricks",
3
- "version": "1.265.2",
3
+ "version": "1.265.3",
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",
@@ -56,5 +56,5 @@
56
56
  "@next-dll/ace": "*",
57
57
  "@next-dll/react-dnd": "*"
58
58
  },
59
- "gitHead": "bd27c39b871fa8ede76f39c38b1263d71330ec05"
59
+ "gitHead": "4ca0200f533569870d326e3d4f73faf5474be3ba"
60
60
  }