@factoringplus/pl-components-pack-v3 0.2.21 → 0.2.22

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.
@@ -39184,7 +39184,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
39184
39184
  (openBlock(), createElementBlock(Fragment, null, renderList(tabs, (item) => {
39185
39185
  return createElementVNode("div", {
39186
39186
  key: item.label,
39187
- class: normalizeClass(["p-12 ps-3 pe-3 rounded-8 disable-color", [selected.value === item.label ? "active-tab" : ""]])
39187
+ class: normalizeClass(["p-12 ps-3 pe-3 rounded-8 disable-color fw-500", [selected.value === item.label ? "active-tab" : ""]])
39188
39188
  }, [
39189
39189
  createElementVNode("label", {
39190
39190
  for: item.label,