docthub-core-components 2.28.0 → 2.29.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.esm.js CHANGED
@@ -2484,7 +2484,7 @@ const Tr = ({
2484
2484
  top: oe.top + 4,
2485
2485
  left: oe.left,
2486
2486
  width: oe.width
2487
- }, ref: de, children: me.length === 0 ? /* @__PURE__ */ c("div", { className: "p-3 text-sm text-muted-foreground text-center", children: Oe }) : me.map((W, Z) => {
2487
+ }, ref: de, children: me.length === 0 && !i ? /* @__PURE__ */ c("div", { className: "p-3 text-sm text-muted-foreground text-center", children: Oe }) : me.map((W, Z) => {
2488
2488
  const ue = n ? Array.isArray(t) && t.some((Me) => te(W, Me)) : te(W, t), ge = Z === B, ve = (Me) => Me.replace(/[.*+?^${}()|[\]\\]/g, "\\$&"), We = (Me) => {
2489
2489
  const Ee = w(Me), Fe = Y ? String(ce || "").trim() : "";
2490
2490
  if (!Fe) return /* @__PURE__ */ c("span", { children: Ee });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "docthub-core-components",
3
- "version": "2.28.0",
3
+ "version": "2.29.0",
4
4
  "type": "module",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",