@overmap-ai/core 1.0.57-export-overmap-reducer.4 → 1.0.57-export-overmap-reducer.5
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.
|
@@ -15455,7 +15455,7 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
15455
15455
|
PatchField,
|
|
15456
15456
|
{
|
|
15457
15457
|
name: `${parentPath}.${index2}.required`,
|
|
15458
|
-
render: ({ setValue, value }) => /* @__PURE__ */ jsxRuntime.jsxs(Flex, { children: [
|
|
15458
|
+
render: ({ setValue, value }) => /* @__PURE__ */ jsxRuntime.jsxs(Flex, { gap: "1", align: "center", children: [
|
|
15459
15459
|
/* @__PURE__ */ jsxRuntime.jsx(Checkbox, { checked: value, onCheckedChange: setValue }),
|
|
15460
15460
|
/* @__PURE__ */ jsxRuntime.jsx(Text, { size: "2", children: "Required field" })
|
|
15461
15461
|
] })
|