@postxl/ui-components 1.6.2 → 1.6.3
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.d.ts +292 -292
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4767,9 +4767,9 @@ function JsonCell({ cell, table, rowIndex, columnId, isFocused, isSelected }) {
|
|
|
4767
4767
|
onKeyDown,
|
|
4768
4768
|
children: /* @__PURE__ */ jsx("span", {
|
|
4769
4769
|
"data-slot": "grid-cell-content",
|
|
4770
|
-
className: "font-mono text-xs text-muted-foreground",
|
|
4770
|
+
className: "block size-full font-mono text-xs text-muted-foreground",
|
|
4771
4771
|
onDoubleClick: onContentDoubleClick,
|
|
4772
|
-
children: displayValue
|
|
4772
|
+
children: displayValue || "\xA0"
|
|
4773
4773
|
})
|
|
4774
4774
|
}), /* @__PURE__ */ jsx(Dialog, {
|
|
4775
4775
|
open: dialogOpen,
|