@ascentgl/ads-ui 21.15.1 → 21.15.2
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
|
@@ -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<"
|
|
227
|
+
justify: i0.InputSignal<"center" | "flex-start" | "flex-end">;
|
|
228
228
|
/** The gap between elements */
|
|
229
229
|
gap: i0.InputSignal<number>;
|
|
230
230
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsButtonContainerComponent, never>;
|