@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.
Files changed (44) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/dist/checkout-button.js +1 -1
  3. package/dist/checkout-button.umd.js +1 -1
  4. package/dist/checkout-button.umd.js.map +1 -1
  5. package/dist/checkout-sdk.js +1 -1
  6. package/dist/checkout-sdk.umd.js +1 -1
  7. package/dist/checkout-sdk.umd.js.map +1 -1
  8. package/dist/embedded-checkout.umd.js +1 -1
  9. package/dist/embedded-checkout.umd.js.map +1 -1
  10. package/dist/hosted-form.umd.js +1 -1
  11. package/dist/hosted-form.umd.js.map +1 -1
  12. package/dist/internal-mappers.umd.js +1 -1
  13. package/dist/internal-mappers.umd.js.map +1 -1
  14. package/docs/.nojekyll +1 -0
  15. package/docs/README.md +2 -2
  16. package/docs/enums/AdyenV2CardFields.md +5 -5
  17. package/docs/enums/AdyenV3CardFields.md +5 -5
  18. package/docs/enums/AmazonPayV2ButtonColor.md +5 -5
  19. package/docs/enums/AmazonPayV2CheckoutLanguage.md +9 -9
  20. package/docs/enums/AmazonPayV2LedgerCurrency.md +6 -6
  21. package/docs/enums/AmazonPayV2PayOptions.md +4 -4
  22. package/docs/enums/AmazonPayV2Placement.md +7 -7
  23. package/docs/enums/BraintreeFormFieldType.md +8 -8
  24. package/docs/enums/ButtonColor.md +5 -5
  25. package/docs/enums/ButtonType.md +4 -4
  26. package/docs/enums/CheckoutButtonMethodType.md +24 -24
  27. package/docs/enums/CheckoutIncludes.md +5 -5
  28. package/docs/enums/EmbeddedCheckoutEventType.md +8 -8
  29. package/docs/enums/HostedFieldType.md +8 -8
  30. package/docs/enums/HostedInputEventType.md +13 -13
  31. package/docs/enums/IconStyle.md +4 -4
  32. package/docs/enums/PaypalButtonStyleColorOption.md +6 -6
  33. package/docs/enums/PaypalButtonStyleLabelOption.md +7 -7
  34. package/docs/enums/PaypalButtonStyleLayoutOption.md +4 -4
  35. package/docs/enums/PaypalButtonStyleShapeOption.md +4 -4
  36. package/docs/enums/PaypalButtonStyleSizeOption.md +6 -6
  37. package/docs/enums/PaypalCommerceFormFieldType.md +8 -8
  38. package/docs/enums/RadiusUnit.md +4 -4
  39. package/docs/enums/StyleButtonColor.md +7 -7
  40. package/docs/enums/StyleButtonLabel.md +7 -7
  41. package/docs/enums/StyleButtonLayout.md +4 -4
  42. package/docs/enums/StyleButtonShape.md +4 -4
  43. package/docs/interfaces/SpamProtectionOptions.md +1 -1
  44. package/package.json +3 -3
@@ -4,7 +4,7 @@
4
4
 
5
5
  ## Table of contents
6
6
 
7
- ### Enumeration members
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 members
16
+ ## Enumeration Members
17
17
 
18
18
  ### CardCode
19
19
 
20
- • **CardCode** = `"cardCode"`
20
+ • **CardCode**
21
21
 
22
22
  ___
23
23
 
24
24
  ### CardCodeVerification
25
25
 
26
- • **CardCodeVerification** = `"cardCodeVerification"`
26
+ • **CardCodeVerification**
27
27
 
28
28
  ___
29
29
 
30
30
  ### CardExpiry
31
31
 
32
- • **CardExpiry** = `"cardExpiry"`
32
+ • **CardExpiry**
33
33
 
34
34
  ___
35
35
 
36
36
  ### CardName
37
37
 
38
- • **CardName** = `"cardName"`
38
+ • **CardName**
39
39
 
40
40
  ___
41
41
 
42
42
  ### CardNumber
43
43
 
44
- • **CardNumber** = `"cardNumber"`
44
+ • **CardNumber**
45
45
 
46
46
  ___
47
47
 
48
48
  ### CardNumberVerification
49
49
 
50
- • **CardNumberVerification** = `"cardNumberVerification"`
50
+ • **CardNumberVerification**
@@ -4,7 +4,7 @@
4
4
 
