caplink-saas-ui-shared-component-library 1.91.2 → 1.92.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/dist/index.es.js +3 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -43122,7 +43122,9 @@ function Yve(t) {
|
|
|
43122
43122
|
className: "sl-flex sl-h-full sl-w-full sl-items-center sl-justify-between sl-pr-px sl-pl-1",
|
|
43123
43123
|
"aria-readonly": s === "readonly",
|
|
43124
43124
|
"data-cypress": `table-cell-select-${n.id}-${r.row}-${n.dataEditorType}`,
|
|
43125
|
-
onClick: () =>
|
|
43125
|
+
onClick: () => {
|
|
43126
|
+
s !== "readonly" && o?.("edit");
|
|
43127
|
+
},
|
|
43126
43128
|
children: [
|
|
43127
43129
|
/* @__PURE__ */ p.jsx("p", { className: "sl-line-clamp-1 sl-text-sm", children: a }),
|
|
43128
43130
|
/* @__PURE__ */ p.jsx(yS, { className: "sl-h-4 sl-w-4 sl-opacity-50" })
|