@next-bricks/basic-bricks 1.251.3 → 1.251.4

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
@@ -6597,6 +6597,22 @@
6597
6597
  "default": "-",
6598
6598
  "description": "banner 的样式",
6599
6599
  "group": "ui"
6600
+ },
6601
+ {
6602
+ "name": "hideLogo",
6603
+ "type": "boolean",
6604
+ "required": "-",
6605
+ "default": "false",
6606
+ "description": "隐藏logo",
6607
+ "group": "ui"
6608
+ },
6609
+ {
6610
+ "name": "hideExitBtn",
6611
+ "type": "boolean",
6612
+ "required": "-",
6613
+ "default": "false",
6614
+ "description": "隐藏退出按钮",
6615
+ "group": "ui"
6600
6616
  }
6601
6617
  ],
6602
6618
  "interface": []
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/basic-bricks",
3
- "version": "1.251.3",
3
+ "version": "1.251.4",
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",
@@ -52,5 +52,5 @@
52
52
  "immutability-helper": "^3.1.1"
53
53
  },
54
54
  "sideEffects": true,
55
- "gitHead": "eed1fb4f570aea43f8040499572efa5982712ad3"
55
+ "gitHead": "306dabcceadcfd915efbdc224a4fc6f79711fc20"
56
56
  }