@bikdotai/bik-component-library 0.0.455-beta.ppi-2 → 0.0.455-beta.ppi-3
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.
|
@@ -8,9 +8,15 @@
|
|
|
8
8
|
overflow-x: hidden;
|
|
9
9
|
|
|
10
10
|
::-webkit-scrollbar {
|
|
11
|
-
display: block
|
|
11
|
+
display: block;
|
|
12
|
+
width: 8px;
|
|
12
13
|
}
|
|
13
|
-
|
|
14
|
+
|
|
15
|
+
::-webkit-scrollbar-thumb {
|
|
16
|
+
background-color: #888;
|
|
17
|
+
border-radius: 8px;
|
|
18
|
+
}
|
|
19
|
+
`,d=o.default.div`
|
|
14
20
|
height: 64px;
|
|
15
21
|
background-color: ${e=>e.isDisabled?"#F0F0F0":e.isActive?t.COLORS.background.positive.light:"white"};
|
|
16
22
|
border-bottom: 1px solid #e0e0e0;
|
|
@@ -24,7 +30,7 @@
|
|
|
24
30
|
cursor: pointer;
|
|
25
31
|
background-color: ${t.COLORS.surface.hovered};
|
|
26
32
|
}
|
|
27
|
-
`,
|
|
33
|
+
`,n=o.default.div`
|
|
28
34
|
display: flex;
|
|
29
35
|
flex-direction: row;
|
|
30
36
|
justify-content: center;
|
|
@@ -81,10 +87,10 @@
|
|
|
81
87
|
position: sticky;
|
|
82
88
|
top: 0;
|
|
83
89
|
z-index: 10;
|
|
84
|
-
`,
|
|
90
|
+
`,u=o.default.div`
|
|
85
91
|
display: flex;
|
|
86
92
|
flex-direction: column;
|
|
87
|
-
`,
|
|
93
|
+
`,f=o.default.div`
|
|
88
94
|
min-height: 72px;
|
|
89
95
|
background: white;
|
|
90
96
|
padding: 12px 16px;
|
|
@@ -116,4 +122,4 @@
|
|
|
116
122
|
align-items: center;
|
|
117
123
|
border: 1px solid ${t.COLORS.stroke.primary};
|
|
118
124
|
border-radius: 4px;
|
|
119
|
-
`,exports.CollectionCardDetailStyle=a,exports.CollectionCardInfoStyle=
|
|
125
|
+
`,exports.CollectionCardDetailStyle=a,exports.CollectionCardInfoStyle=n,exports.CollectionCardStyle=d,exports.CollectionNameHolder=u,exports.ContainerStyle=r,exports.ProductCardStyle=x,exports.ProductScreenCollectionCardStyle=c,exports.ProductScreenHeader=p,exports.ScrollContainerStyle=l,exports.SelectedScreenHeader=s,exports.VariantCardGridStyle=g,exports.VariantCardListStyle=f;
|
|
@@ -8,7 +8,13 @@ import e from"styled-components";import{COLORS as i}from"../../constants/Theme.j
|
|
|
8
8
|
overflow-x: hidden;
|
|
9
9
|
|
|
10
10
|
::-webkit-scrollbar {
|
|
11
|
-
display: block
|
|
11
|
+
display: block;
|
|
12
|
+
width: 8px;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
::-webkit-scrollbar-thumb {
|
|
16
|
+
background-color: #888;
|
|
17
|
+
border-radius: 8px;
|
|
12
18
|
}
|
|
13
19
|
`,n=e.div`
|
|
14
20
|
height: 64px;
|