@evoke-platform/ui-components 1.10.0-testing.12 → 1.10.0-testing.13

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.
@@ -26,10 +26,10 @@ const Header = (props) => {
26
26
  // when rendering the default delete action, we don't want a border
27
27
  borderBottom: !form.id ? undefined : '1px solid #e9ecef',
28
28
  gap: isSm || isXs ? 2 : 3,
29
- ...sx,
30
29
  '.evoke-form-renderer-header': {
31
- flex: 1,
30
+ flex: '1 1 100%',
32
31
  },
32
+ ...sx,
33
33
  } },
34
34
  title && (React.createElement(Box, { sx: { flex: '1 1 auto', minWidth: 0, display: 'flex', alignItems: 'center', gap: 1 } },
35
35
  React.createElement(Title, { ...props }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evoke-platform/ui-components",
3
- "version": "1.10.0-testing.12",
3
+ "version": "1.10.0-testing.13",
4
4
  "description": "",
5
5
  "main": "dist/published/index.js",
6
6
  "module": "dist/published/index.js",