@turquoisehealth/pit-viper 2.96.1-dev.0 → 2.96.1-dev.2
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 +1 -1
- package/pv-components/dist/vue/base/components/base/PvPopoverV2/PvPopoverV2.vue.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvPopoverV2/types.d.ts +0 -1
- package/pv-components/dist/vue/base/pv-components-base.js +2 -2
- package/pv-components/dist/vue/base/pv-components-base.mjs +1 -5
- package/pv-components/dist/vue/base/pv-components-base.umd.js +2 -2
- package/pv-components/dist/web/pv-components.iife.js +2 -2
|
@@ -3126,7 +3126,6 @@ const Nd = { style: { width: "fit-content" } }, Fd = /* @__PURE__ */ Y({
|
|
|
3126
3126
|
disableClickOutsideToClose: { type: Boolean, default: !1 },
|
|
3127
3127
|
delay: { default: 25 },
|
|
3128
3128
|
zIndex: { default: 10 },
|
|
3129
|
-
interactionBuffer: { default: 15 },
|
|
3130
3129
|
teleportLocation: { default: "body" }
|
|
3131
3130
|
}, {
|
|
3132
3131
|
modelValue: { type: Boolean },
|
|
@@ -3165,9 +3164,7 @@ const Nd = { style: { width: "fit-content" } }, Fd = /* @__PURE__ */ Y({
|
|
|
3165
3164
|
ge([m.top, m.left, m.width, m.height], g);
|
|
3166
3165
|
const v = H(() => ({
|
|
3167
3166
|
...f.value,
|
|
3168
|
-
zIndex: t.zIndex ?? 10
|
|
3169
|
-
padding: t.interactionBuffer ? `${t.interactionBuffer}px` : "0",
|
|
3170
|
-
margin: t.interactionBuffer ? `-${t.interactionBuffer}px` : "0"
|
|
3167
|
+
zIndex: t.zIndex ?? 10
|
|
3171
3168
|
})), b = /* @__PURE__ */ Vn(
|
|
3172
3169
|
($) => {
|
|
3173
3170
|
o.value = $;
|
|
@@ -11630,7 +11627,6 @@ const eh = () => ({
|
|
|
11630
11627
|
disableClickOutsideToClose: { type: Boolean },
|
|
11631
11628
|
delay: { default: 0 },
|
|
11632
11629
|
zIndex: {},
|
|
11633
|
-
interactionBuffer: {},
|
|
11634
11630
|
teleportLocation: {}
|
|
11635
11631
|
},
|
|
11636
11632
|
setup(e) {
|