@stripe/stripe-js 1.40.0 → 1.41.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/dist/pure.esm.js +1 -1
- package/dist/pure.js +1 -1
- package/dist/stripe.esm.js +1 -1
- package/dist/stripe.js +1 -1
- package/package.json +1 -1
- package/types/stripe-js/elements-group.d.ts +0 -1
package/dist/pure.esm.js
CHANGED
package/dist/pure.js
CHANGED
package/dist/stripe.esm.js
CHANGED
package/dist/stripe.js
CHANGED
package/package.json
CHANGED
|
@@ -539,7 +539,6 @@ export type StripeElement =
|
|
|
539
539
|
| StripeIssuingCardExpiryDisplayElement
|
|
540
540
|
| StripeIssuingCardPinDisplayElement
|
|
541
541
|
| StripeIssuingCardCopyButtonElement
|
|
542
|
-
| StripeLinkAuthenticationElement
|
|
543
542
|
| StripeShippingAddressElement;
|
|
544
543
|
|
|
545
544
|
export type StripeElementLocale =
|