@kolkrabbi/kol-component 0.12.7 → 0.12.8
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": "@kolkrabbi/kol-component",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.8",
|
|
4
4
|
"description": "KOL design-system components — atoms through organisms, emitting canonical kol-* classes. Pairs with @kolkrabbi/kol-theme for styling.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -150,7 +150,8 @@ const ContentFilters = ({
|
|
|
150
150
|
style={{
|
|
151
151
|
height: 28,
|
|
152
152
|
width: searchOpen ? 200 : 28,
|
|
153
|
-
background: searchOpen ? 'var(--kol-
|
|
153
|
+
background: searchOpen ? 'var(--kol-fg-04)' : 'transparent',
|
|
154
|
+
border: searchOpen ? '1px solid var(--kol-fg-08)' : '1px solid transparent',
|
|
154
155
|
transition: 'width 600ms cubic-bezier(0.16, 1, 0.3, 1), background 400ms cubic-bezier(0.16, 1, 0.3, 1)',
|
|
155
156
|
overflow: 'hidden',
|
|
156
157
|
}}
|