@next-bricks/presentational-bricks 1.261.1 → 1.262.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
@@ -15746,6 +15746,14 @@
15746
15746
  "deprecated": true,
15747
15747
  "group": "other"
15748
15748
  },
15749
+ {
15750
+ "name": "width",
15751
+ "type": "string | number",
15752
+ "required": "false",
15753
+ "default": "-",
15754
+ "description": "模态框宽度",
15755
+ "group": "ui"
15756
+ },
15749
15757
  {
15750
15758
  "name": "title",
15751
15759
  "type": "string",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/presentational-bricks",
3
- "version": "1.261.1",
3
+ "version": "1.262.0",
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",
@@ -55,5 +55,5 @@
55
55
  "@next-dll/ace": "*",
56
56
  "@next-dll/react-dnd": "*"
57
57
  },
58
- "gitHead": "9bfb192e68471a7288e9adba3e448f50bade0817"
58
+ "gitHead": "a05ebced4fc5ece1edbee152a708ecfe947a640e"
59
59
  }