@evoke-platform/ui-components 1.0.0-dev.149 → 1.0.0-dev.150

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.
@@ -5,17 +5,10 @@ import UIThemeProvider from '../../../theme';
5
5
  const Select = (props) => {
6
6
  var _a;
7
7
  return (React.createElement(UIThemeProvider, null,
8
- React.createElement(MUISelect, Object.assign({}, props, { sx: {
9
- '& .MuiOutlinedInput-notchedOutline': {
8
+ React.createElement(MUISelect, Object.assign({}, props, { sx: Object.assign({ '& .MuiOutlinedInput-notchedOutline': {
10
9
  border: props.readOnly ? 'none' : 'auto',
11
- },
12
- '& .MuiInputBase-input.Mui-disabled': {
10
+ }, '& .MuiInputBase-input.Mui-disabled': {
13
11
  WebkitTextFillColor: props.readOnly ? 'black' : 'auto',
14
- },
15
- backgroundColor: props.readOnly ? '#f4f6f8' : 'auto',
16
- height: props.readOnly ? '40px' : 'auto',
17
- margin: props.readOnly ? '0px 5px' : 'auto',
18
- borderRadius: '8px',
19
- }, IconComponent: (_a = props.IconComponent) !== null && _a !== void 0 ? _a : ((iconProps) => React.createElement(ExpandMore, Object.assign({}, iconProps))) }))));
12
+ }, backgroundColor: props.readOnly ? '#f4f6f8' : 'auto', height: props.readOnly ? '40px' : 'auto', margin: props.readOnly ? '0px 5px' : 'auto', borderRadius: '8px' }, props.sx), IconComponent: (_a = props.IconComponent) !== null && _a !== void 0 ? _a : ((iconProps) => React.createElement(ExpandMore, Object.assign({}, iconProps))) }))));
20
13
  };
21
14
  export default Select;
@@ -56,7 +56,6 @@ const BuilderGrid = (props) => {
56
56
  }, '& .MuiDataGrid-columnHeaderTitle': {
57
57
  color: '#637381',
58
58
  fontWeight: 700,
59
- marginLeft: '6px',
60
59
  }, '& .MuiDataGrid-iconButtonContainer': {
61
60
  marginLeft: '4px',
62
61
  }, height: 'calc(100vh - 240px)' }, rest.sx), getRowId: (row) => row.id, disableColumnMenu: true, initialState: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evoke-platform/ui-components",
3
- "version": "1.0.0-dev.149",
3
+ "version": "1.0.0-dev.150",
4
4
  "description": "",
5
5
  "main": "dist/published/index.js",
6
6
  "module": "dist/published/index.js",