@turquoisehealth/pit-viper 2.96.1-dev.0 → 2.96.1-dev.1

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.
@@ -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) {
@@ -11645,14 +11641,11 @@ const eh = () => ({
11645
11641
  t.$slots.content || e.description ? {
11646
11642
  name: "content",
11647
11643
  fn: se(() => [
11648
- P("div", {
11649
- class: q(["pv-tooltip-v2-content", { "pv-tooltip-v2-content-small": e.size === "sm" }]),
11650
- role: "tooltip"
11651
- }, [
11644
+ P("div", null, [
11652
11645
  R(t.$slots, "content", {}, () => [
11653
11646
  Fe(A(e.description), 1)
11654
11647
  ])
11655
- ], 2)
11648
+ ])
11656
11649
  ]),
11657
11650
  key: "0"
11658
11651
  } : void 0