nectiasw 0.0.64 → 0.0.66
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 +2 -2
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +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(Icon, {}),
|
|
61173
|
+
Icon && /* @__PURE__ */ jsxRuntimeExports.jsx(Box, { marginY: 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
|
" ",
|
|
@@ -61180,7 +61180,7 @@ const Dragarea = React__default.memo(
|
|
|
61180
61180
|
" "
|
|
61181
61181
|
] })
|
|
61182
61182
|
] }),
|
|
61183
|
-
renderBelowFilename && renderBelowFilename,
|
|
61183
|
+
renderBelowFilename && /* @__PURE__ */ jsxRuntimeExports.jsx(Box, { paddingY: 2, children: renderBelowFilename }),
|
|
61184
61184
|
/* @__PURE__ */ jsxRuntimeExports.jsxs(Message, { children: [
|
|
61185
61185
|
text.filter(Boolean).map((msg) => /* @__PURE__ */ jsxRuntimeExports.jsx("p", { children: msg }, msg)),
|
|
61186
61186
|
renderContent && renderContent
|