@ascentgl/ads-ui 21.106.0 → 21.107.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.106.0",
3
+ "version": "21.107.0",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": ">=21.0.0",
6
6
  "date-fns": ">=4.1.0",
@@ -216,7 +216,7 @@ declare class AdsButtonComponent {
216
216
  /** Whether the button is a smaller version */
217
217
  size: i0.InputSignal<Size>;
218
218
  /** Sets the "type" attribute on the button */
219
- type: i0.InputSignal<"button" | "submit" | "reset">;
219
+ type: i0.InputSignal<"submit" | "button" | "reset">;
220
220
  /** Makes the button take 100% width of its container */
221
221
  fullWidth: i0.InputSignal<boolean>;
222
222
  static ɵfac: i0.ɵɵFactoryDeclaration<AdsButtonComponent, never>;