@ascentgl/ads-ui 21.9.0 → 21.11.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.9.0",
3
+ "version": "21.11.0",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": ">=21.0.0",
6
6
  "date-fns": ">=4.1.0",
@@ -224,7 +224,7 @@ declare class AdsButtonModule {
224
224
 
225
225
  declare class AdsButtonContainerComponent {
226
226
  /** How buttons in the container should be placed */
227
- justify: i0.InputSignal<"center" | "flex-start" | "flex-end">;
227
+ justify: i0.InputSignal<"flex-start" | "flex-end" | "center">;
228
228
  /** The gap between elements */
229
229
  gap: i0.InputSignal<number>;
230
230
  static ɵfac: i0.ɵɵFactoryDeclaration<AdsButtonContainerComponent, never>;
@@ -2326,7 +2326,8 @@ declare class AdsChipModule {
2326
2326
 
2327
2327
  declare class AdsExpansionPanelComponent implements AfterContentInit {
2328
2328
  private registry;
2329
- constructor(registry: AdsIconRegistry);
2329
+ private elementRef;
2330
+ constructor(registry: AdsIconRegistry, elementRef: ElementRef);
2330
2331
  /** The unique id of the chip */
2331
2332
  id: i0.InputSignal<string>;
2332
2333
  /** The header text */
@@ -2345,9 +2346,9 @@ declare class AdsExpansionPanelComponent implements AfterContentInit {
2345
2346
  width: i0.InputSignal<string>;
2346
2347
  /** The Chevron Icon size () */
2347
2348
  chevronSize: i0.InputSignal<"base" | "xs">;
2348
- /** Header padding size size () */
2349
+ /** Header padding size () */
2349
2350
  headerPadding: i0.InputSignal<string>;
2350
- /** Content padding size size () */
2351
+ /** Content padding size () */
2351
2352
  contentPadding: i0.InputSignal<string>;
2352
2353
  expandedChange: i0.OutputEmitterRef<boolean>;
2353
2354
  /** @ignore */