cdslibrary 1.0.13 → 1.0.14

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.
@@ -52,6 +52,7 @@ export const CDSButton = ({
52
52
  paddingHorizontal: 0,
53
53
  paddingVertical: 0,
54
54
  width: 'auto',
55
+ minWidth: 'auto',
55
56
  }
56
57
  ]}
57
58
  >
@@ -63,7 +64,7 @@ export const CDSButton = ({
63
64
  ? textStyles.link.small
64
65
  : textStyles.link.regular
65
66
  : textStyles.buttonText,
66
- { color: textColor, minWidth: null },
67
+ { color: textColor },
67
68
  ]}
68
69
  >
69
70
  {label}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cdslibrary",
3
3
  "license": "0BSD",
4
- "version": "1.0.13",
4
+ "version": "1.0.14",
5
5
  "main": "index.js",
6
6
  "author": "Nat Viramontes",
7
7
  "description": "A library of components for the CDS project",