@overmap-ai/core 1.0.34-image-preview.5 → 1.0.34

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.
@@ -10338,11 +10338,11 @@ const FieldActions = memo((props) => {
10338
10338
  ] });
10339
10339
  });
10340
10340
  FieldActions.displayName = "FieldActions";
10341
- const popoverInputsContainer = "_popoverInputsContainer_1orlt_1";
10342
- const typeBadge = "_typeBadge_1orlt_5";
10343
- const previewInput = "_previewInput_1orlt_10";
10344
- const directInput = "_directInput_1orlt_14";
10345
- const grow = "_grow_1orlt_18";
10341
+ const popoverInputsContainer = "_popoverInputsContainer_wqdmr_1";
10342
+ const typeBadge = "_typeBadge_wqdmr_5";
10343
+ const previewInput = "_previewInput_wqdmr_10";
10344
+ const directInput = "_directInput_wqdmr_14";
10345
+ const grow = "_grow_wqdmr_19";
10346
10346
  const styles = {
10347
10347
  popoverInputsContainer,
10348
10348
  typeBadge,
@@ -10516,7 +10516,7 @@ const FieldBuilder = memo((props) => {
10516
10516
  const deserializedField = useMemo(() => deserialize(initial), [initial]);
10517
10517
  const previewInput2 = useFieldInput(deserializedField, { formId, disabled: true, showInputOnly: true });
10518
10518
  return /* @__PURE__ */ jsxs(Flex, { align: "center", grow: "1", children: [
10519
- /* @__PURE__ */ jsxs(Flex, { direction: "column", width: "100%", mr: "3", children: [
10519
+ /* @__PURE__ */ jsxs(Flex, { direction: "column", width: "100%", children: [
10520
10520
  fieldCls === FieldSection && /* @__PURE__ */ jsxs(Flex, { direction: "column", gap: "1", children: [
10521
10521
  directlyShownFields.length > 0 && directlyShownInputs,
10522
10522
  /* @__PURE__ */ jsxs(Flex, { align: "center", gap: "2", children: [