l-min-components 1.0.1096 → 1.0.1098
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": "l-min-components",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1098",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"src/assets",
|
|
@@ -50,7 +50,6 @@
|
|
|
50
50
|
"react-icons": "^4.8.0",
|
|
51
51
|
"react-image": "^4.1.0",
|
|
52
52
|
"react-input-emoji": "^5.3.1",
|
|
53
|
-
"react-lottie": "^1.2.4",
|
|
54
53
|
"react-mic": "^12.4.6",
|
|
55
54
|
"react-modal": "^3.16.1",
|
|
56
55
|
"react-player": "^2.15.1",
|
|
@@ -103,7 +103,7 @@ export const DevBannerWrapper = styled.div`
|
|
|
103
103
|
flex-direction: column;
|
|
104
104
|
align-items: center;
|
|
105
105
|
text-align: center;
|
|
106
|
-
height:
|
|
106
|
+
height: 535px;
|
|
107
107
|
width: 182px;
|
|
108
108
|
margin: 0 auto;
|
|
109
109
|
}
|
|
@@ -128,7 +128,7 @@ export const DevBannerWrapper = styled.div`
|
|
|
128
128
|
font-weight: 600;
|
|
129
129
|
letter-spacing: 0.36px;
|
|
130
130
|
margin-bottom: 20px;
|
|
131
|
-
line-height: 1;
|
|
131
|
+
line-height: 1.1;
|
|
132
132
|
}
|
|
133
133
|
.dev_banner_txt {
|
|
134
134
|
color: #fff;
|
|
@@ -138,6 +138,7 @@ export const DevBannerWrapper = styled.div`
|
|
|
138
138
|
font-weight: 400;
|
|
139
139
|
letter-spacing: 0.32px;
|
|
140
140
|
margin-bottom: 20px;
|
|
141
|
+
line-height: 1.2;
|
|
141
142
|
}
|
|
142
143
|
|
|
143
144
|
img {
|
|
@@ -531,7 +531,7 @@ const HeaderComponent = (props) => {
|
|
|
531
531
|
setIsOpen();
|
|
532
532
|
}}
|
|
533
533
|
>
|
|
534
|
-
{(!isDeveloper || !window.location.hostname.includes("coming")) && ( // when developer and on staging, don't show
|
|
534
|
+
{/* {(!isDeveloper || !window.location.hostname.includes("coming")) && ( // when developer and on staging, don't show
|
|
535
535
|
<SearchInputGroup>
|
|
536
536
|
<SearchIcon />
|
|
537
537
|
<SearchInput
|
|
@@ -547,11 +547,11 @@ const HeaderComponent = (props) => {
|
|
|
547
547
|
|
|
548
548
|
{searchResultOpen && (
|
|
549
549
|
<div className="search-result-wrapper">
|
|
550
|
-
<p
|
|
550
|
+
<p></p>
|
|
551
551
|
</div>
|
|
552
552
|
)}
|
|
553
553
|
</SearchInputGroup>
|
|
554
|
-
)}
|
|
554
|
+
)} */}
|
|
555
555
|
|
|
556
556
|
<div className="language_dropdown" onClick={(e) => e.stopPropagation()}>
|
|
557
557
|
<div
|