@bigcommerce/checkout-sdk 1.296.0 → 1.296.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.
- package/CHANGELOG.md +10 -0
- package/dist/checkout-button.js +1 -1
- package/dist/checkout-button.umd.js +1 -1
- package/dist/checkout-button.umd.js.map +1 -1
- package/dist/checkout-sdk.js +1 -1
- package/dist/checkout-sdk.umd.js +1 -1
- package/dist/checkout-sdk.umd.js.map +1 -1
- package/dist/embedded-checkout.umd.js +1 -1
- package/dist/embedded-checkout.umd.js.map +1 -1
- package/dist/hosted-form.umd.js +1 -1
- package/dist/hosted-form.umd.js.map +1 -1
- package/dist/internal-mappers.umd.js +1 -1
- package/dist/internal-mappers.umd.js.map +1 -1
- package/docs/.nojekyll +1 -0
- package/docs/README.md +2 -2
- package/docs/enums/AdyenV2CardFields.md +5 -5
- package/docs/enums/AdyenV3CardFields.md +5 -5
- package/docs/enums/AmazonPayV2ButtonColor.md +5 -5
- package/docs/enums/AmazonPayV2CheckoutLanguage.md +9 -9
- package/docs/enums/AmazonPayV2LedgerCurrency.md +6 -6
- package/docs/enums/AmazonPayV2PayOptions.md +4 -4
- package/docs/enums/AmazonPayV2Placement.md +7 -7
- package/docs/enums/BraintreeFormFieldType.md +8 -8
- package/docs/enums/ButtonColor.md +5 -5
- package/docs/enums/ButtonType.md +4 -4
- package/docs/enums/CheckoutButtonMethodType.md +24 -24
- package/docs/enums/CheckoutIncludes.md +5 -5
- package/docs/enums/EmbeddedCheckoutEventType.md +8 -8
- package/docs/enums/HostedFieldType.md +8 -8
- package/docs/enums/HostedInputEventType.md +13 -13
- package/docs/enums/IconStyle.md +4 -4
- package/docs/enums/PaypalButtonStyleColorOption.md +6 -6
- package/docs/enums/PaypalButtonStyleLabelOption.md +7 -7
- package/docs/enums/PaypalButtonStyleLayoutOption.md +4 -4
- package/docs/enums/PaypalButtonStyleShapeOption.md +4 -4
- package/docs/enums/PaypalButtonStyleSizeOption.md +6 -6
- package/docs/enums/PaypalCommerceFormFieldType.md +8 -8
- package/docs/enums/RadiusUnit.md +4 -4
- package/docs/enums/StyleButtonColor.md +7 -7
- package/docs/enums/StyleButtonLabel.md +7 -7
- package/docs/enums/StyleButtonLayout.md +4 -4
- package/docs/enums/StyleButtonShape.md +4 -4
- package/docs/interfaces/SpamProtectionOptions.md +1 -1
- package/package.json +3 -3
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
## Table of contents
|
|
6
6
|
|
|
7
|
-
### Enumeration
|
|
7
|
+
### Enumeration Members
|
|
8
8
|
|
|
9
9
|
- [CardCode](HostedFieldType.md#cardcode)
|
|
10
10
|
- [CardCodeVerification](HostedFieldType.md#cardcodeverification)
|
|
@@ -13,38 +13,38 @@
|
|
|
13
13
|
- [CardNumber](HostedFieldType.md#cardnumber)
|
|
14
14
|
- [CardNumberVerification](HostedFieldType.md#cardnumberverification)
|
|
15
15
|
|
|
16
|
-
## Enumeration
|
|
16
|
+
## Enumeration Members
|
|
17
17
|
|
|
18
18
|
### CardCode
|
|
19
19
|
|
|
20
|
-
• **CardCode**
|
|
20
|
+
• **CardCode**
|
|
21
21
|
|
|
22
22
|
___
|
|
23
23
|
|
|
24
24
|
### CardCodeVerification
|
|
25
25
|
|
|
26
|
-
• **CardCodeVerification**
|
|
26
|
+
• **CardCodeVerification**
|
|
27
27
|
|
|
28
28
|
___
|
|
29
29
|
|
|
30
30
|
### CardExpiry
|
|
31
31
|
|
|
32
|
-
• **CardExpiry**
|
|
32
|
+
• **CardExpiry**
|
|
33
33
|
|
|
34
34
|
___
|
|
35
35
|
|
|
36
36
|
### CardName
|
|
37
37
|
|
|
38
|
-
• **CardName**
|
|
38
|
+
• **CardName**
|
|
39
39
|
|
|
40
40
|
___
|
|
41
41
|
|
|
42
42
|
### CardNumber
|
|
43
43
|
|
|
44
|
-
• **CardNumber**
|
|
44
|
+
• **CardNumber**
|
|
45
45
|
|
|
46
46
|
___
|
|
47
47
|
|
|
48
48
|
### CardNumberVerification
|
|
49
49
|
|
|
50
|
-
• **CardNumberVerification**
|
|
50
|
+
• **CardNumberVerification**
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
## Table of contents
|
|
6
6
|
|
|
7
|
-
### Enumeration
|
|
7
|
+
### Enumeration Members
|
|
8
8
|
|
|
9
9
|
- [AttachFailed](HostedInputEventType.md#attachfailed)
|
|
10
10
|
- [AttachSucceeded](HostedInputEventType.md#attachsucceeded)
|
|
@@ -18,68 +18,68 @@
|
|
|
18
18
|
- [SubmitSucceeded](HostedInputEventType.md#submitsucceeded)
|
|
19
19
|
- [Validated](HostedInputEventType.md#validated)
|
|
20
20
|
|
|
21
|
-
## Enumeration
|
|
21
|
+
## Enumeration Members
|
|
22
22
|
|
|
23
23
|
### AttachFailed
|
|
24
24
|
|
|
25
|
-
• **AttachFailed**
|
|
25
|
+
• **AttachFailed**
|
|
26
26
|
|
|
27
27
|
___
|
|
28
28
|
|
|
29
29
|
### AttachSucceeded
|
|
30
30
|
|
|
31
|
-
• **AttachSucceeded**
|
|
31
|
+
• **AttachSucceeded**
|
|
32
32
|
|
|
33
33
|
___
|
|
34
34
|
|
|
35
35
|
### BinChanged
|
|
36
36
|
|
|
37
|
-
• **BinChanged**
|
|
37
|
+
• **BinChanged**
|
|
38
38
|
|
|
39
39
|
___
|
|
40
40
|
|
|
41
41
|
### Blurred
|
|
42
42
|
|
|
43
|
-
• **Blurred**
|
|
43
|
+
• **Blurred**
|
|
44
44
|
|
|
45
45
|
___
|
|
46
46
|
|
|
47
47
|
### CardTypeChanged
|
|
48
48
|
|
|
49
|
-
• **CardTypeChanged**
|
|
49
|
+
• **CardTypeChanged**
|
|
50
50
|
|
|
51
51
|
___
|
|
52
52
|
|
|
53
53
|
### Changed
|
|
54
54
|
|
|
55
|
-
• **Changed**
|
|
55
|
+
• **Changed**
|
|
56
56
|
|
|
57
57
|
___
|
|
58
58
|
|
|
59
59
|
### Entered
|
|
60
60
|
|
|
61
|
-
• **Entered**
|
|
61
|
+
• **Entered**
|
|
62
62
|
|
|
63
63
|
___
|
|
64
64
|
|
|
65
65
|
### Focused
|
|
66
66
|
|
|
67
|
-
• **Focused**
|
|
67
|
+
• **Focused**
|
|
68
68
|
|
|
69
69
|
___
|
|
70
70
|
|
|
71
71
|
### SubmitFailed
|
|
72
72
|
|
|
73
|
-
• **SubmitFailed**
|
|
73
|
+
• **SubmitFailed**
|
|
74
74
|
|
|
75
75
|
___
|
|
76
76
|
|
|
77
77
|
### SubmitSucceeded
|
|
78
78
|
|
|
79
|
-
• **SubmitSucceeded**
|
|
79
|
+
• **SubmitSucceeded**
|
|
80
80
|
|
|
81
81
|
___
|
|
82
82
|
|
|
83
83
|
### Validated
|
|
84
84
|
|
|
85
|
-
• **Validated**
|
|
85
|
+
• **Validated**
|
package/docs/enums/IconStyle.md
CHANGED
|
@@ -4,19 +4,19 @@
|
|
|
4
4
|
|
|
5
5
|
## Table of contents
|
|
6
6
|
|
|
7
|
-
### Enumeration
|
|
7
|
+
### Enumeration Members
|
|
8
8
|
|
|
9
9
|
- [Default](IconStyle.md#default)
|
|
10
10
|
- [Solid](IconStyle.md#solid)
|
|
11
11
|
|
|
12
|
-
## Enumeration
|
|
12
|
+
## Enumeration Members
|
|
13
13
|
|
|
14
14
|
### Default
|
|
15
15
|
|
|
16
|
-
• **Default**
|
|
16
|
+
• **Default**
|
|
17
17
|
|
|
18
18
|
___
|
|
19
19
|
|
|
20
20
|
### Solid
|
|
21
21
|
|
|
22
|
-
• **Solid**
|
|
22
|
+
• **Solid**
|
|
@@ -4,33 +4,33 @@
|
|
|
4
4
|
|
|
5
5
|
## Table of contents
|
|
6
6
|
|
|
7
|
-
### Enumeration
|
|
7
|
+
### Enumeration Members
|
|
8
8
|
|
|
9
9
|
- [BLACK](PaypalButtonStyleColorOption.md#black)
|
|
10
10
|
- [BLUE](PaypalButtonStyleColorOption.md#blue)
|
|
11
11
|
- [GOLD](PaypalButtonStyleColorOption.md#gold)
|
|
12
12
|
- [SIlVER](PaypalButtonStyleColorOption.md#silver)
|
|
13
13
|
|
|
14
|
-
## Enumeration
|
|
14
|
+
## Enumeration Members
|
|
15
15
|
|
|
16
16
|
### BLACK
|
|
17
17
|
|
|
18
|
-
• **BLACK**
|
|
18
|
+
• **BLACK**
|
|
19
19
|
|
|
20
20
|
___
|
|
21
21
|
|
|
22
22
|
### BLUE
|
|
23
23
|
|
|
24
|
-
• **BLUE**
|
|
24
|
+
• **BLUE**
|
|
25
25
|
|
|
26
26
|
___
|
|
27
27
|
|
|
28
28
|
### GOLD
|
|
29
29
|
|
|
30
|
-
• **GOLD**
|
|
30
|
+
• **GOLD**
|
|
31
31
|
|
|
32
32
|
___
|
|
33
33
|
|
|
34
34
|
### SIlVER
|
|
35
35
|
|
|
36
|
-
• **SIlVER**
|
|
36
|
+
• **SIlVER**
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
## Table of contents
|
|
6
6
|
|
|
7
|
-
### Enumeration
|
|
7
|
+
### Enumeration Members
|
|
8
8
|
|
|
9
9
|
- [BUYNOW](PaypalButtonStyleLabelOption.md#buynow)
|
|
10
10
|
- [CHECKOUT](PaypalButtonStyleLabelOption.md#checkout)
|
|
@@ -12,32 +12,32 @@
|
|
|
12
12
|
- [PAY](PaypalButtonStyleLabelOption.md#pay)
|
|
13
13
|
- [PAYPAL](PaypalButtonStyleLabelOption.md#paypal)
|
|
14
14
|
|
|
15
|
-
## Enumeration
|
|
15
|
+
## Enumeration Members
|
|
16
16
|
|
|
17
17
|
### BUYNOW
|
|
18
18
|
|
|
19
|
-
• **BUYNOW**
|
|
19
|
+
• **BUYNOW**
|
|
20
20
|
|
|
21
21
|
___
|
|
22
22
|
|
|
23
23
|
### CHECKOUT
|
|
24
24
|
|
|
25
|
-
• **CHECKOUT**
|
|
25
|
+
• **CHECKOUT**
|
|
26
26
|
|
|
27
27
|
___
|
|
28
28
|
|
|
29
29
|
### CREDIT
|
|
30
30
|
|
|
31
|
-
• **CREDIT**
|
|
31
|
+
• **CREDIT**
|
|
32
32
|
|
|
33
33
|
___
|
|
34
34
|
|
|
35
35
|
### PAY
|
|
36
36
|
|
|
37
|
-
• **PAY**
|
|
37
|
+
• **PAY**
|
|
38
38
|
|
|
39
39
|
___
|
|
40
40
|
|
|
41
41
|
### PAYPAL
|
|
42
42
|
|
|
43
|
-
• **PAYPAL**
|
|
43
|
+
• **PAYPAL**
|
|
@@ -4,19 +4,19 @@
|
|
|
4
4
|
|
|
5
5
|
## Table of contents
|
|
6
6
|
|
|
7
|
-
### Enumeration
|
|
7
|
+
### Enumeration Members
|
|
8
8
|
|
|
9
9
|
- [HORIZONTAL](PaypalButtonStyleLayoutOption.md#horizontal)
|
|
10
10
|
- [VERTICAL](PaypalButtonStyleLayoutOption.md#vertical)
|
|
11
11
|
|
|
12
|
-
## Enumeration
|
|
12
|
+
## Enumeration Members
|
|
13
13
|
|
|
14
14
|
### HORIZONTAL
|
|
15
15
|
|
|
16
|
-
• **HORIZONTAL**
|
|
16
|
+
• **HORIZONTAL**
|
|
17
17
|
|
|
18
18
|
___
|
|
19
19
|
|
|
20
20
|
### VERTICAL
|
|
21
21
|
|
|
22
|
-
• **VERTICAL**
|
|
22
|
+
• **VERTICAL**
|
|
@@ -4,19 +4,19 @@
|
|
|
4
4
|
|
|
5
5
|
## Table of contents
|
|
6
6
|
|
|
7
|
-
### Enumeration
|
|
7
|
+
### Enumeration Members
|
|
8
8
|
|
|
9
9
|
- [PILL](PaypalButtonStyleShapeOption.md#pill)
|
|
10
10
|
- [RECT](PaypalButtonStyleShapeOption.md#rect)
|
|
11
11
|
|
|
12
|
-
## Enumeration
|
|
12
|
+
## Enumeration Members
|
|
13
13
|
|
|
14
14
|
### PILL
|
|
15
15
|
|
|
16
|
-
• **PILL**
|
|
16
|
+
• **PILL**
|
|
17
17
|
|
|
18
18
|
___
|
|
19
19
|
|
|
20
20
|
### RECT
|
|
21
21
|
|
|
22
|
-
• **RECT**
|
|
22
|
+
• **RECT**
|
|
@@ -4,33 +4,33 @@
|
|
|
4
4
|
|
|
5
5
|
## Table of contents
|
|
6
6
|
|
|
7
|
-
### Enumeration
|
|
7
|
+
### Enumeration Members
|
|
8
8
|
|
|
9
9
|
- [LARGE](PaypalButtonStyleSizeOption.md#large)
|
|
10
10
|
- [MEDIUM](PaypalButtonStyleSizeOption.md#medium)
|
|
11
11
|
- [RESPONSIVE](PaypalButtonStyleSizeOption.md#responsive)
|
|
12
12
|
- [SMALL](PaypalButtonStyleSizeOption.md#small)
|
|
13
13
|
|
|
14
|
-
## Enumeration
|
|
14
|
+
## Enumeration Members
|
|
15
15
|
|
|
16
16
|
### LARGE
|
|
17
17
|
|
|
18
|
-
• **LARGE**
|
|
18
|
+
• **LARGE**
|
|
19
19
|
|
|
20
20
|
___
|
|
21
21
|
|
|
22
22
|
### MEDIUM
|
|
23
23
|
|
|
24
|
-
• **MEDIUM**
|
|
24
|
+
• **MEDIUM**
|
|
25
25
|
|
|
26
26
|
___
|
|
27
27
|
|
|
28
28
|
### RESPONSIVE
|
|
29
29
|
|
|
30
|
-
• **RESPONSIVE**
|
|
30
|
+
• **RESPONSIVE**
|
|
31
31
|
|
|
32
32
|
___
|
|
33
33
|
|
|
34
34
|
### SMALL
|
|
35
35
|
|
|
36
|
-
• **SMALL**
|
|
36
|
+
• **SMALL**
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
## Table of contents
|
|
6
6
|
|
|
7
|
-
### Enumeration
|
|
7
|
+
### Enumeration Members
|
|
8
8
|
|
|
9
9
|
- [CardCode](PaypalCommerceFormFieldType.md#cardcode)
|
|
10
10
|
- [CardCodeVerification](PaypalCommerceFormFieldType.md#cardcodeverification)
|
|
@@ -13,38 +13,38 @@
|
|
|
13
13
|
- [CardNumber](PaypalCommerceFormFieldType.md#cardnumber)
|
|
14
14
|
- [CardNumberVerification](PaypalCommerceFormFieldType.md#cardnumberverification)
|
|
15
15
|
|
|
16
|
-
## Enumeration
|
|
16
|
+
## Enumeration Members
|
|
17
17
|
|
|
18
18
|
### CardCode
|
|
19
19
|
|
|
20
|
-
• **CardCode**
|
|
20
|
+
• **CardCode**
|
|
21
21
|
|
|
22
22
|
___
|
|
23
23
|
|
|
24
24
|
### CardCodeVerification
|
|
25
25
|
|
|
26
|
-
• **CardCodeVerification**
|
|
26
|
+
• **CardCodeVerification**
|
|
27
27
|
|
|
28
28
|
___
|
|
29
29
|
|
|
30
30
|
### CardExpiry
|
|
31
31
|
|
|
32
|
-
• **CardExpiry**
|
|
32
|
+
• **CardExpiry**
|
|
33
33
|
|
|
34
34
|
___
|
|
35
35
|
|
|
36
36
|
### CardName
|
|
37
37
|
|
|
38
|
-
• **CardName**
|
|
38
|
+
• **CardName**
|
|
39
39
|
|
|
40
40
|
___
|
|
41
41
|
|
|
42
42
|
### CardNumber
|
|
43
43
|
|
|
44
|
-
• **CardNumber**
|
|
44
|
+
• **CardNumber**
|
|
45
45
|
|
|
46
46
|
___
|
|
47
47
|
|
|
48
48
|
### CardNumberVerification
|
|
49
49
|
|
|
50
|
-
• **CardNumberVerification**
|
|
50
|
+
• **CardNumberVerification**
|
package/docs/enums/RadiusUnit.md
CHANGED
|
@@ -4,19 +4,19 @@
|
|
|
4
4
|
|
|
5
5
|
## Table of contents
|
|
6
6
|
|
|
7
|
-
### Enumeration
|
|
7
|
+
### Enumeration Members
|
|
8
8
|
|
|
9
9
|
- [KM](RadiusUnit.md#km)
|
|
10
10
|
- [MI](RadiusUnit.md#mi)
|
|
11
11
|
|
|
12
|
-
## Enumeration
|
|
12
|
+
## Enumeration Members
|
|
13
13
|
|
|
14
14
|
### KM
|
|
15
15
|
|
|
16
|
-
• **KM**
|
|
16
|
+
• **KM**
|
|
17
17
|
|
|
18
18
|
___
|
|
19
19
|
|
|
20
20
|
### MI
|
|
21
21
|
|
|
22
|
-
• **MI**
|
|
22
|
+
• **MI**
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
## Table of contents
|
|
6
6
|
|
|
7
|
-
### Enumeration
|
|
7
|
+
### Enumeration Members
|
|
8
8
|
|
|
9
9
|
- [black](StyleButtonColor.md#black)
|
|
10
10
|
- [blue](StyleButtonColor.md#blue)
|
|
@@ -12,32 +12,32 @@
|
|
|
12
12
|
- [silver](StyleButtonColor.md#silver)
|
|
13
13
|
- [white](StyleButtonColor.md#white)
|
|
14
14
|
|
|
15
|
-
## Enumeration
|
|
15
|
+
## Enumeration Members
|
|
16
16
|
|
|
17
17
|
### black
|
|
18
18
|
|
|
19
|
-
• **black**
|
|
19
|
+
• **black**
|
|
20
20
|
|
|
21
21
|
___
|
|
22
22
|
|
|
23
23
|
### blue
|
|
24
24
|
|
|
25
|
-
• **blue**
|
|
25
|
+
• **blue**
|
|
26
26
|
|
|
27
27
|
___
|
|
28
28
|
|
|
29
29
|
### gold
|
|
30
30
|
|
|
31
|
-
• **gold**
|
|
31
|
+
• **gold**
|
|
32
32
|
|
|
33
33
|
___
|
|
34
34
|
|
|
35
35
|
### silver
|
|
36
36
|
|
|
37
|
-
• **silver**
|
|
37
|
+
• **silver**
|
|
38
38
|
|
|
39
39
|
___
|
|
40
40
|
|
|
41
41
|
### white
|
|
42
42
|
|
|
43
|
-
• **white**
|
|
43
|
+
• **white**
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
## Table of contents
|
|
6
6
|
|
|
7
|
-
### Enumeration
|
|
7
|
+
### Enumeration Members
|
|
8
8
|
|
|
9
9
|
- [buynow](StyleButtonLabel.md#buynow)
|
|
10
10
|
- [checkout](StyleButtonLabel.md#checkout)
|
|
@@ -12,32 +12,32 @@
|
|
|
12
12
|
- [pay](StyleButtonLabel.md#pay)
|
|
13
13
|
- [paypal](StyleButtonLabel.md#paypal)
|
|
14
14
|
|
|
15
|
-
## Enumeration
|
|
15
|
+
## Enumeration Members
|
|
16
16
|
|
|
17
17
|
### buynow
|
|
18
18
|
|
|
19
|
-
• **buynow**
|
|
19
|
+
• **buynow**
|
|
20
20
|
|
|
21
21
|
___
|
|
22
22
|
|
|
23
23
|
### checkout
|
|
24
24
|
|
|
25
|
-
• **checkout**
|
|
25
|
+
• **checkout**
|
|
26
26
|
|
|
27
27
|
___
|
|
28
28
|
|
|
29
29
|
### installment
|
|
30
30
|
|
|
31
|
-
• **installment**
|
|
31
|
+
• **installment**
|
|
32
32
|
|
|
33
33
|
___
|
|
34
34
|
|
|
35
35
|
### pay
|
|
36
36
|
|
|
37
|
-
• **pay**
|
|
37
|
+
• **pay**
|
|
38
38
|
|
|
39
39
|
___
|
|
40
40
|
|
|
41
41
|
### paypal
|
|
42
42
|
|
|
43
|
-
• **paypal**
|
|
43
|
+
• **paypal**
|
|
@@ -4,19 +4,19 @@
|
|
|
4
4
|
|
|
5
5
|
## Table of contents
|
|
6
6
|
|
|
7
|
-
### Enumeration
|
|
7
|
+
### Enumeration Members
|
|
8
8
|
|
|
9
9
|
- [horizontal](StyleButtonLayout.md#horizontal)
|
|
10
10
|
- [vertical](StyleButtonLayout.md#vertical)
|
|
11
11
|
|
|
12
|
-
## Enumeration
|
|
12
|
+
## Enumeration Members
|
|
13
13
|
|
|
14
14
|
### horizontal
|
|
15
15
|
|
|
16
|
-
• **horizontal**
|
|
16
|
+
• **horizontal**
|
|
17
17
|
|
|
18
18
|
___
|
|
19
19
|
|
|
20
20
|
### vertical
|
|
21
21
|
|
|
22
|
-
• **vertical**
|
|
22
|
+
• **vertical**
|
|
@@ -4,19 +4,19 @@
|
|
|
4
4
|
|
|
5
5
|
## Table of contents
|
|
6
6
|
|
|
7
|
-
### Enumeration
|
|
7
|
+
### Enumeration Members
|
|
8
8
|
|
|
9
9
|
- [pill](StyleButtonShape.md#pill)
|
|
10
10
|
- [rect](StyleButtonShape.md#rect)
|
|
11
11
|
|
|
12
|
-
## Enumeration
|
|
12
|
+
## Enumeration Members
|
|
13
13
|
|
|
14
14
|
### pill
|
|
15
15
|
|
|
16
|
-
• **pill**
|
|
16
|
+
• **pill**
|
|
17
17
|
|
|
18
18
|
___
|
|
19
19
|
|
|
20
20
|
### rect
|
|
21
21
|
|
|
22
|
-
• **rect**
|
|
22
|
+
• **rect**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigcommerce/checkout-sdk",
|
|
3
|
-
"version": "1.296.
|
|
3
|
+
"version": "1.296.2",
|
|
4
4
|
"description": "BigCommerce Checkout JavaScript SDK",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/checkout-sdk.js",
|
|
@@ -55,12 +55,12 @@
|
|
|
55
55
|
"@braintree/browser-detection": "^1.14.0",
|
|
56
56
|
"@types/card-validator": "^4.1.0",
|
|
57
57
|
"@types/iframe-resizer": "^3.5.9",
|
|
58
|
-
"@types/lodash": "^4.14.
|
|
58
|
+
"@types/lodash": "^4.14.184",
|
|
59
59
|
"@types/reselect": "^2.2.0",
|
|
60
60
|
"@types/shallowequal": "^1.1.1",
|
|
61
61
|
"@types/yup": "^0.26.24",
|
|
62
62
|
"card-validator": "^6.2.0",
|
|
63
|
-
"core-js": "^3.
|
|
63
|
+
"core-js": "^3.25.0",
|
|
64
64
|
"current-script-polyfill": "^1.0.0",
|
|
65
65
|
"iframe-resizer": "^3.6.6",
|
|
66
66
|
"local-storage-fallback": "^4.1.2",
|