@elabs-ai/components-editor 4.2.0 → 5.1.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/markdown/index.js
CHANGED
|
@@ -1271,7 +1271,7 @@ var CalcBlock = forwardRef(function CalcBlock2({
|
|
|
1271
1271
|
) }),
|
|
1272
1272
|
empty ? /* @__PURE__ */ jsx2("p", { className: "px-4 py-6 text-body text-muted-foreground", children: t("editor.calcBlock.emptyBlock") }) : /* @__PURE__ */ jsx2("div", { className: "flex flex-col gap-y-1 px-4 py-3 font-mono text-code leading-relaxed", children: rows }),
|
|
1273
1273
|
showTotal && resolvedTotal != null && !empty ? /* @__PURE__ */ jsxs2("div", { className: "flex items-center justify-between border-t border-border px-4 py-2", children: [
|
|
1274
|
-
/* @__PURE__ */ jsx2("span", { className: "text-
|
|
1274
|
+
/* @__PURE__ */ jsx2("span", { className: "text-eyebrow uppercase text-muted-foreground", children: totalLabel }),
|
|
1275
1275
|
/* @__PURE__ */ jsx2("span", { className: "font-mono text-code font-medium tabular-nums text-foreground", children: totalDisplay })
|
|
1276
1276
|
] }) : null
|
|
1277
1277
|
]
|