@bikdotai/bik-component-library 0.0.786-beta.8 → 0.0.786-beta.9
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.
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
top: 0;
|
|
7
7
|
left: 0;
|
|
8
8
|
z-index: 10;
|
|
9
|
-
overflow-y:
|
|
9
|
+
overflow-y: hidden;
|
|
10
10
|
height: 100vh;
|
|
11
11
|
|
|
12
12
|
.bik-header-logo {
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
`,a=o.default.div`
|
|
27
27
|
margin: 0px 0px 16px;
|
|
28
28
|
`,d=o.default.div``,s=o.default.div`
|
|
29
|
-
|
|
30
|
-
padding: 0px
|
|
29
|
+
position: relative;
|
|
30
|
+
padding: 0px 6px;
|
|
31
31
|
margin-bottom: 6px;
|
|
32
32
|
> * {
|
|
33
33
|
gap: 4px;
|
|
@@ -161,7 +161,7 @@
|
|
|
161
161
|
position: absolute;
|
|
162
162
|
right: 100%;
|
|
163
163
|
top: 0;
|
|
164
|
-
width:
|
|
164
|
+
width: 6px;
|
|
165
165
|
height: 100%;
|
|
166
166
|
}
|
|
167
167
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import e,{css as t}from"styled-components";import{BodyTiny as i}from"../../TypographyStyle.js";import{COLORS as o,BASE_COLORS as r,FONTS as n}from"../../../constants/Theme.js";const
|
|
1
|
+
import e,{css as t}from"styled-components";import{BodyTiny as i}from"../../TypographyStyle.js";import{COLORS as o,BASE_COLORS as r,FONTS as n}from"../../../constants/Theme.js";const d=e.div`
|
|
2
2
|
background-color: #28034e;
|
|
3
3
|
width: 72px;
|
|
4
4
|
justify-content: space-between;
|
|
@@ -6,7 +6,7 @@ import e,{css as t}from"styled-components";import{BodyTiny as i}from"../../Typog
|
|
|
6
6
|
top: 0;
|
|
7
7
|
left: 0;
|
|
8
8
|
z-index: 10;
|
|
9
|
-
overflow-y:
|
|
9
|
+
overflow-y: hidden;
|
|
10
10
|
height: 100vh;
|
|
11
11
|
|
|
12
12
|
.bik-header-logo {
|
|
@@ -23,11 +23,11 @@ import e,{css as t}from"styled-components";import{BodyTiny as i}from"../../Typog
|
|
|
23
23
|
object-fit: container;
|
|
24
24
|
}
|
|
25
25
|
}
|
|
26
|
-
`,
|
|
26
|
+
`,a=e.div`
|
|
27
27
|
margin: 0px 0px 16px;
|
|
28
28
|
`,p=e.div``,s=e.div`
|
|
29
|
-
|
|
30
|
-
padding: 0px
|
|
29
|
+
position: relative;
|
|
30
|
+
padding: 0px 6px;
|
|
31
31
|
margin-bottom: 6px;
|
|
32
32
|
> * {
|
|
33
33
|
gap: 4px;
|
|
@@ -120,11 +120,11 @@ import e,{css as t}from"styled-components";import{BodyTiny as i}from"../../Typog
|
|
|
120
120
|
width: 85%;
|
|
121
121
|
}
|
|
122
122
|
`}}
|
|
123
|
-
`,
|
|
123
|
+
`,l=e.div`
|
|
124
124
|
display: flex;
|
|
125
125
|
flex-direction: row;
|
|
126
126
|
cursor: pointer;
|
|
127
|
-
`,
|
|
127
|
+
`,u=e(i)`
|
|
128
128
|
user-select: none;
|
|
129
129
|
color: ${e=>{let{isActive:t}=e;return t?o.content.primaryInverse:o.content.secondaryInverse}};
|
|
130
130
|
margin-bottom: 0px;
|
|
@@ -161,7 +161,7 @@ import e,{css as t}from"styled-components";import{BodyTiny as i}from"../../Typog
|
|
|
161
161
|
position: absolute;
|
|
162
162
|
right: 100%;
|
|
163
163
|
top: 0;
|
|
164
|
-
width:
|
|
164
|
+
width: 6px;
|
|
165
165
|
height: 100%;
|
|
166
166
|
}
|
|
167
167
|
}
|
|
@@ -279,4 +279,4 @@ import e,{css as t}from"styled-components";import{BodyTiny as i}from"../../Typog
|
|
|
279
279
|
border-radius: 8px;
|
|
280
280
|
}
|
|
281
281
|
}
|
|
282
|
-
`;export{
|
|
282
|
+
`;export{a as MainSideBarV2MenuWrapper,p as SibeBarV2MenuItem,d as SideBarV2Container,c as SidebarLockedChannel,s as SidebarMainMenu,l as SidebarMenuItemContainer,x as SidebarMenuItemInner,u as SidebarMenuItemText,b as SidebarNewTag,m as SidebarV2PopupContainer,g as SimpleSidebarV2Container};
|