@metropolle/design-system 1.2026.0-1.7.2346 → 1.2026.0-1.8.1850

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.
@@ -2911,7 +2911,7 @@ function FormModal({ open, onClose, onSubmit, title, icon, subtitle, info, infoV
2911
2911
  marginTop: '16px',
2912
2912
  paddingTop: '16px',
2913
2913
  borderTop: '1px solid rgba(255, 255, 255, 0.1)'
2914
- }, children: [jsxRuntimeExports.jsx(Button, { variant: "secondary", size: "sm", type: "button", onClick: onClose, disabled: loading, children: cancelText }), jsxRuntimeExports.jsx(Button, { variant: "primary", size: "sm", type: "submit", disabled: loading || submitDisabled, children: loading ? 'Saving...' : submitText })] })] })] }));
2914
+ }, children: [jsxRuntimeExports.jsx(Button, { variant: "secondary", size: "sm", type: "button", onClick: onClose, disabled: loading, style: { minWidth: '90px' }, children: cancelText }), jsxRuntimeExports.jsx(Button, { variant: "primary", size: "sm", type: "submit", loading: loading, disabled: loading || submitDisabled, style: { minWidth: '110px' }, children: submitText })] })] })] }));
2915
2915
  }
2916
2916
 
2917
2917
  const sizeMap = {