@overmap-ai/core 1.0.34-image-preview.2 → 1.0.34-image-preview.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.
- package/dist/overmap-core.js +8 -8
- package/dist/overmap-core.js.map +1 -1
- package/dist/overmap-core.umd.cjs +8 -8
- package/dist/overmap-core.umd.cjs.map +1 -1
- package/dist/style.css +12 -12
- package/package.json +1 -1
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",
|
|
@@ -10338,11 +10338,11 @@ const FieldActions = memo((props) => {
|
|
|
10338
10338
|
] });
|
|
10339
10339
|
});
|
|
10340
10340
|
FieldActions.displayName = "FieldActions";
|
|
10341
|
-
const popoverInputsContainer = "
|
|
10342
|
-
const typeBadge = "
|
|
10343
|
-
const previewInput = "
|
|
10344
|
-
const directInput = "
|
|
10345
|
-
const grow = "
|
|
10341
|
+
const popoverInputsContainer = "_popoverInputsContainer_107zx_1";
|
|
10342
|
+
const typeBadge = "_typeBadge_107zx_5";
|
|
10343
|
+
const previewInput = "_previewInput_107zx_10";
|
|
10344
|
+
const directInput = "_directInput_107zx_14";
|
|
10345
|
+
const grow = "_grow_107zx_18";
|
|
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", children: [
|
|
10519
|
+
/* @__PURE__ */ jsxs(Flex, { direction: "column", width: "100%", mr: "3", 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: [
|
|
@@ -10573,7 +10573,7 @@ const FieldBuilder = memo((props) => {
|
|
|
10573
10573
|
)
|
|
10574
10574
|
}
|
|
10575
10575
|
),
|
|
10576
|
-
fieldCls !== FieldSection && /* @__PURE__ */ jsx("div", { className: styles.previewInput, children: previewInput2 }),
|
|
10576
|
+
fieldCls !== FieldSection && fieldCls !== BooleanField && /* @__PURE__ */ jsx("div", { className: styles.previewInput, children: previewInput2 }),
|
|
10577
10577
|
/* @__PURE__ */ jsx(
|
|
10578
10578
|
PatchField,
|
|
10579
10579
|
{
|