5
5
  ## Table of contents
6
6
 
7
- ### Enumeration members
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 members
21
+ ## Enumeration Members
22
22
 
23
23
  ### AttachFailed
24
24
 
25
- • **AttachFailed** = `"HOSTED_INPUT:ATTACH_FAILED"`
25
+ • **AttachFailed**
26
26
 
27
27
  ___
28
28
 
29
29
  ### AttachSucceeded
30
30
 
31
- • **AttachSucceeded** = `"HOSTED_INPUT:ATTACH_SUCCEEDED"`
31
+ • **AttachSucceeded**
32
32
 
33
33
  ___
34
34
 
35
35
  ### BinChanged
36
36
 
37
- • **BinChanged** = `"HOSTED_INPUT:BIN_CHANGED"`
37
+ • **BinChanged**
38
38
 
39
39
  ___
40
40
 
41
41
  ### Blurred
42
42
 
43
- • **Blurred** = `"HOSTED_INPUT:BLURRED"`
43
+ • **Blurred**
44
44
 
45
45
  ___
46
46
 
47
47
  ### CardTypeChanged
48
48
 
49
- • **CardTypeChanged** = `"HOSTED_INPUT:CARD_TYPE_CHANGED"`
49
+ • **CardTypeChanged**
50
50
 
51
51
  ___
52
52
 
53
53
  ### Changed
54
54
 
55
- • **Changed** = `"HOSTED_INPUT:CHANGED"`
55
+ • **Changed**
56
56
 
57
57
  ___
58
58
 
59
59
  ### Entered
60
60
 
61
- • **Entered** = `"HOSTED_INPUT:ENTERED"`
61
+ • **Entered**
62
62
 
63
63
  ___
64
64
 
65
65
  ### Focused
66
66
 
67
- • **Focused** = `"HOSTED_INPUT:FOCUSED"`
67
+ • **Focused**
68
68
 
69
69
  ___
70
70
 
71
71
  ### SubmitFailed
72
72
 
73
- • **SubmitFailed** = `"HOSTED_INPUT:SUBMIT_FAILED"`
73
+ • **SubmitFailed**
74
74
 
75
75
  ___
76
76
 
77
77
  ### SubmitSucceeded
78
78
 
79
- • **SubmitSucceeded** = `"HOSTED_INPUT:SUBMIT_SUCCEEDED"`
79
+ • **SubmitSucceeded**
80
80
 
81
81
  ___
82
82
 
83
83
  ### Validated
84
84
 
85
- • **Validated** = `"HOSTED_INPUT:VALIDATED"`
85
+ • **Validated**
@@ -4,19 +4,19 @@
4
4
 
5
5
  ## Table of contents
6
6
 
7
- ### Enumeration members
7
+ ### Enumeration Members
8
8
 
