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 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
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "design-zystem",
3
- "version": "1.0.244",
3
+ "version": "1.0.245",
4
4
  "description": "A React design system of importable components",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",