@still-forest/canopy 0.63.0 → 0.64.1

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/README.md CHANGED
@@ -63,6 +63,16 @@ Override any Canopy design tokens by redefining CSS variables after the import:
63
63
  }
64
64
  ```
65
65
 
66
+ ## z-index layering
67
+
68
+ Overlay components use a tiered z-index system to ensure correct stacking when nested:
69
+
70
+ | z-index | Layer | Components |
71
+ |---------|-------|------------|
72
+ | `50` | Panels | Sheet |
73
+ | `55` | Modals | Dialog |
74
+ | `60` | Floating | Popover, DropdownMenu |
75
+
66
76
  ## Testing locally
67
77
 
68
78
  ### Using pnpm link