@factoringplus/pl-components-pack-v3 0.3.49 → 0.3.50

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.
@@ -39931,14 +39931,14 @@ const _sfc_main$f = {
39931
39931
  (openBlock(), createElementBlock(Fragment, null, renderList(tabs2, (item) => {
39932
39932
  return createElementVNode("div", {
39933
39933
  key: item.label,
39934
- class: normalizeClass(["p-12 ps-3 pe-3 rounded-8 disable-color fw-500", [selected.value === item.label ? "active-tab" : ""]])
39934
+ class: normalizeClass(["p-12 ps-3 pe-3 rounded-8 disable-color pointer fw-500", [selected.value === item.label ? "active-tab" : ""]])
39935
39935
  }, [
39936
39936
  createElementVNode("div", {
39937
39937
  onClick: ($event) => {
39938
39938
  selected.value = item.label;
39939
39939
  item.checked = !item.checked;
39940
39940
  },
39941
- class: "d-flex justify-content-between align-items-center pointer"
39941
+ class: "d-flex justify-content-between align-items-center"
39942
39942
  }, [
39943
39943
  createElementVNode("span", null, toDisplayString(item.value), 1),
39944
39944
  createVNode(_sfc_main$g, {