@mobileaction/action-kit 1.41.3-beta.2 → 1.41.3-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 +1 -1
- package/package.json +1 -1
package/dist/action-kit.mjs
CHANGED
|
@@ -16491,7 +16491,7 @@ const $p = /* @__PURE__ */ Fi(WL), wu = {
|
|
|
16491
16491
|
multiSrc: {},
|
|
16492
16492
|
multiAlt: {},
|
|
16493
16493
|
currentIndex: { default: 0 },
|
|
16494
|
-
zIndex: { default:
|
|
16494
|
+
zIndex: { default: 1001 }
|
|
16495
16495
|
},
|
|
16496
16496
|
emits: ["closePreview", "navigateLeft", "navigateRight"],
|
|
16497
16497
|
setup(a, { emit: r }) {
|