@turquoisehealth/pit-viper 2.194.3-dev.0 → 2.194.3-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.
@@ -3741,7 +3741,7 @@ var hi = {
3741
3741
  },
3742
3742
  setup(e) {
3743
3743
  return (t, n) => (T(), o("div", {
3744
- class: y(["pv-inset-square pv-flex pv-space-between pv-border-bottom", { "pv-sticky pv-surface": e.sticky }]),
3744
+ class: y(["pv-inset-square pv-flex pv-space-between pv-border-bottom pv-surface", { "pv-sticky": e.sticky }]),
3745
3745
  style: { "--inset-size": "0.5rem 1rem" }
3746
3746
  }, [e.title ? (T(), o("span", _a, N(e.title), 1)) : (T(), o("div", {
3747
3747
  key: 1,