@next-bricks/basic-bricks 1.233.0 → 1.234.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
@@ -9894,6 +9894,13 @@
9894
9894
  "default": "-",
9895
9895
  "description": "用于设置 popup wrapper的样式",
9896
9896
  "group": "ui"
9897
+ },
9898
+ {
9899
+ "name": "resize",
9900
+ "type": "boolean",
9901
+ "required": false,
9902
+ "description": "是否可调整尺寸",
9903
+ "group": "ui"
9897
9904
  }
9898
9905
  ],
9899
9906
  "methods": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/basic-bricks",
3
- "version": "1.233.0",
3
+ "version": "1.234.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",
@@ -52,5 +52,5 @@
52
52
  "immutability-helper": "^3.1.1"
53
53
  },
54
54
  "sideEffects": true,
55
- "gitHead": "9d1abadf78d80979fbdc2aae7b58ff2b616f5424"
55
+ "gitHead": "694ab50947a6065d3cf2af5c045cbce06927883f"
56
56
  }