@bytebrand/fe-ui-core 4.2.42 → 4.2.44

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.42",
3
+ "version": "4.2.44",
4
4
  "description": "UI components for the auto.de project",
5
5
  "main": "index.ts",
6
6
  "module": "dist/common.js",
@@ -9,7 +9,7 @@
9
9
 
10
10
  +media-phone-up()
11
11
  max-width: 336px;
12
- padding-right: 16px;
12
+ padding-right: 14px;
13
13
  &::after
14
14
  content: '';
15
15
  position: absolute;
@@ -73,9 +73,9 @@
73
73
  .labelContent
74
74
  flex: 1 1 auto
75
75
  color: $grey-3;
76
- @media (min-width: 1040px) and (max-width: 1112px)
76
+ @media (min-width: 990px) and (max-width: 1112px)
77
77
  max-width: 230px
78
- padding:0px!important
78
+ padding-right: 10px !important;
79
79
 
80
80
  .icon
81
81
  display: block
@@ -173,7 +173,8 @@
173
173
 
174
174
  [class*='labelContent']
175
175
  font-size: 12px
176
- padding-right: 62px;
176
+ +media-phone-up()
177
+ padding-right: 62px;
177
178
 
178
179
 
179
180
  .checkBoxGroup