@primer-io/primer-js 1.9.1 → 1.9.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.
@@ -4073,6 +4073,7 @@ declare class VaultPaymentMethodItemComponent extends LitElement {
4073
4073
  */
4074
4074
  private handleDeleteClick;
4075
4075
  private handleCvvRowClick;
4076
+ private handleRadioClick;
4076
4077
  /**
4077
4078
  * Render method
4078
4079
  */
@@ -4267,6 +4268,7 @@ declare class VaultCvvInputComponent extends LitElement {
4267
4268
  onCvvInputChange(): void;
4268
4269
  onBlur(): void;
4269
4270
  onFocus(): void;
4271
+ private get visibleErrorCode();
4270
4272
  /**
4271
4273
  * Main render method
4272
4274
  */