@cytario/design 9.3.0 → 9.4.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": "@cytario/design",
3
- "version": "9.3.0",
3
+ "version": "9.4.0",
4
4
  "description": "Cytario design system and brand portal",
5
5
  "repository": {
6
6
  "type": "git",
@@ -391,6 +391,10 @@
391
391
  --radius-lg: 12px;
392
392
  --radius-xl: 16px;
393
393
 
394
+ /* Tooltip must paint above React Aria overlays (Menu, Dialog, Popover),
395
+ * which useOverlayPosition forces to zIndex 100000. */
396
+ --z-index-tooltip: 100001;
397
+
394
398
  /* Font sizes, weights, and line heights use Tailwind v4 defaults (rem-based, with line-height pairing). */
395
399
 
396
400
  --color-purple-50: var(--color-purple-50);