@muraldevkit/ui-toolkit 2.64.0 → 2.65.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.
@@ -30,6 +30,10 @@ export declare const PORTAL_LAYERS: {
30
30
  readonly name: "mrl-tooltip-portal";
31
31
  readonly zIndex: 50006;
32
32
  };
33
+ readonly TOP: {
34
+ readonly name: "mrl-top-portal";
35
+ readonly zIndex: 50007;
36
+ };
33
37
  };
34
38
  /**
35
39
  * Get the current portal layer based on the provided element
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@muraldevkit/ui-toolkit",
3
- "version": "2.64.0",
3
+ "version": "2.65.0",
4
4
  "description": "Mural's UI Toolkit",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",