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