@power-elements/stripe-elements
Advanced tools
Comparing version 2.3.0 to 2.3.1
@@ -0,1 +1,8 @@ | ||
## [2.3.1](https://github.com/bennypowers/stripe-elements/compare/v2.3.0...v2.3.1) (2020-02-08) | ||
### Bug Fixes | ||
* patch types to extend LitElement properly ([6b2e8cf](https://github.com/bennypowers/stripe-elements/commit/6b2e8cfa82b7ac0de4a2fed087afc20c4389d72b)) | ||
# [2.3.0](https://github.com/bennypowers/stripe-elements/compare/v2.2.4...v2.3.0) (2020-01-29) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@power-elements/stripe-elements", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"description": "Web Component wrapper for stripe elements", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -0,1 +1,2 @@ | ||
import { LitElement } from 'lit-element'; | ||
/** | ||
@@ -18,3 +19,3 @@ * @fires 'error' - The validation error, or the error returned from stripe.com | ||
*/ | ||
export class StripeBase { | ||
export class StripeBase extends LitElement { | ||
/** | ||
@@ -21,0 +22,0 @@ * billing_details object sent to create the payment representation. (optional) |
453357
7426