@bytebrand/fe-ui-core 4.2.197 → 4.2.199

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.2.197",
3
+ "version": "4.2.199",
4
4
  "description": "UI components for the auto.de project",
5
5
  "main": "index.ts",
6
6
  "module": "dist/common.js",
@@ -30,6 +30,9 @@
30
30
  [class*='MuiPickersToolbar-toolbar']
31
31
  background-color: #005CCB !important;
32
32
 
33
+ [class*='MuiStepIcon-root'][class*='Mui-active']
34
+ color: #005CCB !important;
35
+
33
36
 
34
37
  // @import '../../../theme/mixins.styl'
35
38
 
@@ -21,7 +21,7 @@ export const Theme = createTheme({
21
21
  },
22
22
  ['&.Mui-focused + [data-popper-placement*="bottom"] .MuiOutlinedInput-notchedOutline']: {
23
23
  ...(ownerState.name === 'mobileSearch' && { // tslint:disable-line
24
- borderTop: isMobileOnly ? '2px solid #1976d2' : 0
24
+ borderTop: isMobileOnly ? '2px solid #005CCB' : 0
25
25
  })
26
26
  },
27
27
  ['&.Mui-focused .MuiInputLabel-root']: {
@@ -38,9 +38,9 @@ export const Theme = createTheme({
38
38
  ['&.Mui-focused + [data-popper-placement*="top"] > .MuiPaper-root']: {
39
39
  borderBottomLeftRadius: 0,
40
40
  borderBottomRightRadius: 0,
41
- borderLeft: '2px solid #1976d2',
42
- borderRight: '2px solid #1976d2',
43
- borderTop: '2px solid #1976d2',
41
+ borderLeft: '2px solid #005CCB',
42
+ borderRight: '2px solid #005CCB',
43
+ borderTop: '2px solid #005CCB',
44
44
  ...(ownerState.error && { // tslint:disable-line
45
45
  borderColor: '#d32f2f'
46
46
  })
@@ -48,15 +48,15 @@ export const Theme = createTheme({
48
48
  ['&.Mui-focused + [data-popper-placement*="bottom"] > .MuiPaper-root']: {
49
49
  borderTopLeftRadius: 0,
50
50
  borderTopRightRadius: 0,
51
- borderLeft: '2px solid #1976d2',
52
- borderRight: '2px solid #1976d2',
53
- borderBottom: '2px solid #1976d2',
51
+ borderLeft: '2px solid #005CCB',
52
+ borderRight: '2px solid #005CCB',
53
+ borderBottom: '2px solid #005CCB',
54
54
  ...(ownerState.error && { // tslint:disable-line
55
55
  borderColor: '#d32f2f'
56
56
  }),
57
57
  marginTop: '-3px',
58
58
  ...(ownerState.name === 'mobileSearch' && { // tslint:disable-line
59
- borderTop: isMobileOnly ? '2px solid #1976d2' : 0,
59
+ borderTop: isMobileOnly ? '2px solid #005CCB' : 0,
60
60
  marginTop: 0,
61
61
  borderTopRightRadius: 4,
62
62
  borderTopLeftRadius: 4
@@ -37,8 +37,8 @@ export const Theme = createTheme({
37
37
  borderTopLeftRadius: 0,
38
38
  borderTopRightRadius: 0,
39
39
  transformOrigin: '0 0 !important',
40
- boxShadow: 'inset 2px 0px 0px 0px #1976d2, inset -2px 0px 0px 0px #1976d2',
41
- borderBottom: '2px solid #1976d2',
40
+ boxShadow: 'inset 2px 0px 0px 0px #005CCB, inset -2px 0px 0px 0px #005CCB',
41
+ borderBottom: '2px solid #005CCB',
42
42
  ['& > .MuiList-root']: {
43
43
  paddingRight: '0 !important',
44
44
  width: '100% !important'
@@ -48,12 +48,12 @@ export const Theme = createTheme({
48
48
  },
49
49
  ['::-webkit-scrollbar-track']: {
50
50
  background: '#fff',
51
- borderRight: '2px solid #1976d2',
51
+ borderRight: '2px solid #005CCB',
52
52
  boxShadow: 'inset -4px 0 0 0 #fff'
53
53
  },
54
54
  ['::-webkit-scrollbar-thumb']: {
55
55
  backgroundColor: '#e8e8e8',
56
- borderRight: '2px solid #1976d2',
56
+ borderRight: '2px solid #005CCB',
57
57
  boxShadow: 'inset -4px 0 0 0 #fff'
58
58
  },
59
59
  ['::-webkit-scrollbar-thumb:hover']: {
@@ -55,8 +55,9 @@
55
55
  border-bottom-right-radius: 10px;
56
56
 
57
57
  .vehicleId
58
- padding: 11px
58
+ padding: 10px
59
59
  background-color: #fff
60
+ border-bottom: 1px solid #e8e8e8;
60
61
 
61
62
  .vehicleIdLabel
62
63
  font-size: 14px