@balena/ui-shared-components 15.3.0-build-add-mui-x-date-pickers-bd5d9a1317fa9206941bbff64a55425b7d23439c-1 → 15.3.0-build-add-mui-x-date-pickers-f063a7dc748338d0558be1f6e1197b38e316438e-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.
Files changed (2) hide show
  1. package/dist/theme.js +3 -0
  2. package/package.json +2 -2
package/dist/theme.js CHANGED
@@ -413,6 +413,9 @@ export const theme = createTheme({
413
413
  styleOverrides: {
414
414
  root: {
415
415
  padding: '0px 24px 24px',
416
+ '&.MuiPickersLayout-actionBar': {
417
+ padding: '8px',
418
+ },
416
419
  },
417
420
  },
418
421
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/ui-shared-components",
3
- "version": "15.3.0-build-add-mui-x-date-pickers-bd5d9a1317fa9206941bbff64a55425b7d23439c-1",
3
+ "version": "15.3.0-build-add-mui-x-date-pickers-f063a7dc748338d0558be1f6e1197b38e316438e-1",
4
4
  "main": "./dist/index.js",
5
5
  "sideEffects": false,
6
6
  "files": [
@@ -137,7 +137,7 @@
137
137
  },
138
138
  "homepage": "https://github.com/balena-io/ui-shared-components#readme",
139
139
  "versionist": {
140
- "publishedAt": "2025-12-18T12:35:39.646Z"
140
+ "publishedAt": "2025-12-18T18:09:19.125Z"
141
141
  },
142
142
  "overrides": {
143
143
  "storybook": "$storybook",