openxiangda 1.0.72 → 1.0.73

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openxiangda",
3
- "version": "1.0.72",
3
+ "version": "1.0.73",
4
4
  "description": "OpenXiangda CLI, workspace build tools, runtime SDK, and form components.",
5
5
  "private": false,
6
6
  "bin": {
@@ -30499,7 +30499,6 @@ function MobileBottomSheet({
30499
30499
  onMaskClick: onClose,
30500
30500
  onClose,
30501
30501
  destroyOnClose: true,
30502
- getContainer: null,
30503
30502
  showCloseButton: false,
30504
30503
  className: joinClassNames4("sy-mobile-bottom-sheet-popup", className),
30505
30504
  bodyClassName: joinClassNames4("sy-mobile-bottom-sheet", bodyClassName),