@balena/ui-shared-components 15.3.0-build-add-mui-x-date-pickers-f063a7dc748338d0558be1f6e1197b38e316438e-1 → 15.3.0

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 +13 -0
  2. package/package.json +2 -2
package/dist/theme.js CHANGED
@@ -1048,6 +1048,19 @@ export const theme = createTheme({
1048
1048
  defaultProps: {
1049
1049
  variant: 'outlined',
1050
1050
  },
1051
+ styleOverrides: {
1052
+ root: {
1053
+ '.MuiPickersSectionList-root': {
1054
+ padding: '13.5px 0',
1055
+ },
1056
+ '.MuiPickersOutlinedInput-notchedOutline': {
1057
+ borderColor: color.border.value,
1058
+ '&:hover': {
1059
+ borderColor: color.border.strong.value,
1060
+ },
1061
+ },
1062
+ },
1063
+ },
1051
1064
  },
1052
1065
  MuiOutlinedInput: {
1053
1066
  defaultProps: {
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-f063a7dc748338d0558be1f6e1197b38e316438e-1",
3
+ "version": "15.3.0",
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-18T18:09:19.125Z"
140
+ "publishedAt": "2025-12-18T19:01:45.216Z"
141
141
  },
142
142
  "overrides": {
143
143
  "storybook": "$storybook",