design-zystem 1.0.244 → 1.0.245
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.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5085,7 +5085,7 @@ var FileUploadZone = ({
|
|
|
5085
5085
|
}
|
|
5086
5086
|
const showIcon = icon !== false;
|
|
5087
5087
|
const showBrowse = !compact && browseLabel !== false;
|
|
5088
|
-
return /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(Col, { gap: "4", children: [
|
|
5088
|
+
return /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(Col, { gap: "4", fullWidth, children: [
|
|
5089
5089
|
/* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(
|
|
5090
5090
|
StyledDropZone,
|
|
5091
5091
|
{
|
package/dist/index.mjs
CHANGED
|
@@ -5011,7 +5011,7 @@ var FileUploadZone = ({
|
|
|
5011
5011
|
}
|
|
5012
5012
|
const showIcon = icon !== false;
|
|
5013
5013
|
const showBrowse = !compact && browseLabel !== false;
|
|
5014
|
-
return /* @__PURE__ */ jsxs28(Col, { gap: "4", children: [
|
|
5014
|
+
return /* @__PURE__ */ jsxs28(Col, { gap: "4", fullWidth, children: [
|
|
5015
5015
|
/* @__PURE__ */ jsxs28(
|
|
5016
5016
|
StyledDropZone,
|
|
5017
5017
|
{
|