codexly-ui 0.0.37 → 0.0.38
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.
package/fesm2022/codexly-ui.mjs
CHANGED
|
@@ -11530,7 +11530,7 @@ class ClxProfileComponent {
|
|
|
11530
11530
|
// ── Outputs ─────────────────────────────────────────────────────────────────
|
|
11531
11531
|
menuAction = output();
|
|
11532
11532
|
signOut = output();
|
|
11533
|
-
// ── CDK Overlay
|
|
11533
|
+
// ── CDK Overlay ─────────────────────────────────────────────────name──────────────────────
|
|
11534
11534
|
_sso = inject(ScrollStrategyOptions);
|
|
11535
11535
|
_scrollStrategy = this._sso.reposition();
|
|
11536
11536
|
_positions = [
|
|
@@ -11670,7 +11670,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.23", ngImpo
|
|
|
11670
11670
|
args: [{
|
|
11671
11671
|
selector: 'clx-profile',
|
|
11672
11672
|
standalone: true,
|
|
11673
|
-
imports: [OverlayModule, ClxAvatarComponent, ClxIconComponent
|
|
11673
|
+
imports: [OverlayModule, ClxAvatarComponent, ClxIconComponent],
|
|
11674
11674
|
template: `
|
|
11675
11675
|
<!-- ── Trigger ─────────────────────────────────────────────────────────── -->
|
|
11676
11676
|
<button
|