@mobileaction/action-kit 1.38.5 → 1.38.6

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/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ## [1.38.6](https://github.com/mobileaction/action-kit/compare/v1.38.5...v1.38.6) (2024-11-28)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **DUV:** ma popover 2 some fix ([2e296d5](https://github.com/mobileaction/action-kit/commit/2e296d54901ae6f46a14d74cf32a8c4d022dea60))
11
+
5
12
  ## [1.38.5](https://github.com/mobileaction/action-kit/compare/v1.38.4...v1.38.5) (2024-11-28)
6
13
 
7
14
 
@@ -14750,7 +14750,7 @@ const up = /* @__PURE__ */ Rr(I3), S3 = { class: "ma-drawer-header" }, A3 = { cl
14750
14750
  visible: { type: Boolean, default: !1 },
14751
14751
  trigger: { default: () => ["click"] },
14752
14752
  autoHide: { type: Boolean, default: !0 },
14753
- placement: { default: "bottom" },
14753
+ placement: { default: "bottom-start" },
14754
14754
  disabled: { type: Boolean, default: !1 },
14755
14755
  isMobile: { type: Boolean, default: !1 },
14756
14756
  overlayClassName: { default: void 0 },