mtrl 0.5.5 → 0.5.6

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.
@@ -175,6 +175,12 @@ export interface MenuConfig {
175
175
  * @default false
176
176
  */
177
177
  visible?: boolean;
178
+ /**
179
+ * Container element to append the menu to
180
+ * If not provided, menu will be appended to document.body
181
+ * Use this when the menu needs to stay within a specific container (e.g., inside a dialog)
182
+ */
183
+ container?: HTMLElement | null;
178
184
  /**
179
185
  * Additional CSS classes to add to the menu
180
186
  */