@balena/ui-shared-components 5.8.0 → 5.8.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 +15 -0
  2. package/package.json +2 -2
package/dist/theme.js CHANGED
@@ -756,6 +756,21 @@ export const theme = createTheme({
756
756
  }),
757
757
  },
758
758
  },
759
+ MuiInput: {
760
+ styleOverrides: {
761
+ root: {
762
+ '&::before': {
763
+ borderBottom: `1px solid ${color.border.value}`,
764
+ },
765
+ '&::after': {
766
+ borderBottomColor: color.border.accent.value,
767
+ },
768
+ '&:hover:not(.Mui-disabled, .Mui-error)::before': {
769
+ borderBottom: `solid 1px ${color.border.strong.value}`,
770
+ },
771
+ },
772
+ },
773
+ },
759
774
  MuiInputLabel: {
760
775
  defaultProps: {
761
776
  shrink: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/ui-shared-components",
3
- "version": "5.8.0",
3
+ "version": "5.8.1",
4
4
  "main": "./dist/index.js",
5
5
  "sideEffects": false,
6
6
  "files": [
@@ -112,6 +112,6 @@
112
112
  },
113
113
  "homepage": "https://github.com/balena-io/ui-shared-components#readme",
114
114
  "versionist": {
115
- "publishedAt": "2024-05-30T13:32:17.832Z"
115
+ "publishedAt": "2024-05-31T15:04:45.822Z"
116
116
  }
117
117
  }