@scbt-ecom/ui 0.13.0 → 0.13.1
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/client.js +2 -2
- package/dist/client.js.map +1 -1
- package/dist/shared/ui/formElements/uploaderControl/model/types.d.ts +6 -2
- package/dist/shared/ui/formElements/uploaderControl/ui/Filename.d.ts +2 -2
- package/dist/shared/ui/formElements/uploaderControl/ui/Files.d.ts +2 -2
- package/package.json +1 -1
package/dist/client.js
CHANGED
|
@@ -34729,7 +34729,7 @@ const o5 = ({ dropzoneOptions: t, controlledFiles: e, onValueChange: n }) => {
|
|
|
34729
34729
|
}, [t]), /* @__PURE__ */ b.jsx(b.Fragment, { children: r ? /* @__PURE__ */ b.jsx(
|
|
34730
34730
|
Zy,
|
|
34731
34731
|
{
|
|
34732
|
-
triggerElement: /* @__PURE__ */ b.jsx("p", { ref: n, className: O("desk-body-regular-m max-w-[300px] truncate text-color-dark"), children: t.name }),
|
|
34732
|
+
triggerElement: /* @__PURE__ */ b.jsx("p", { ref: n, className: O("desk-body-regular-m max-w-[300px] truncate text-color-dark", e == null ? void 0 : e.fileText), children: t.name }),
|
|
34733
34733
|
children: t.name
|
|
34734
34734
|
}
|
|
34735
34735
|
) : /* @__PURE__ */ b.jsx("p", { ref: n, className: O("desk-body-regular-m text-color-dark", e == null ? void 0 : e.fileText), children: t.name }) });
|
|
@@ -34774,7 +34774,7 @@ const o5 = ({ dropzoneOptions: t, controlledFiles: e, onValueChange: n }) => {
|
|
|
34774
34774
|
}
|
|
34775
34775
|
)
|
|
34776
34776
|
] }),
|
|
34777
|
-
/* @__PURE__ */ b.jsx(l5, { filesStatus: u, removeFile: d, controlledFiles: n })
|
|
34777
|
+
/* @__PURE__ */ b.jsx(l5, { classes: a, filesStatus: u, removeFile: d, controlledFiles: n })
|
|
34778
34778
|
] });
|
|
34779
34779
|
}), TW = ({
|
|
34780
34780
|
control: t,
|