nectiasw 0.0.66 → 0.0.67
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 +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -61170,7 +61170,7 @@ const Dragarea = React__default.memo(
|
|
|
61170
61170
|
successColor,
|
|
61171
61171
|
...props,
|
|
61172
61172
|
children: [
|
|
61173
|
-
Icon && /* @__PURE__ */ jsxRuntimeExports.jsx(Box, {
|
|
61173
|
+
Icon && /* @__PURE__ */ jsxRuntimeExports.jsx(Box, { marginTop: 2, children: /* @__PURE__ */ jsxRuntimeExports.jsx(Icon, {}) }),
|
|
61174
61174
|
status && [DropStatus.WithError, DropStatus.Reload].includes(status) && filename && /* @__PURE__ */ jsxRuntimeExports.jsxs(Label, { backgroundColor: color2, children: [
|
|
61175
61175
|
/* @__PURE__ */ jsxRuntimeExports.jsx(DocumentTextIcon, {}),
|
|
61176
61176
|
" ",
|