@muraldevkit/ui-toolkit 4.47.5 → 4.47.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.
@@ -18,6 +18,10 @@ export declare const PORTAL_LAYERS: {
18
18
  readonly name: "mrl-popover-portal";
19
19
  readonly zIndex: 50003;
20
20
  };
21
+ readonly POPOVER_MENU: {
22
+ readonly name: "mrl-popover-menu-portal";
23
+ readonly zIndex: 50004;
24
+ };
21
25
  readonly CALLOUT: {
22
26
  readonly name: "mrl-callout-portal";
23
27
  readonly zIndex: 50004;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@muraldevkit/ui-toolkit",
3
- "version": "4.47.5",
3
+ "version": "4.47.6",
4
4
  "description": "Mural's UI Toolkit",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",