design-zystem 1.0.243 → 1.0.244

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