@overmap-ai/core 1.0.34-image-preview.2 → 1.0.34-image-preview.3
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/overmap-core.js
CHANGED
|
@@ -10307,7 +10307,7 @@ const FieldActions = memo((props) => {
|
|
|
10307
10307
|
return actions2;
|
|
10308
10308
|
}, [duplicate, index2, move, remove2, sectionIndex, values.fields]);
|
|
10309
10309
|
return /* @__PURE__ */ jsxs(Fragment$1, { children: [
|
|
10310
|
-
/* @__PURE__ */ jsx(Flex, { display: forMobile(false, "flex"), direction: "column", gap: "
|
|
10310
|
+
/* @__PURE__ */ jsx(Flex, { display: forMobile(false, "flex"), direction: "column", gap: "5", mx: "2", children: actions.map((Action) => /* @__PURE__ */ jsx(
|
|
10311
10311
|
IconButton,
|
|
10312
10312
|
{
|
|
10313
10313
|
type: "button",
|