@bytebrand/fe-ui-core 4.2.171 → 4.2.172

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.171",
3
+ "version": "4.2.172",
4
4
  "description": "UI components for the auto.de project",
5
5
  "main": "index.ts",
6
6
  "module": "dist/common.js",
@@ -2,7 +2,7 @@
2
2
  @import '../../../../theme/mixins.styl'
3
3
 
4
4
  .container
5
- padding: 8px 8px 16px
5
+ padding: 8px 8px 0px
6
6
  border-top: 1px solid rgba(76,78,100,0.12);
7
7
 
8
8
  +media-tablet-landscape-up()
@@ -44,6 +44,7 @@
44
44
  padding-bottom: 8px
45
45
  grid-area: addresses
46
46
  display: grid
47
+ row-gap: 12px
47
48
 
48
49
  .orderPriceSection
49
50
  grid-area: orderPrice
@@ -62,4 +62,5 @@
62
62
  font-size: 14px
63
63
  font-weight: 700
64
64
  line-height: 16px
65
- margin-bottom: 12px
65
+ margin-bottom: 12px
66
+ padding: 0 5px
@@ -434,7 +434,7 @@ class FiltersContainer extends React.Component<IFiltersContainerProps, {}> {
434
434
  value={VEHICLE_ID.value}
435
435
  onChange={this.onVehicleIdChange}
436
436
  size='custom'
437
- label='z.B: FCEE67'
437
+ placeholder='z.B: FCEE67'
438
438
  />
439
439
  </div>
440
440
  {this.renderFilters()}