sprintify-ui 0.6.27 → 0.6.28

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.
@@ -9090,7 +9090,7 @@ const Dd = /* @__PURE__ */ _e({
9090
9090
  ref_key: "floatingRef",
9091
9091
  ref: i,
9092
9092
  style: rt(T(a)),
9093
- class: "fixed top-0 left-0 pointer-events-none"
9093
+ class: "fixed top-0 left-0 pointer-events-none z-modal"
9094
9094
  }, [
9095
9095
  Ee(In, {
9096
9096
  "enter-active-class": "transition duration-200 ease-out",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sprintify-ui",
3
- "version": "0.6.27",
3
+ "version": "0.6.28",
4
4
  "scripts": {
5
5
  "build": "rimraf dist && vue-tsc && vite build",
6
6
  "build-fast": "rimraf dist && vite build",
@@ -12,7 +12,7 @@
12
12
  <div
13
13
  ref="floatingRef"
14
14
  :style="floatingStyles"
15
- class="fixed top-0 left-0 pointer-events-none"
15
+ class="fixed top-0 left-0 pointer-events-none z-modal"
16
16
  >
17
17
  <transition
18
18
  enter-active-class="transition duration-200 ease-out"