@mobileaction/action-kit 1.42.12-beta.1 → 1.42.12-beta.3
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/action-kit.mjs +2 -2
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/action-kit.mjs
CHANGED
|
@@ -17541,8 +17541,8 @@ const $g = /* @__PURE__ */ jn(qT), hp = {
|
|
|
17541
17541
|
name: "MaPopconfirm2",
|
|
17542
17542
|
__name: "index",
|
|
17543
17543
|
props: {
|
|
17544
|
-
title: { default:
|
|
17545
|
-
description: { default: "
|
|
17544
|
+
title: { default: null },
|
|
17545
|
+
description: { default: "Are you sure you want to continue?" },
|
|
17546
17546
|
variant: {},
|
|
17547
17547
|
visible: { type: Boolean, default: !1 },
|
|
17548
17548
|
placement: { default: "bottom-start" },
|