@neoaxis/nectar-react 0.1.2 → 0.1.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.
@@ -1962,7 +1962,7 @@ body.has-overlay [role="tooltip"] {
1962
1962
  0 10px 38px -10px rgba(0, 0, 0, 0.5),
1963
1963
  0 10px 20px -15px rgba(0, 0, 0, 0.5);
1964
1964
  outline: none;
1965
- z-index: 90;
1965
+ z-index: 110;
1966
1966
  }
1967
1967
 
1968
1968
  /* ─── Item ───────────────────────────────────────────────────────────────────── */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neoaxis/nectar-react",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "type": "module",
5
5
  "main": "./dist/nectar.js",
6
6
  "module": "./dist/nectar.js",