@balena/ui-shared-components 15.3.0-build-add-mui-x-date-pickers-bd5d9a1317fa9206941bbff64a55425b7d23439c-1 → 15.3.0-build-add-mui-x-date-pickers-df10f4a72dd3f302854b276815445aafc6286ba9-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.
- package/dist/theme.js +16 -0
- 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
|
},
|
|
@@ -1045,6 +1048,19 @@ export const theme = createTheme({
|
|
|
1045
1048
|
defaultProps: {
|
|
1046
1049
|
variant: 'outlined',
|
|
1047
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
|
+
},
|
|
1048
1064
|
},
|
|
1049
1065
|
MuiOutlinedInput: {
|
|
1050
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-
|
|
3
|
+
"version": "15.3.0-build-add-mui-x-date-pickers-df10f4a72dd3f302854b276815445aafc6286ba9-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-
|
|
140
|
+
"publishedAt": "2025-12-18T19:01:45.216Z"
|
|
141
141
|
},
|
|
142
142
|
"overrides": {
|
|
143
143
|
"storybook": "$storybook",
|