@kolkrabbi/kol-component 0.115.0 → 0.116.0

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.115.0",
3
+ "version": "0.116.0",
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",
@@ -131,7 +131,7 @@ export default function ShellSearchOverlay({
131
131
  }
132
132
 
133
133
  return (
134
- <div className="fixed inset-0 z-[300] flex items-start justify-center pt-[20vh]">
134
+ <div className="fixed inset-0 flex items-start justify-center pt-[20vh]" style={{ zIndex: 'var(--kol-z-modal, 100)' }}>
135
135
  <div
136
136
  className="absolute inset-0 kol-overlay-scrim"
137
137
  onClick={onClose}