@turquoisehealth/pit-viper 2.102.0 → 2.103.0
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/PvAccordion/PvAccordion.vue.d.ts +6 -1
- package/pv-components/dist/vue/base/pv-components-base.js +25 -25
- package/pv-components/dist/vue/base/pv-components-base.mjs +624 -614
- package/pv-components/dist/vue/base/pv-components-base.umd.js +25 -25
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.js +1 -1
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +2 -2
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.umd.js +1 -1
- package/pv-components/dist/web/pv-components.iife.js +30 -30
|
@@ -4857,8 +4857,8 @@ const dl = /* @__PURE__ */ ht(Fc, [["render", Oc]]), Dc = ["src"], _c = /* @__PU
|
|
|
4857
4857
|
class: "pv-flex pv-inset-block-8",
|
|
4858
4858
|
style: { "justify-content": "center" }
|
|
4859
4859
|
}, Xc = {
|
|
4860
|
-
class: "pv-sticky pv-surface pv-border-top",
|
|
4861
|
-
style: { "--flex-justify": "space-between", "--bottom": "0", "
|
|
4860
|
+
class: "pv-sticky pv-surface pv-border-top pv-inset-block-8",
|
|
4861
|
+
style: { "--flex-justify": "space-between", "--bottom": "0", "margin-top": "0.75rem" }
|
|
4862
4862
|
}, Qc = /* @__PURE__ */ se({
|
|
4863
4863
|
__name: "PvMultiSelectButton",
|
|
4864
4864
|
props: /* @__PURE__ */ et({
|