@next-bricks/basic-bricks 1.161.0 → 1.162.0

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
@@ -5347,6 +5347,12 @@
5347
5347
  "name": "hasBannerToolbar",
5348
5348
  "type": "boolean",
5349
5349
  "group": "advanced"
5350
+ },
5351
+ {
5352
+ "name": "pageTitleScale",
5353
+ "type": "number",
5354
+ "description": "标题栏大小比例,默认为 1,仅用于暗黑大屏模式。",
5355
+ "group": "advanced"
5350
5356
  }
5351
5357
  ],
5352
5358
  "interface": []
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/basic-bricks",
3
- "version": "1.161.0",
3
+ "version": "1.162.0",
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": "195388ecae5422a89b5ba7505d5f11d55ed048f1"
42
+ "gitHead": "2ec0a0097b8c23ea5bbca66cb3bb3d6e91e6fd27"
43
43
  }