design-zystem 1.0.243 → 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
@@ -852,6 +852,7 @@ var StyledButton = import_styled_components9.default.button.withConfig({
852
852
  font-family: 'Open Sans', sans-serif;
853
853
 
854
854
  width: ${(props) => props.width || "fit-content"};
855
+ min-width: fit-content;
855
856
 
856
857
  ${(p) => {
857
858
  const base = getColor(p.variant, colors.blue_700);
@@ -5084,7 +5085,7 @@ var FileUploadZone = ({
5084
5085
  }
5085
5086
  const showIcon = icon !== false;
5086
5087
  const showBrowse = !compact && browseLabel !== false;
5087
- return /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(Col, { gap: "4", children: [
5088
+ return /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(Col, { gap: "4", fullWidth, children: [
5088
5089
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(
5089
5090
  StyledDropZone,
5090
5091
  {
package/dist/index.mjs CHANGED
@@ -758,6 +758,7 @@ var StyledButton = styled9.button.withConfig({
758
758
  font-family: 'Open Sans', sans-serif;
759
759
 
760
760
  width: ${(props) => props.width || "fit-content"};
761
+ min-width: fit-content;
761
762
 
762
763
  ${(p) => {
763
764
  const base = getColor(p.variant, colors.blue_700);
@@ -5010,7 +5011,7 @@ var FileUploadZone = ({
5010
5011
  }
5011
5012
  const showIcon = icon !== false;
5012
5013
  const showBrowse = !compact && browseLabel !== false;
5013
- return /* @__PURE__ */ jsxs28(Col, { gap: "4", children: [
5014
+ return /* @__PURE__ */ jsxs28(Col, { gap: "4", fullWidth, children: [
5014
5015
  /* @__PURE__ */ jsxs28(
5015
5016
  StyledDropZone,
5016
5017
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "design-zystem",
3
- "version": "1.0.243",
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",