@balena/ui-shared-components 11.2.16 → 11.2.17

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.
@@ -28,20 +28,7 @@ import { defaultFormats } from './components/Widget/Formats';
28
28
  import { Tooltip } from '../Tooltip';
29
29
  const HeaderGrid = styled(Box)(({ theme }) => ({
30
30
  display: 'flex',
31
- rowGap: theme.spacing(2),
32
- columnGap: theme.spacing(2),
33
- '> *': {
34
- '&:first-child': {
35
- marginRight: 1,
36
- },
37
- '&:not(:last-child):not(:first-child)': {
38
- marginRight: 1,
39
- marginLeft: 1,
40
- },
41
- '&:last-child': {
42
- marginLeft: 1,
43
- },
44
- },
31
+ gap: theme.spacing(2),
45
32
  }));
46
33
  // TODO: Refactor into multiple layers: one for handling
47
34
  // loading and another for managing all necessary data,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/ui-shared-components",
3
- "version": "11.2.16",
3
+ "version": "11.2.17",
4
4
  "main": "./dist/index.js",
5
5
  "sideEffects": false,
6
6
  "files": [
@@ -137,6 +137,6 @@
137
137
  },
138
138
  "homepage": "https://github.com/balena-io/ui-shared-components#readme",
139
139
  "versionist": {
140
- "publishedAt": "2025-03-14T16:19:59.232Z"
140
+ "publishedAt": "2025-03-14T16:26:42.605Z"
141
141
  }
142
142
  }