@primer-io/primer-js 0.7.1 → 0.7.3

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.
@@ -1245,6 +1245,7 @@ export interface PrimerCheckoutOptions {
1245
1245
  * @default false
1246
1246
  */
1247
1247
  required?: boolean;
1248
+ defaultValue?: string;
1248
1249
  /**
1249
1250
  * Whether the cardholder name field is visible in the card form.
1250
1251
  * When false, the field is hidden and not included in validation.