@abgov/angular-components 5.0.0-dev.7 → 5.0.0-dev.8

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.
@@ -645,7 +645,7 @@ class GoabButton extends GoabBaseComponent {
645
645
  constructor() {
646
646
  super(...arguments);
647
647
  this.cdr = inject(ChangeDetectorRef);
648
- /** Sets the visual style of the button. Use "primary" for main actions, "secondary" for alternative actions, "tertiary" for low-emphasis actions, and "start" for prominent call-to-action buttons. @default "primary" */
648
+ /** Sets the visual style of the button. Use "primary" for main actions, "secondary" for alternative actions, "tertiary" for low-emphasis actions, "start" for prominent call-to-action buttons, and "text" for text-only buttons. @default "primary" */
649
649
  this.type = "primary";
650
650
  /** Emits when the button is clicked. */
651
651
  this.onClick = new EventEmitter();