@team-monolith/cds 1.33.0 → 1.34.1

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.
@@ -230,6 +230,7 @@ const Button = React.forwardRef(function Button(props, ref) {
230
230
  text-decoration: none;
231
231
 
232
232
  width: ${fullWidth ? "100%" : "auto"};
233
+ flex-shrink: 0;
233
234
  `,
234
235
  COLOR_TO_BUTTON_STYLE(theme, color, Boolean(disabled)),
235
236
  SIZE_TO_BUTTON_STYLE[size],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@team-monolith/cds",
3
- "version": "1.33.0",
3
+ "version": "1.34.1",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "sideEffects": false,