@agilant/toga-blox 1.0.164 → 1.0.165

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.
@@ -20,7 +20,7 @@ const TableCell = ({ cell, isLastCell, hasInfiniteScroll, linkText = "text-purpl
20
20
  const wrapper = "min-h-[40px] flex select-none" + (hasToggle ? " cursor-pointer" : "");
21
21
  return (_jsx("td", { ...cell.getCellProps(), className: isLastCell ? "" : baseTd, children: _jsx("div", { ...(hasToggle ? { onClick: handleToggle } : {}), className: wrapper, children: hasToggle ? (!expanded ? (
22
22
  /* collapsed: inline with ellipsis + hover‑only link */
23
- _jsxs("div", { className: "flex items-center group", children: [_jsx("span", { children: truncated }), _jsx("span", { className: "inline group-hover:hidden", children: "\u2026" }), _jsx("span", { className: `hidden group-hover:inline ${linkText}`, children: "Show more" })] })) : (
23
+ _jsxs("div", { className: "flex items-center group", children: [_jsxs("span", { children: [truncated, "\u2026", _jsx("span", { className: `hidden group-hover:inline ${linkText}`, children: "Show more" })] }), _jsx("span", { className: "inline group-hover:hidden" })] })) : (
24
24
  /* expanded: vertical stack so "Show less" is below */
25
25
  _jsxs("div", { className: "flex flex-col", children: [_jsx("span", { children: fullText }), _jsx("span", { className: linkText, children: "Show less" })] }))) : (
26
26
  /* no toggle → let row handle all clicks */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@agilant/toga-blox",
3
3
  "private": false,
4
- "version": "1.0.164",
4
+ "version": "1.0.165",
5
5
  "description": "",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",