cleek 2.11.26 → 2.11.27

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.
@@ -1 +1,4 @@
1
1
  export declare function setBodyOverflow(visible: boolean): void;
2
+ export declare const POPUP_BASE_Z_INDEX = 1500;
3
+ export declare function acquirePopupZIndex(): number;
4
+ export declare function releasePopupZIndex(): void;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cleek",
3
3
  "description": "Complete UX Vue library",
4
- "version": "2.11.26",
4
+ "version": "2.11.27",
5
5
  "author": "Quantic Onion",
6
6
  "license": "MIT",
7
7
  "repository": "",