@kolkrabbi/kol-component 0.12.1 → 0.12.2

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.1",
3
+ "version": "0.12.2",
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",
@@ -34,7 +34,7 @@ export default function TabsRow({ tabs = [], value, onChange, onClose, onMinimis
34
34
  }
35
35
 
36
36
  return (
37
- <div className="flex items-stretch gap-4 px-3 h-10">
37
+ <div className="flex items-stretch gap-4 h-10">
38
38
  {onClose && (
39
39
  <button
40
40
  type="button"