nectiasw 0.0.57 → 0.0.59
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.es.js
CHANGED
|
@@ -61169,7 +61169,7 @@ const Dragarea = React__default.memo(
|
|
|
61169
61169
|
successColor,
|
|
61170
61170
|
...props,
|
|
61171
61171
|
children: [
|
|
61172
|
-
Icon && /* @__PURE__ */ jsxRuntimeExports.jsx(Icon, {}),
|
|
61172
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "my-2", children: Icon && /* @__PURE__ */ jsxRuntimeExports.jsx(Icon, {}) }),
|
|
61173
61173
|
status && [DropStatus$1.WithError, DropStatus$1.Reload].includes(status) && filename && /* @__PURE__ */ jsxRuntimeExports.jsxs(Label, { backgroundColor: color2, children: [
|
|
61174
61174
|
/* @__PURE__ */ jsxRuntimeExports.jsx(DocumentTextIcon, {}),
|
|
61175
61175
|
" ",
|