@ascentgl/ads-ui 21.21.0 → 21.22.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ascentgl/ads-ui",
3
- "version": "21.21.0",
3
+ "version": "21.22.0",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": ">=21.0.0",
6
6
  "date-fns": ">=4.1.0",
@@ -211,7 +211,7 @@ declare class AdsButtonComponent {
211
211
  /** Whether the button is a smaller version */
212
212
  size: i0.InputSignal<Size>;
213
213
  /** Sets the "type" attribute on the button */
214
- type: i0.InputSignal<"submit" | "button" | "reset">;
214
+ type: i0.InputSignal<"button" | "submit" | "reset">;
215
215
  /** Makes the button take 100% width of its container */
216
216
  fullWidth: i0.InputSignal<boolean>;
217
217
  static ɵfac: i0.ɵɵFactoryDeclaration<AdsButtonComponent, never>;
@@ -2768,6 +2768,8 @@ declare class AdsScmsSideNavBarComponent extends AbstractSideNavBarComponent {
2768
2768
  ngOnDestroy(): void;
2769
2769
  /** @ignore */
2770
2770
  checkScreenWidth(): void;
2771
+ /** @ignore */
2772
+ onWindowResize(): void;
2771
2773
  static ɵfac: i0.ɵɵFactoryDeclaration<AdsScmsSideNavBarComponent, never>;
2772
2774
  static ɵcmp: i0.ɵɵComponentDeclaration<AdsScmsSideNavBarComponent, "ads-scms-side-nav-bar", never, { "navItems": { "alias": "navItems"; "required": false; "isSignal": true; }; "breadcrumbs": { "alias": "breadcrumbs"; "required": false; "isSignal": true; }; "showBreadcrumbs": { "alias": "showBreadcrumbs"; "required": false; "isSignal": true; }; }, {}, never, ["*"], false, never>;
2773
2775
  }