@bytebrand/fe-ui-core 4.1.87 → 4.1.88

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bytebrand/fe-ui-core",
3
- "version": "4.1.87",
3
+ "version": "4.1.88",
4
4
  "description": "UI components for the auto.de project",
5
5
  "main": "index.ts",
6
6
  "module": "dist/common.js",
@@ -6,7 +6,6 @@
6
6
  display: flex
7
7
  flex-direction: row
8
8
  align-items: center
9
- padding: 5px 0
10
9
  margin-bottom: 10px;
11
10
  margin-top: 10px;
12
11
  box-sizing: border-box
@@ -46,10 +45,14 @@
46
45
  font-weight: 700
47
46
 
48
47
  .sorting
49
- min-width: 140px;
48
+ min-width: 181px;
50
49
  max-width: 285px;
50
+ height: 100%;
51
+ [class*='MuiPaper-root'], [class*='MuiFormControl-root-MuiTextField-root']
52
+ height: 100%
51
53
  [class*='MuiPaper-root'], [class*='MuiOutlinedInput-root']
52
54
  font-size: 14px !important
55
+ height: 100%
53
56
 
54
57
  .saveSearch
55
58
  flex-basis: 20%
@@ -82,6 +85,8 @@
82
85
 
83
86
  .select
84
87
  min-width: 0
88
+ height:100%
89
+
85
90
 
86
91
  +media-tablet-down()
87
92
  .sorting
@@ -74,7 +74,7 @@ class SearchTopBar extends React.Component<ISearchTopBarProps, {}> {
74
74
  />
75
75
  :
76
76
  <MaterialAutocomplete
77
- size={'custom'}
77
+ size={'small'}
78
78
  freeSolo={false}
79
79
  disabled={!resultsCount}
80
80
  className={styles.select}