@ascentgl/ads-ui 20.0.34 → 20.0.36

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/index.d.ts CHANGED
@@ -223,7 +223,7 @@ declare class AdsButtonModule {
223
223
 
224
224
  declare class AdsButtonContainerComponent {
225
225
  /** How buttons in the container should be placed */
226
- justify: i0.InputSignal<"center" | "flex-start" | "flex-end">;
226
+ justify: i0.InputSignal<"flex-start" | "flex-end" | "center">;
227
227
  /** The gap between elements */
228
228
  gap: i0.InputSignal<number>;
229
229
  static ɵfac: i0.ɵɵFactoryDeclaration<AdsButtonContainerComponent, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ascentgl/ads-ui",
3
- "version": "20.0.34",
3
+ "version": "20.0.36",
4
4
  "peerDependencies": {
5
5
  "@ascentgl/ads-icons": ">=0.0.0",
6
6
  "@ascentgl/ads-utils": ">=0.0.0",