@stenajs-webui/elements 19.0.0-next.57 → 19.0.0-next.58
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.es.js +9 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/dist/index.es.js
CHANGED
|
@@ -4402,7 +4402,15 @@ const K1 = (n) => /* @__PURE__ */ z.createElement("svg", { xmlns: "http://www.w3
|
|
|
4402
4402
|
height: "var(--swui-value-table-height)",
|
|
4403
4403
|
alignItems: "center",
|
|
4404
4404
|
indent: i,
|
|
4405
|
-
children: /* @__PURE__ */ e(
|
|
4405
|
+
children: /* @__PURE__ */ e(
|
|
4406
|
+
T,
|
|
4407
|
+
{
|
|
4408
|
+
color: N("--tjara"),
|
|
4409
|
+
variant: "bold",
|
|
4410
|
+
whiteSpace: "nowrap",
|
|
4411
|
+
children: n
|
|
4412
|
+
}
|
|
4413
|
+
)
|
|
4406
4414
|
}
|
|
4407
4415
|
) }),
|
|
4408
4416
|
/* @__PURE__ */ e("td", { children: /* @__PURE__ */ e(
|