@overmap-ai/core 1.0.58-form-improvements.1 → 1.0.58-form-improvements.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.
@@ -13281,7 +13281,10 @@ var __publicField = (obj, key, value) => {
13281
13281
  mb: "1",
13282
13282
  asChild: true,
13283
13283
  children: /* @__PURE__ */ jsxRuntime.jsxs(blocks.Badge, { color: "gray", size: "2", children: [
13284
- /* @__PURE__ */ jsxRuntime.jsx("span", { children: option }),
13284
+ /* @__PURE__ */ jsxRuntime.jsx("span", {
13285
+ // TODO: remove this, its just a saftey check for old compatibility of what was acceptable as a value for multi string
13286
+ children: typeof option === "object" && "label" in option ? option.label : option
13287
+ }),
13285
13288
  /* @__PURE__ */ jsxRuntime.jsx(
13286
13289
  blocks.IconButton,
13287
13290
  {