sag_components 1.0.540 → 1.0.541

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.
@@ -87,40 +87,34 @@ const TextField = exports.TextField = /*#__PURE__*/_react.default.forwardRef((_r
87
87
  },
88
88
  paddingTop: multiline ? '12px' : '0',
89
89
  marginTop: 0,
90
- borderColor: '#212121',
90
+ borderColor: 'green',
91
91
  borderRadius: '12px',
92
92
  legend: {
93
93
  marginLeft: '6px'
94
94
  },
95
- alignItems: multiline ? 'flex-start' : 'center',
96
- '& .MuiAutocomplete-inputRoot': {
97
- paddingLeft: '10px !important',
98
- borderRadius: '12px'
99
- },
100
- '& .MuiInputLabel-shrink': {
101
- marginLeft: '1px',
102
- paddingLeft: '4px',
103
- paddingRight: 0,
104
- background: 'white',
105
- paddingTop: 0
106
- },
107
- '& .MuiInputLabel-root': {
108
- fontFamily: 'Poppins'
109
- },
110
- '& .MuiInputBase-inputSizeSmall': {
111
- fontFamily: 'Poppins'
112
- },
113
- '&.Mui-focused fieldset': {
114
- borderColor: outlineColor
115
- }
95
+ alignItems: multiline ? 'flex-start' : 'center'
116
96
  },
117
- '& label.Mui-focused': {
118
- color: labelColor
97
+ '& .MuiAutocomplete-inputRoot': {
98
+ paddingLeft: '10px !important',
99
+ borderRadius: '12px'
119
100
  },
120
- '& .MuiInputLabel-outlined, & .MuiInputLabel-filled': {
101
+ '& .MuiInputLabel-outlined': {
121
102
  paddingLeft: '10px',
122
103
  color: labelColor,
123
104
  paddingTop: '4px'
105
+ },
106
+ '& .MuiInputLabel-shrink': {
107
+ marginLeft: '1px',
108
+ paddingLeft: '4px',
109
+ paddingRight: 0,
110
+ background: 'white',
111
+ paddingTop: 0
112
+ },
113
+ '& .MuiInputLabel-root': {
114
+ fontFamily: 'Poppins'
115
+ },
116
+ '& .MuiInputBase-inputSizeSmall': {
117
+ fontFamily: 'Poppins'
124
118
  }
125
119
  };
126
120
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sag_components",
3
- "version": "1.0.540",
3
+ "version": "1.0.541",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {