@mgdis/mg-components 5.11.0 → 5.11.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.
@@ -6,7 +6,7 @@ export declare class MgInputCheckbox {
6
6
  * Internal *
7
7
  ************/
8
8
  private inputs;
9
- private popover;
9
+ private mgPopover;
10
10
  private messages;
11
11
  private hasDisplayedError;
12
12
  private baseClassName;
@@ -6,7 +6,7 @@ export declare class MgPopover {
6
6
  * Internal *
7
7
  ************/
8
8
  private popper;
9
- private popover;
9
+ private mgPopover;
10
10
  private closeButtonId;
11
11
  private windows;
12
12
  private resizeObserver;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mgdis/mg-components",
3
- "version": "5.11.0",
3
+ "version": "5.11.1",
4
4
  "description": "MG Components",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",