@next-bricks/basic-bricks 1.226.1 → 1.226.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
@@ -3575,7 +3575,7 @@
3575
3575
  "customTitle": "预览",
3576
3576
  "id": "title-demo2",
3577
3577
  "maskClosable": true,
3578
- "width": 750
3578
+ "width": 1000
3579
3579
  },
3580
3580
  "slots": {
3581
3581
  "content": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/basic-bricks",
3
- "version": "1.226.1",
3
+ "version": "1.226.2",
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": "cae0d5d971ab5ca6cc554b2a784409ddfd433987"
55
+ "gitHead": "2fa105e364d03e6f16c81b20c067e5f638721459"
56
56
  }