@flytedan/flytebot-design-system 0.8.1 → 0.8.2

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.cjs CHANGED
@@ -2763,9 +2763,9 @@ function EntityRow({ title, meta, action, draggable = false, onPointerDown, styl
2763
2763
  },
2764
2764
  children: [
2765
2765
  draggable ? /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("i", { className: "ph ph-dots-six-vertical", "aria-hidden": "true", style: { fontSize: 14, flex: "none", color: "var(--text-muted)" } }) : null,
2766
- /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("span", { style: { flex: 1, minWidth: 0, display: "flex", flexDirection: "column", gap: 2 }, children: [
2767
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: "fd-body-sm", style: { fontWeight: 600, color: "var(--text)", whiteSpace: "nowrap", overflow: "hidden", textOverflow: "ellipsis" }, children: title }),
2768
- meta ? /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { style: { fontSize: "var(--overline-size)", color: "var(--text-muted)", whiteSpace: "nowrap", overflow: "hidden", textOverflow: "ellipsis" }, children: meta }) : null
2766
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("span", { style: { flex: 1, minWidth: 0, display: "flex", alignItems: "baseline", gap: 8 }, children: [
2767
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: "fd-body-sm", style: { flex: 1, minWidth: 0, fontWeight: 600, color: "var(--text)", whiteSpace: "nowrap", overflow: "hidden", textOverflow: "ellipsis" }, children: title }),
2768
+ meta ? /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { style: { flex: "none", fontSize: "var(--overline-size)", color: "var(--text-muted)", whiteSpace: "nowrap" }, children: meta }) : null
2769
2769
  ] }),
2770
2770
  action ? /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
2771
2771
  IconButton,