@kolkrabbi/kol-component 0.12.1 → 0.12.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.
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.3",
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",
@@ -23,7 +23,7 @@
23
23
  "dependencies": {
24
24
  "@floating-ui/react": "^0.27.19",
25
25
  "embla-carousel-react": "^8.6.0",
26
- "@kolkrabbi/kol-icons": "0.7.1"
26
+ "@kolkrabbi/kol-icons": "0.8.0"
27
27
  },
28
28
  "peerDependencies": {
29
29
  "react": "^18.3.0 || ^19.0.0",
@@ -156,7 +156,7 @@ export default function ShellDrawer({
156
156
  aria-label="Close"
157
157
  className="ml-auto flex h-8 w-8 shrink-0 items-center justify-center rounded-md border-0 bg-transparent cursor-pointer text-fg-64 transition-colors hover:bg-fg-08 hover:text-emphasis"
158
158
  >
159
- <Icon name="close" size={14} />
159
+ <Icon name="x" size={14} />
160
160
  </button>
161
161
  </div>
162
162
  <div className="flex-1 overflow-y-auto pr-1" style={{ overflowAnchor: 'none' }}>
@@ -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"