@next-bricks/presentational-bricks 1.316.3 → 1.316.5

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
@@ -7398,7 +7398,7 @@
7398
7398
  },
7399
7399
  {
7400
7400
  "name": "size",
7401
- "type": "SizeType",
7401
+ "type": "SizeType | \"x-small\"",
7402
7402
  "required": "false",
7403
7403
  "default": "-",
7404
7404
  "description": "表格大小(antd原生size)",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/presentational-bricks",
3
- "version": "1.316.3",
3
+ "version": "1.316.5",
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": "2b544784fb69bda0ea10afa4a8d663b4c037d370"
76
+ "gitHead": "4515400f7472318bd8167783b87dafcfaf67d7fe"
77
77
  }