caplink-saas-ui-shared-component-library 1.88.0 → 1.89.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 +1 -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
|
@@ -43257,7 +43257,7 @@ function $ve(t) {
|
|
|
43257
43257
|
"data-cypress": `table-cell-select-${i.id}-${o.row}-${i.dataEditorType}`,
|
|
43258
43258
|
"aria-readonly": e === "readonly",
|
|
43259
43259
|
onClick: () => {
|
|
43260
|
-
n?.("edit");
|
|
43260
|
+
e !== "readonly" && n?.("edit");
|
|
43261
43261
|
},
|
|
43262
43262
|
children: [
|
|
43263
43263
|
/* @__PURE__ */ p.jsx("p", { className: "sl-line-clamp-1 sl-text-sm", children: l }),
|