@overmap-ai/core 1.0.38-component-fields.21 → 1.0.38-component-fields.23
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
|
@@ -9681,18 +9681,18 @@ class FieldInputClonerField extends CustomField {
|
|
|
9681
9681
|
super(options, FieldInputCloner);
|
|
9682
9682
|
}
|
|
9683
9683
|
}
|
|
9684
|
-
const displayFileContainer = "
|
|
9685
|
-
const infoContainer = "
|
|
9686
|
-
const previewImage$1 = "
|
|
9687
|
-
const
|
|
9688
|
-
const
|
|
9689
|
-
const useEllipsis = "
|
|
9684
|
+
const displayFileContainer = "_displayFileContainer_11gl2_1";
|
|
9685
|
+
const infoContainer = "_infoContainer_11gl2_6";
|
|
9686
|
+
const previewImage$1 = "_previewImage_11gl2_10";
|
|
9687
|
+
const fileSizeText = "_fileSizeText_11gl2_20";
|
|
9688
|
+
const nameContainer = "_nameContainer_11gl2_25";
|
|
9689
|
+
const useEllipsis = "_useEllipsis_11gl2_29";
|
|
9690
9690
|
const styles$4 = {
|
|
9691
9691
|
displayFileContainer,
|
|
9692
9692
|
infoContainer,
|
|
9693
9693
|
previewImage: previewImage$1,
|
|
9694
|
+
fileSizeText,
|
|
9694
9695
|
nameContainer,
|
|
9695
|
-
hasPreview,
|
|
9696
9696
|
useEllipsis
|
|
9697
9697
|
};
|
|
9698
9698
|
const convertBytesToLargestUnit = (bytes) => {
|
|
@@ -9858,9 +9858,9 @@ const DisplayFile = memo((props) => {
|
|
|
9858
9858
|
)
|
|
9859
9859
|
] }) }),
|
|
9860
9860
|
/* @__PURE__ */ jsx(Flex, { className: styles$4.infoContainer, children: /* @__PURE__ */ jsxs(Flex, { align: "center", width: "100%", children: [
|
|
9861
|
-
/* @__PURE__ */ jsxs(Flex, { align: "center", gap: "
|
|
9861
|
+
/* @__PURE__ */ jsxs(Flex, { className: styles$4.nameContainer, align: "center", gap: "1", grow: "1", children: [
|
|
9862
9862
|
/* @__PURE__ */ jsx(Text, { className: styles$4.useEllipsis, size: "1", children: name }),
|
|
9863
|
-
/* @__PURE__ */ jsx(Text, { size: "1", children: `(${size})` }),
|
|
9863
|
+
/* @__PURE__ */ jsx(Text, { size: "1", className: styles$4.fileSizeText, children: `(${size})` }),
|
|
9864
9864
|
error2 && /* @__PURE__ */ jsx(Text, { size: "1", severity: "danger", children: error2 })
|
|
9865
9865
|
] }),
|
|
9866
9866
|
/* @__PURE__ */ jsxs(Flex, { align: "center", gap: "2", children: [
|