@overmap-ai/core 1.0.58-export-overmap-reducer.3 → 1.0.58-export-overmap-reducer.4
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.
|
@@ -17129,7 +17129,10 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
17129
17129
|
mb: "1",
|
|
17130
17130
|
asChild: true,
|
|
17131
17131
|
children: /* @__PURE__ */ jsxRuntime.jsxs(blocks.Badge, { color: "gray", size: "2", children: [
|
|
17132
|
-
/* @__PURE__ */ jsxRuntime.jsx("span", {
|
|
17132
|
+
/* @__PURE__ */ jsxRuntime.jsx("span", {
|
|
17133
|
+
// TODO: remove this, its just a saftey check for old compatibility of what was acceptable as a value for multi string
|
|
17134
|
+
children: typeof option === "object" && "label" in option ? option.label : option
|
|
17135
|
+
}),
|
|
17133
17136
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
17134
17137
|
blocks.IconButton,
|
|
17135
17138
|
{
|