@ascentgl/ads-ui 21.6.0 → 21.7.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.6.0",
3
+ "version": "21.7.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>;