@ascentgl/ads-ui 21.16.3 → 21.16.4
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
|
@@ -209,7 +209,7 @@ declare class AdsButtonComponent {
|
|
|
209
209
|
/** Whether the button is a smaller version */
|
|
210
210
|
size: i0.InputSignal<Size>;
|
|
211
211
|
/** Sets the "type" attribute on the button */
|
|
212
|
-
type: i0.InputSignal<"
|
|
212
|
+
type: i0.InputSignal<"submit" | "button" | "reset">;
|
|
213
213
|
/** Makes the button take 100% width of its container */
|
|
214
214
|
fullWidth: i0.InputSignal<boolean>;
|
|
215
215
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsButtonComponent, never>;
|