@next-bricks/basic-bricks 1.180.11 → 1.180.12

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
@@ -937,7 +937,7 @@
937
937
  },
938
938
  {
939
939
  "name": "dividerOrientation",
940
- "type": "\"left\"|\"right\"",
940
+ "type": "\"left\"|\"right\"|\"center\"",
941
941
  "required": "false",
942
942
  "default": "center",
943
943
  "description": "分割线标题的位置",
@@ -5800,13 +5800,15 @@
5800
5800
  "type": "string",
5801
5801
  "required": "true",
5802
5802
  "default": "-",
5803
- "description": "页面标题"
5803
+ "description": "页面标题",
5804
+ "group": "basic"
5804
5805
  },
5805
5806
  {
5806
5807
  "name": "dashboardMode",
5807
5808
  "type": "boolean",
5808
- "default": "`false`",
5809
- "description": "是否以 dashboard 模式显示"
5809
+ "default": "false",
5810
+ "description": "是否以 dashboard 模式显示",
5811
+ "group": "basic"
5810
5812
  }
5811
5813
  ],
5812
5814
  "interface": []
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/basic-bricks",
3
- "version": "1.180.11",
3
+ "version": "1.180.12",
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",
@@ -39,5 +39,5 @@
39
39
  "immutability-helper": "^3.1.1"
40
40
  },
41
41
  "sideEffects": true,
42
- "gitHead": "591dc43553770586682ca3e0cae81e7b7ca60323"
42
+ "gitHead": "26fcda5ce2771f7effb087bbd09cbeb26b5f4d01"
43
43
  }