@next-bricks/presentational-bricks 1.279.1 → 1.279.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
@@ -4881,7 +4881,7 @@
4881
4881
  "type": "BrickResultStatus | EmptyResultStatus | IllustrationsStatus",
4882
4882
  "required": "true",
4883
4883
  "default": "-",
4884
- "description": "结果的状态, 决定图标和颜色",
4884
+ "description": "结果的状态, 决定图标和颜色;设置的值必须符合类型要求,否则返回空元素",
4885
4885
  "group": "basic"
4886
4886
  },
4887
4887
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/presentational-bricks",
3
- "version": "1.279.1",
3
+ "version": "1.279.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",
@@ -68,5 +68,5 @@
68
68
  "@next-dll/ace": "*",
69
69
  "@next-dll/react-dnd": "*"
70
70
  },
71
- "gitHead": "458b0542557a03004ca70e2098a17916555b06f3"
71
+ "gitHead": "f6f14db8ec0a927a64bb6308fcb9c0c6c5909c71"
72
72
  }