@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="
|
|
2
|
-
<path d="M1.
|
|
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="
|
|
2
|
-
<
|
|
3
|
-
<
|
|
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,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
|
|
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:
|
|
38
|
-
color:
|
|
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:
|
|
57
|
-
color:
|
|
56
|
+
font-size: 16px
|
|
57
|
+
color: rgba(76, 78, 100, 0.68);
|
|
58
58
|
text-decoration: none
|
|
59
59
|
vertical-align: middle
|
|
60
60
|
|