@cqa-lib/cqa-ui 1.0.69 → 1.0.70

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,18 +1,17 @@
1
1
  import { OverlayContainer } from '@angular/cdk/overlay';
2
2
  import * as i0 from "@angular/core";
3
3
  /**
4
- * Ensures Angular CDK overlay content (e.g., MatSelect, Datepicker panels, library dialogs)
5
- * is nested under an element with class="cqa-ui-root" so Tailwind utilities
6
- * configured with important: '.cqa-ui-root' are applied inside overlays.
4
+ * Custom overlay container that adds 'cqa-ui-root' class to individual overlay panes
5
+ * containing library components, rather than to the entire container.
7
6
  *
8
- * IMPORTANT: Only sets class="cqa-ui-root" when library overlays are present.
9
- * Portal Material dialogs should NOT have this class to prevent library CSS from affecting them.
7
+ * This ensures library CSS (scoped with .cqa-ui-root) only affects library overlays,
8
+ * not portal overlays that may be open simultaneously.
10
9
  */
11
10
  export declare class TailwindOverlayContainer extends OverlayContainer {
12
11
  private updateTimeout;
13
12
  protected _createContainer(): void;
14
- private observeLibraryOverlays;
15
- private updateContainerClass;
13
+ private observeOverlayPanes;
14
+ private updateOverlayPaneClasses;
16
15
  static ɵfac: i0.ɵɵFactoryDeclaration<TailwindOverlayContainer, never>;
17
16
  static ɵprov: i0.ɵɵInjectableDeclaration<TailwindOverlayContainer>;
18
17
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cqa-lib/cqa-ui",
3
- "version": "1.0.69",
3
+ "version": "1.0.70",
4
4
  "description": "UI Kit library for Angular 13.4",
5
5
  "keywords": [
6
6
  "angular",