@ctlyst.id/internal-ui 5.4.2 → 5.4.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/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
@@ -6167,7 +6167,7 @@ var Uploader = ({
|
|
6167
6167
|
alt: "uploader-preview",
|
6168
6168
|
objectFit: "contain"
|
6169
6169
|
}
|
6170
|
-
) : filePreview
|
6170
|
+
) : /* @__PURE__ */ jsx66(Text18, { noOfLines: 3, mx: 2, textAlign: "center", children: filePreview })
|
6171
6171
|
}
|
6172
6172
|
) }),
|
6173
6173
|
!filePreview && /* @__PURE__ */ jsx66(Fragment12, { children: isDragActive ? /* @__PURE__ */ jsx66(Text18, { children: dragActiveText != null ? dragActiveText : messages.dragActive }) : /* @__PURE__ */ jsxs31(Flex19, { gap: 2, flexDirection: "column", alignItems: "center", color: isError ? "danger.500" : color, children: [
|