@bytebrand/fe-ui-core 4.1.108 → 4.1.109

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.
@@ -1,3 +1,3 @@
1
- <svg width="5" height="8" viewBox="0 0 5 8" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M1.28613 1L4.30811 3.8125L1.28613 7" stroke="#989898" stroke-linecap="round" stroke-linejoin="round"/>
1
+ <svg width="7" height="10" viewBox="0 0 7 10" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M1.3332 0L0.158203 1.175L3.97487 5L0.158203 8.825L1.3332 10L6.3332 5L1.3332 0Z" fill="#4C4E64" fill-opacity="0.54"/>
3
3
  </svg>
@@ -1,10 +1,8 @@
1
- <svg width="47" height="46" viewBox="0 0 47 46" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0)">
3
- <path d="M7.90179 46.2784C7.37445 46.0885 7.19515 45.9198 6.97367 45.4241C6.78382 45.0233 6.77328 44.4537 6.77328 35.4573V25.9018L7.01585 25.4377C7.26898 24.9315 7.94398 24.4885 8.46078 24.4885C8.97757 24.4885 9.65257 24.9315 9.91624 25.4377L10.1483 25.9018V34.4764V43.051H23.6483H37.1483V30.3209V17.5803L30.3772 10.8092L23.5955 4.02757L13.0487 14.5639C3.8307 23.7819 2.44906 25.1213 2.07992 25.2162C1.22562 25.4377 0.38187 24.9526 0.118198 24.0877C-0.177115 23.0963 -0.852115 23.8557 11.4983 11.4948C21.4018 1.60179 22.8045 0.230698 23.2053 0.114682C24.1967 -0.170084 23.4373 -0.855631 35.7561 11.442C44.6471 20.3225 46.9885 22.7272 47.1256 23.0752C47.5791 24.2565 46.3557 25.5537 45.1112 25.2162C44.7737 25.1213 44.2991 24.71 42.6116 23.033L40.5233 20.9659V32.8838C40.5233 41.5006 40.4916 44.9073 40.4073 45.1709C40.228 45.7088 39.7217 46.1834 39.1944 46.31C38.4666 46.4998 8.42914 46.4577 7.90179 46.2784Z" fill="#757575"/>
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <mask id="mask0_8848_71350" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
3
+ <rect width="24" height="24" fill="#D9D9D9"/>
4
+ </mask>
5
+ <g mask="url(#mask0_8848_71350)">
6
+ <path d="M6 19H9.35V13.05H14.65V19H18V10L12 5.475L6 10V19ZM6 20.5C5.58333 20.5 5.22933 20.354 4.938 20.062C4.646 19.7707 4.5 19.4167 4.5 19V10C4.5 9.76667 4.554 9.54167 4.662 9.325C4.77067 9.10833 4.91667 8.93333 5.1 8.8L11.1 4.275C11.2333 4.175 11.375 4.104 11.525 4.062C11.675 4.02067 11.8333 4 12 4C12.1667 4 12.325 4.02067 12.475 4.062C12.625 4.104 12.7667 4.175 12.9 4.275L18.9 8.8C19.0833 8.93333 19.229 9.10833 19.337 9.325C19.4457 9.54167 19.5 9.76667 19.5 10V19C19.5 19.4167 19.354 19.7707 19.062 20.062C18.7707 20.354 18.4167 20.5 18 20.5H13.15V14.55H10.85V20.5H6Z" fill="#4C4E64" fill-opacity="0.68"/>
4
7
  </g>
5
- <defs>
6
- <clipPath id="clip0">
7
- <rect width="47" height="46" fill="white"/>
8
- </clipPath>
9
- </defs>
10
8
  </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bytebrand/fe-ui-core",
3
- "version": "4.1.108",
3
+ "version": "4.1.109",
4
4
  "description": "UI components for the auto.de project",
5
5
  "main": "index.ts",
6
6
  "module": "dist/common.js",
@@ -1,5 +1,4 @@
1
1
  @import '../../theme/mixins.styl'
2
- @import '../../theme/theme.styl'
3
2
 
4
3
  .breadcrumbsWrap
5
4
  display none
@@ -8,11 +7,12 @@
8
7
  align-items: center;
9
8
  justify-content: space-between;
10
9
  display: flex;
11
- border: 1px solid $grey-trans
10
+ border: 1px solid rgba(76, 78, 100, 0.12);
12
11
  background-color: #fff;
13
12
  margin 8px 0;
14
13
  padding 0 12px;
15
14
  height: 44px;
15
+ border-radius: 6px;
16
16
 
17
17
  .breadcrumbs
18
18
  padding-right: 15px;
@@ -34,8 +34,8 @@
34
34
  display: inline-block
35
35
  position: relative
36
36
  margin-right: 20px
37
- font-size: 12px
38
- color: $grey-3
37
+ font-size: 16px
38
+ color: rgba(76, 78, 100, 0.68);
39
39
  text-decoration: none
40
40
  // vertical-align: middle
41
41
 
@@ -53,8 +53,8 @@
53
53
  display: inline-block
54
54
  position: relative
55
55
  margin-right: 20px
56
- font-size: 12px
57
- color: $grey-3
56
+ font-size: 16px
57
+ color: rgba(76, 78, 100, 0.68);
58
58
  text-decoration: none
59
59
  vertical-align: middle
60
60