9
9
  - [Default](IconStyle.md#default)
10
10
  - [Solid](IconStyle.md#solid)
11
11
 
12
- ## Enumeration members
12
+ ## Enumeration Members
13
13
 
14
14
  ### Default
15
15
 
16
- • **Default** = `"default"`
16
+ • **Default**
17
17
 
18
18
  ___
19
19
 
20
20
  ### Solid
21
21
 
22
- • **Solid** = `"solid"`
22
+ • **Solid**
@@ -4,33 +4,33 @@
4
4
 
5
5
  ## Table of contents
6
6
 
7
- ### Enumeration members
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 members
14
+ ## Enumeration Members
15
15
 
16
16
  ### BLACK
17
17
 
18
- • **BLACK** = `"black"`
18
+ • **BLACK**
19
19
 
20
20
  ___
21
21
 
22
22
  ### BLUE
23
23
 
24
- • **BLUE** = `"blue"`
24
+ • **BLUE**
25
25
 
26
26
  ___
27
27
 
28
28
  ### GOLD
29
29
 
30
- • **GOLD** = `"gold"`
30
+ • **GOLD**
31
31
 
32
32
  ___
33
33
 
34
34
  ### SIlVER
35
35
 
36
- • **SIlVER** = `"silver"`
36
+ • **SIlVER**
@@ -4,7 +4,7 @@
4
4
 
5
5
  ## Table of contents
6
6
 
7
- ### Enumeration members
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 members
15
+ ## Enumeration Members
16
16
 
17
17
  ### BUYNOW
18
18
 
19
- • **BUYNOW** = `"buynow"`
19
+ • **BUYNOW**
20
20
 
21
21
  ___
22
22
 
23
23
  ### CHECKOUT
24
24
 
25
- • **CHECKOUT** = `"checkout"`
25
+ • **CHECKOUT**
26
26
 
27
27
  ___
28
28
 
29
29
  ### CREDIT
30
30
 
31
- • **CREDIT** = `"credit"`
31
+ • **CREDIT**
32
32
 
33
33
  ___
34
34
 
35
35
  ### PAY
36
36
 
37
- • **PAY** = `"pay"`
37
+ • **PAY**
38
38
 
39
39
  ___
40
40
 
41
41
  ### PAYPAL
42
42
 
43
- • **PAYPAL** = `"paypal"`
43
+ • **PAYPAL**
@@ -4,19 +4,19 @@
4
4
 
5
5
  ## Table of contents
6
6
 
7
- ### Enumeration members
7
+ ### Enumeration Members
8
8
 
9
9
  - [HORIZONTAL](PaypalButtonStyleLayoutOption.md#horizontal)
10
10
  - [VERTICAL](PaypalButtonStyleLayoutOption.md#vertical)
11
11
 
12
- ## Enumeration members
12
+ ## Enumeration Members
13
13
 
14
14
  ### HORIZONTAL
15
15
 
16
- • **HORIZONTAL** = `"horizontal"`
16
+ • **HORIZONTAL**
17
17
 
18
18
  ___
19
19
 
20
20
  ### VERTICAL
21
21
 
22
- • **VERTICAL** = `"vertical"`
22
+ • **VERTICAL**
@@ -4,19 +4,19 @@
4
4
 
5
5
  ## Table of contents
6
6
 
7
- ### Enumeration members
7
+ ### Enumeration Members
8
8
 
9
9
  - [PILL](PaypalButtonStyleShapeOption.md#pill)
10
10
  - [RECT](PaypalButtonStyleShapeOption.md#rect)
11
11
 
12
- ## Enumeration members
12
+ ## Enumeration Members
13
13
 
14
14
  ### PILL
15
15
 
16
- • **PILL** = `"pill"`
16
+ • **PILL**
17
17
 
18
18
  ___
19
19
 
20
20
  ### RECT
21
21
 
22
- • **RECT** = `"rect"`
22
+ • **RECT**
@@ -4,33 +4,33 @@
4
4
 
5
5
  ## Table of contents
6
6
 
7
- ### Enumeration members
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 members
14
+ ## Enumeration Members
15
15
 
16
16
  ### LARGE
17
17
 
18
- • **LARGE** = `"large"`
18
+ • **LARGE**
19
19
 
20
20
  ___
21
21
 
22
22
  ### MEDIUM
23
23
 
24
- • **MEDIUM** = `"medium"`
24
+ • **MEDIUM**
25
25
 
26
26
  ___
27
27
 
28
28
  ### RESPONSIVE
29
29
 
30
- • **RESPONSIVE** = `"responsive"`
30
+ • **RESPONSIVE**
31
31
 
32
32
  ___
33
33
 
34
34
  ### SMALL
35
35
 
36
- • **SMALL** = `"small"`
36
+ • **SMALL**
@@ -4,7 +4,7 @@
4
4
 
5
5
  ## Table of contents
6
6
 
7
- ### Enumeration members
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 members
16
+ ## Enumeration Members
17
17
 
18
18
  ### CardCode
19
19
 
20
- • **CardCode** = `"cardCode"`
20
+ • **CardCode**
21
21
 
22
22
  ___
23
23
 
24
24
  ### CardCodeVerification
25
25
 
26
- • **CardCodeVerification** = `"cardCodeVerification"`
26
+ • **CardCodeVerification**
27
27
 
28
28
  ___
29
29
 
30
30
  ### CardExpiry
31
31
 
32
- • **CardExpiry** = `"cardExpiry"`
32
+ • **CardExpiry**
33
33
 
34
34
  ___
35
35
 
36
36
  ### CardName
37
37
 
38
- • **CardName** = `"cardName"`
38
+ • **CardName**
39
39
 
40
40
  ___
41
41
 
42
42
  ### CardNumber
43
43
 
44
- • **CardNumber** = `"cardNumber"`
44
+ • **CardNumber**
45
45
 
46
46
  ___
47
47
 
48
48
  ### CardNumberVerification
49
49
 
50
- • **CardNumberVerification** = `"cardNumberVerification"`
50
+ • **CardNumberVerification**
@@ -4,19 +4,19 @@
4
4
 
5
5
  ## Table of contents
6
6
 
7
- ### Enumeration members
7
+ ### Enumeration Members
8
8
 
9
9
  - [KM](RadiusUnit.md#km)
10
10
  - [MI](RadiusUnit.md#mi)
11
11
 
12
- ## Enumeration members
12
+ ## Enumeration Members
13
13
 
14
14
  ### KM
15
15
 
16
- • **KM** = `"KM"`
16
+ • **KM**
17
17
 
18
18
  ___
19
19
 
20
20
  ### MI
21
21
 
22
- • **MI** = `"MI"`
22
+ • **MI**
@@ -4,7 +4,7 @@
4
4
 
5
5
  ## Table of contents
6
6
 
7
- ### Enumeration members
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 members
15
+ ## Enumeration Members
16
16
 
17
17
  ### black
18
18
 
19
- • **black** = `"black"`
19
+ • **black**
20
20
 
21
21
  ___
22
22
 
23
23
  ### blue
24
24
 
25
- • **blue** = `"blue"`
25
+ • **blue**
26
26
 
27
27
  ___
28
28
 
29
29
  ### gold
30
30
 
31
- • **gold** = `"gold"`
31
+ • **gold**
32
32
 
33
33
  ___
34
34
 
35
35
  ### silver
36
36
 
37
- • **silver** = `"silver"`
37
+ • **silver**
38
38
 
39
39
  ___
40
40
 
41
41
  ### white
42
42
 
43
- • **white** = `"white"`
43
+ • **white**
@@ -4,7 +4,7 @@
4
4
 
5
5
  ## Table of contents
6
6
 
7
- ### Enumeration members
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 members
15
+ ## Enumeration Members
16
16
 
17
17
  ### buynow
18
18
 
19
- • **buynow** = `"buynow"`
19
+ • **buynow**
20
20
 
21
21
  ___
22
22
 
23
23
  ### checkout
24
24
 
25
- • **checkout** = `"checkout"`
25
+ • **checkout**
26
26
 
27
27
  ___
28
28
 
29
29
  ### installment
30
30
 
31
- • **installment** = `"installment"`
31
+ • **installment**
32
32
 
33
33
  ___
34
34
 
35
35
  ### pay
36
36
 
37
- • **pay** = `"pay"`
37
+ • **pay**
38
38
 
39
39
  ___
40
40
 
41
41
  ### paypal
42
42
 
43
- • **paypal** = `"paypal"`
43
+ • **paypal**
@@ -4,19 +4,19 @@
4
4
 
5
5
  ## Table of contents
6
6
 
7
- ### Enumeration members
7
+ ### Enumeration Members
8
8
 
9
9
  - [horizontal](StyleButtonLayout.md#horizontal)
10
10
  - [vertical](StyleButtonLayout.md#vertical)
11
11
 
12
- ## Enumeration members
12
+ ## Enumeration Members
13
13
 
14
14
  ### horizontal
15
15
 
16
- • **horizontal** = `"horizontal"`
16
+ • **horizontal**
17
17
 
18
18
  ___
19
19
 
20
20
  ### vertical
21
21
 
22
- • **vertical** = `"vertical"`
22
+ • **vertical**
@@ -4,19 +4,19 @@
4
4
 
5
5
  ## Table of contents
6
6
 
7
- ### Enumeration members
7
+ ### Enumeration Members
8
8
 
9
9
  - [pill](StyleButtonShape.md#pill)
10
10
  - [rect](StyleButtonShape.md#rect)
11
11
 
12
- ## Enumeration members
12
+ ## Enumeration Members
13
13
 
14
14
  ### pill
15
15
 
16
- • **pill** = `"pill"`
16
+ • **pill**
17
17
 
18
18
  ___
19
19
 
20
20
  ### rect
21
21
 
22
- • **rect** = `"rect"`
22
+ • **rect**
@@ -6,7 +6,7 @@ The set of options for configuring any requests related to spam protection.
6
6
 
7
7
  ## Hierarchy
8
8
 
9
- - `RequestOptions_2`
9
+ - `default`
10
10
 
11
11
  ↳ **`SpamProtectionOptions`**
12
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigcommerce/checkout-sdk",
3
- "version": "1.296.0",
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.182",
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.24.1",
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",