minka-ds 0.2.6 → 0.2.7

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": "minka-ds",
3
- "version": "0.2.6",
3
+ "version": "0.2.7",
4
4
  "description": "Minka product design system — tokenized component library",
5
5
  "license": "MIT",
6
6
  "files": [
@@ -110,7 +110,7 @@ function ComboboxContent({
110
110
  align={align}
111
111
  alignOffset={alignOffset}
112
112
  anchor={anchor}
113
- className="isolate [z-index:var(--z-dropdown)]"
113
+ className="isolate [z-index:var(--z-floating)]"
114
114
  >
115
115
  <ComboboxPrimitive.Popup
116
116
  data-slot="combobox-content"