@primer-io/primer-js 1.9.0 → 1.9.1
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/CHANGELOG.md +11 -0
- package/dist/custom-elements.json +265 -268
- package/dist/primer-loader.d.ts +2 -2
- package/dist/primer-loader.js +9 -9
- package/dist/web-types.json +1 -1
- package/package.json +1 -1
package/dist/primer-loader.d.ts
CHANGED
|
@@ -4072,6 +4072,7 @@ declare class VaultPaymentMethodItemComponent extends LitElement {
|
|
|
4072
4072
|
* Dispatch delete event
|
|
4073
4073
|
*/
|
|
4074
4074
|
private handleDeleteClick;
|
|
4075
|
+
private handleCvvRowClick;
|
|
4075
4076
|
/**
|
|
4076
4077
|
* Render method
|
|
4077
4078
|
*/
|
|
@@ -4251,8 +4252,6 @@ declare class VaultCvvInputComponent extends LitElement {
|
|
|
4251
4252
|
primerContext?: ContextType;
|
|
4252
4253
|
paymentMethod: CardVaultedPaymentMethodSummary | null;
|
|
4253
4254
|
private cvvError;
|
|
4254
|
-
private cvvInputIsDirty;
|
|
4255
|
-
private cvvInputIsBlurred;
|
|
4256
4255
|
private cvvInput;
|
|
4257
4256
|
private isFocused;
|
|
4258
4257
|
/**
|
|
@@ -4409,6 +4408,7 @@ declare class CardFormComponent extends LitElement {
|
|
|
4409
4408
|
* Task to set up the card form with hosted inputs
|
|
4410
4409
|
*/
|
|
4411
4410
|
private readonly setupCardFormTask;
|
|
4411
|
+
private clearStaleVaultSelection;
|
|
4412
4412
|
/**
|
|
4413
4413
|
* Sends PAYMENT_METHOD_SELECTION analytics event when user first interacts with card form
|
|
4414
4414
|
* @private
|