@bikdotai/bik-component-library 0.0.786-beta.10 → 0.0.786-beta.11
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: auto;
|
|
10
10
|
height: 100vh;
|
|
11
11
|
|
|
12
12
|
.bik-header-logo {
|
|
@@ -26,7 +26,6 @@
|
|
|
26
26
|
`,a=o.default.div`
|
|
27
27
|
margin: 0px 0px 16px;
|
|
28
28
|
`,d=o.default.div``,s=o.default.div`
|
|
29
|
-
position: relative;
|
|
30
29
|
padding: 0px 6px;
|
|
31
30
|
margin-bottom: 6px;
|
|
32
31
|
> * {
|
|
@@ -64,7 +63,7 @@
|
|
|
64
63
|
z-index: 1;
|
|
65
64
|
}
|
|
66
65
|
`}}
|
|
67
|
-
`,
|
|
66
|
+
`,x=o.default.div`
|
|
68
67
|
display: flex;
|
|
69
68
|
flex-direction: column;
|
|
70
69
|
border-radius: 10px;
|
|
@@ -101,7 +100,8 @@
|
|
|
101
100
|
@media (min-height: 768px) {
|
|
102
101
|
position: absolute;
|
|
103
102
|
bottom: 64px;
|
|
104
|
-
|
|
103
|
+
left: 6px;
|
|
104
|
+
right: 6px;
|
|
105
105
|
}
|
|
106
106
|
`}}
|
|
107
107
|
|
|
@@ -109,7 +109,8 @@
|
|
|
109
109
|
@media (min-height: 768px) {
|
|
110
110
|
position: absolute;
|
|
111
111
|
bottom: 0px;
|
|
112
|
-
|
|
112
|
+
left: 6px;
|
|
113
|
+
right: 6px;
|
|
113
114
|
}
|
|
114
115
|
`}}
|
|
115
116
|
|
|
@@ -117,14 +118,15 @@
|
|
|
117
118
|
@media (min-height: 768px) {
|
|
118
119
|
position: absolute;
|
|
119
120
|
bottom: ${i}px;
|
|
120
|
-
|
|
121
|
+
left: 6px;
|
|
122
|
+
right: 6px;
|
|
121
123
|
}
|
|
122
124
|
`}}
|
|
123
|
-
`,
|
|
125
|
+
`,c=o.default.div`
|
|
124
126
|
display: flex;
|
|
125
127
|
flex-direction: row;
|
|
126
128
|
cursor: pointer;
|
|
127
|
-
`,
|
|
129
|
+
`,u=o.default(t.BodyTiny)`
|
|
128
130
|
user-select: none;
|
|
129
131
|
color: ${e=>{let{isActive:t}=e;return t?i.COLORS.content.primaryInverse:i.COLORS.content.secondaryInverse}};
|
|
130
132
|
margin-bottom: 0px;
|
|
@@ -279,4 +281,4 @@
|
|
|
279
281
|
border-radius: 8px;
|
|
280
282
|
}
|
|
281
283
|
}
|
|
282
|
-
`;exports.MainSideBarV2MenuWrapper=a,exports.SibeBarV2MenuItem=d,exports.SideBarV2Container=n,exports.SidebarLockedChannel=b,exports.SidebarMainMenu=s,exports.SidebarMenuItemContainer=
|
|
284
|
+
`;exports.MainSideBarV2MenuWrapper=a,exports.SibeBarV2MenuItem=d,exports.SideBarV2Container=n,exports.SidebarLockedChannel=b,exports.SidebarMainMenu=s,exports.SidebarMenuItemContainer=c,exports.SidebarMenuItemInner=x,exports.SidebarMenuItemText=u,exports.SidebarNewTag=p,exports.SidebarV2PopupContainer=g,exports.SimpleSidebarV2Container=l;
|
|
@@ -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 a=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: auto;
|
|
10
10
|
height: 100vh;
|
|
11
11
|
|
|
12
12
|
.bik-header-logo {
|
|
@@ -23,10 +23,9 @@ 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
|
+
`,d=e.div`
|
|
27
27
|
margin: 0px 0px 16px;
|
|
28
28
|
`,p=e.div``,s=e.div`
|
|
29
|
-
position: relative;
|
|
30
29
|
padding: 0px 6px;
|
|
31
30
|
margin-bottom: 6px;
|
|
32
31
|
> * {
|
|
@@ -48,7 +47,7 @@ import e,{css as t}from"styled-components";import{BodyTiny as i}from"../../Typog
|
|
|
48
47
|
z-index: 1;
|
|
49
48
|
}
|
|
50
49
|
`}}
|
|
51
|
-
`,
|
|
50
|
+
`,x=e.div`
|
|
52
51
|
position: absolute;
|
|
53
52
|
right: 10px;
|
|
54
53
|
margin-top: -5px;
|
|
@@ -64,7 +63,7 @@ import e,{css as t}from"styled-components";import{BodyTiny as i}from"../../Typog
|
|
|
64
63
|
z-index: 1;
|
|
65
64
|
}
|
|
66
65
|
`}}
|
|
67
|
-
`,
|
|
66
|
+
`,c=e.div`
|
|
68
67
|
display: flex;
|
|
69
68
|
flex-direction: column;
|
|
70
69
|
border-radius: 10px;
|
|
@@ -101,7 +100,8 @@ import e,{css as t}from"styled-components";import{BodyTiny as i}from"../../Typog
|
|
|
101
100
|
@media (min-height: 768px) {
|
|
102
101
|
position: absolute;
|
|
103
102
|
bottom: 64px;
|
|
104
|
-
|
|
103
|
+
left: 6px;
|
|
104
|
+
right: 6px;
|
|
105
105
|
}
|
|
106
106
|
`}}
|
|
107
107
|
|
|
@@ -109,7 +109,8 @@ import e,{css as t}from"styled-components";import{BodyTiny as i}from"../../Typog
|
|
|
109
109
|
@media (min-height: 768px) {
|
|
110
110
|
position: absolute;
|
|
111
111
|
bottom: 0px;
|
|
112
|
-
|
|
112
|
+
left: 6px;
|
|
113
|
+
right: 6px;
|
|
113
114
|
}
|
|
114
115
|
`}}
|
|
115
116
|
|
|
@@ -117,7 +118,8 @@ import e,{css as t}from"styled-components";import{BodyTiny as i}from"../../Typog
|
|
|
117
118
|
@media (min-height: 768px) {
|
|
118
119
|
position: absolute;
|
|
119
120
|
bottom: ${i}px;
|
|
120
|
-
|
|
121
|
+
left: 6px;
|
|
122
|
+
right: 6px;
|
|
121
123
|
}
|
|
122
124
|
`}}
|
|
123
125
|
`,l=e.div`
|
|
@@ -279,4 +281,4 @@ import e,{css as t}from"styled-components";import{BodyTiny as i}from"../../Typog
|
|
|
279
281
|
border-radius: 8px;
|
|
280
282
|
}
|
|
281
283
|
}
|
|
282
|
-
`;export{
|
|
284
|
+
`;export{d as MainSideBarV2MenuWrapper,p as SibeBarV2MenuItem,a as SideBarV2Container,x as SidebarLockedChannel,s as SidebarMainMenu,l as SidebarMenuItemContainer,c as SidebarMenuItemInner,u as SidebarMenuItemText,b as SidebarNewTag,m as SidebarV2PopupContainer,g as SimpleSidebarV2Container};
|