@overmap-ai/core 1.0.38-component-fields.21 → 1.0.38-component-fields.22
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 +9 -9
- package/dist/overmap-core.js.map +1 -1
- package/dist/overmap-core.umd.cjs +9 -9
- package/dist/overmap-core.umd.cjs.map +1 -1
- package/dist/style.css +10 -10
- package/package.json +1 -1
|
@@ -9677,18 +9677,18 @@ var __publicField = (obj, key, value) => {
|
|
|
9677
9677
|
super(options, FieldInputCloner);
|
|
9678
9678
|
}
|
|
9679
9679
|
}
|
|
9680
|
-
const displayFileContainer = "
|
|
9681
|
-
const infoContainer = "
|
|
9682
|
-
const previewImage$1 = "
|
|
9683
|
-
const
|
|
9684
|
-
const
|
|
9685
|
-
const useEllipsis = "
|
|
9680
|
+
const displayFileContainer = "_displayFileContainer_11gl2_1";
|
|
9681
|
+
const infoContainer = "_infoContainer_11gl2_6";
|
|
9682
|
+
const previewImage$1 = "_previewImage_11gl2_10";
|
|
9683
|
+
const fileSizeText = "_fileSizeText_11gl2_20";
|
|
9684
|
+
const nameContainer = "_nameContainer_11gl2_25";
|
|
9685
|
+
const useEllipsis = "_useEllipsis_11gl2_29";
|
|
9686
9686
|
const styles$4 = {
|
|
9687
9687
|
displayFileContainer,
|
|
9688
9688
|
infoContainer,
|
|
9689
9689
|
previewImage: previewImage$1,
|
|
9690
|
+
fileSizeText,
|
|
9690
9691
|
nameContainer,
|
|
9691
|
-
hasPreview,
|
|
9692
9692
|
useEllipsis
|
|
9693
9693
|
};
|
|
9694
9694
|
const convertBytesToLargestUnit = (bytes) => {
|
|
@@ -9854,9 +9854,9 @@ var __publicField = (obj, key, value) => {
|
|
|
9854
9854
|
)
|
|
9855
9855
|
] }) }),
|
|
9856
9856
|
/* @__PURE__ */ jsxRuntime.jsx(blocks.Flex, { className: styles$4.infoContainer, children: /* @__PURE__ */ jsxRuntime.jsxs(blocks.Flex, { align: "center", width: "100%", children: [
|
|
9857
|
-
/* @__PURE__ */ jsxRuntime.jsxs(blocks.Flex, { align: "center", gap: "
|
|
9857
|
+
/* @__PURE__ */ jsxRuntime.jsxs(blocks.Flex, { className: styles$4.nameContainer, align: "center", gap: "1", grow: "1", children: [
|
|
9858
9858
|
/* @__PURE__ */ jsxRuntime.jsx(blocks.Text, { className: styles$4.useEllipsis, size: "1", children: name }),
|
|
9859
|
-
/* @__PURE__ */ jsxRuntime.jsx(blocks.Text, { size: "1", children: `(${size})` }),
|
|
9859
|
+
/* @__PURE__ */ jsxRuntime.jsx(blocks.Text, { size: "1", className: styles$4.fileSizeText, children: `(${size})` }),
|
|
9860
9860
|
error2 && /* @__PURE__ */ jsxRuntime.jsx(blocks.Text, { size: "1", severity: "danger", children: error2 })
|
|
9861
9861
|
] }),
|
|
9862
9862
|
/* @__PURE__ */ jsxRuntime.jsxs(blocks.Flex, { align: "center", gap: "2", children: [
|