@bigcommerce/checkout-sdk 1.330.0 → 1.331.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/CHANGELOG.md +28 -0
- package/dist/checkout-button.d.ts +76 -67
- package/dist/checkout-button.js +1 -1
- package/dist/checkout-button.js.map +1 -1
- package/dist/checkout-button.umd.js +1 -1
- package/dist/checkout-button.umd.js.map +1 -1
- package/dist/checkout-sdk.d.ts +76 -67
- package/dist/checkout-sdk.js +1 -1
- package/dist/checkout-sdk.js.map +1 -1
- package/dist/checkout-sdk.umd.js +1 -1
- package/dist/checkout-sdk.umd.js.map +1 -1
- package/docs/README.md +9 -8
- package/docs/enums/PaypalStyleButtonColor.md +43 -0
- package/docs/enums/PaypalStyleButtonLabel.md +43 -0
- package/docs/enums/PaypalStyleButtonLayout.md +22 -0
- package/docs/enums/PaypalStyleButtonShape.md +22 -0
- package/docs/enums/StyleButtonColor.md +15 -15
- package/docs/enums/StyleButtonLabel.md +15 -15
- package/docs/enums/StyleButtonLayout.md +6 -6
- package/docs/enums/StyleButtonShape.md +6 -6
- package/docs/interfaces/BaseCheckoutButtonInitializeOptions.md +1 -1
- package/docs/interfaces/BraintreePaypalButtonInitializeOptions.md +1 -1
- package/docs/interfaces/BraintreePaypalCreditButtonInitializeOptions.md +1 -1
- package/docs/interfaces/PayPalButtonStyleOptions.md +4 -4
- package/docs/interfaces/PaypalButtonInitializeOptions.md +1 -1
- package/docs/interfaces/PaypalCommerceAlternativeMethodsButtonOptions.md +1 -1
- package/docs/interfaces/PaypalCommerceButtonInitializeOptions.md +1 -1
- package/docs/interfaces/PaypalCommerceCreditButtonInitializeOptions.md +1 -1
- package/docs/interfaces/PaypalCommerceVenmoButtonInitializeOptions.md +1 -1
- package/docs/interfaces/{PaypalButtonStyleOptions.md → PaypalStyleOptions.md} +10 -10
- package/docs/interfaces/PaypalStyleOptions_2.md +67 -0
- package/docs/interfaces/WithBuyNowFeature.md +23 -0
- package/package.json +1 -1
- package/docs/enums/StyleButtonColor_2.md +0 -43
- package/docs/enums/StyleButtonLabel_2.md +0 -43
- package/docs/enums/StyleButtonLayout_2.md +0 -22
- package/docs/enums/StyleButtonShape_2.md +0 -22
- package/docs/interfaces/PaypalButtonStyleOptions_2.md +0 -67
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
[@bigcommerce/checkout-sdk](../README.md) / StyleButtonLayout_2
|
|
2
|
-
|
|
3
|
-
# Enumeration: StyleButtonLayout\_2
|
|
4
|
-
|
|
5
|
-
## Table of contents
|
|
6
|
-
|
|
7
|
-
### Enumeration Members
|
|
8
|
-
|
|
9
|
-
- [HORIZONTAL](StyleButtonLayout_2.md#horizontal)
|
|
10
|
-
- [VERTICAL](StyleButtonLayout_2.md#vertical)
|
|
11
|
-
|
|
12
|
-
## Enumeration Members
|
|
13
|
-
|
|
14
|
-
### HORIZONTAL
|
|
15
|
-
|
|
16
|
-
• **HORIZONTAL**
|
|
17
|
-
|
|
18
|
-
___
|
|
19
|
-
|
|
20
|
-
### VERTICAL
|
|
21
|
-
|
|
22
|
-
• **VERTICAL**
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
[@bigcommerce/checkout-sdk](../README.md) / StyleButtonShape_2
|
|
2
|
-
|
|
3
|
-
# Enumeration: StyleButtonShape\_2
|
|
4
|
-
|
|
5
|
-
## Table of contents
|
|
6
|
-
|
|
7
|
-
### Enumeration Members
|
|
8
|
-
|
|
9
|
-
- [PILL](StyleButtonShape_2.md#pill)
|
|
10
|
-
- [RECT](StyleButtonShape_2.md#rect)
|
|
11
|
-
|
|
12
|
-
## Enumeration Members
|
|
13
|
-
|
|
14
|
-
### PILL
|
|
15
|
-
|
|
16
|
-
• **PILL**
|
|
17
|
-
|
|
18
|
-
___
|
|
19
|
-
|
|
20
|
-
### RECT
|
|
21
|
-
|
|
22
|
-
• **RECT**
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
[@bigcommerce/checkout-sdk](../README.md) / PaypalButtonStyleOptions_2
|
|
2
|
-
|
|
3
|
-
# Interface: PaypalButtonStyleOptions\_2
|
|
4
|
-
|
|
5
|
-
## Table of contents
|
|
6
|
-
|
|
7
|
-
### Properties
|
|
8
|
-
|
|
9
|
-
- [color](PaypalButtonStyleOptions_2.md#color)
|
|
10
|
-
- [custom](PaypalButtonStyleOptions_2.md#custom)
|
|
11
|
-
- [height](PaypalButtonStyleOptions_2.md#height)
|
|
12
|
-
- [label](PaypalButtonStyleOptions_2.md#label)
|
|
13
|
-
- [layout](PaypalButtonStyleOptions_2.md#layout)
|
|
14
|
-
- [shape](PaypalButtonStyleOptions_2.md#shape)
|
|
15
|
-
- [tagline](PaypalButtonStyleOptions_2.md#tagline)
|
|
16
|
-
|
|
17
|
-
## Properties
|
|
18
|
-
|
|
19
|
-
### color
|
|
20
|
-
|
|
21
|
-
• `Optional` **color**: [`gold`](../enums/StyleButtonColor.md#gold) \| [`blue`](../enums/StyleButtonColor.md#blue) \| [`silver`](../enums/StyleButtonColor.md#silver) \| [`black`](../enums/StyleButtonColor.md#black) \| [`white`](../enums/StyleButtonColor.md#white)
|
|
22
|
-
|
|
23
|
-
___
|
|
24
|
-
|
|
25
|
-
### custom
|
|
26
|
-
|
|
27
|
-
• `Optional` **custom**: `Object`
|
|
28
|
-
|
|
29
|
-
#### Type declaration
|
|
30
|
-
|
|
31
|
-
| Name | Type |
|
|
32
|
-
| :------ | :------ |
|
|
33
|
-
| `css?` | `Object` |
|
|
34
|
-
| `css.background?` | `string` |
|
|
35
|
-
| `css.color?` | `string` |
|
|
36
|
-
| `css.width?` | `string` |
|
|
37
|
-
| `label?` | `string` |
|
|
38
|
-
|
|
39
|
-
___
|
|
40
|
-
|
|
41
|
-
### height
|
|
42
|
-
|
|
43
|
-
• `Optional` **height**: `number`
|
|
44
|
-
|
|
45
|
-
___
|
|
46
|
-
|
|
47
|
-
### label
|
|
48
|
-
|
|
49
|
-
• `Optional` **label**: [`paypal`](../enums/StyleButtonLabel.md#paypal) \| [`checkout`](../enums/StyleButtonLabel.md#checkout) \| [`buynow`](../enums/StyleButtonLabel.md#buynow) \| [`pay`](../enums/StyleButtonLabel.md#pay) \| [`installment`](../enums/StyleButtonLabel.md#installment)
|
|
50
|
-
|
|
51
|
-
___
|
|
52
|
-
|
|
53
|
-
### layout
|
|
54
|
-
|
|
55
|
-
• `Optional` **layout**: [`vertical`](../enums/StyleButtonLayout.md#vertical) \| [`horizontal`](../enums/StyleButtonLayout.md#horizontal)
|
|
56
|
-
|
|
57
|
-
___
|
|
58
|
-
|
|
59
|
-
### shape
|
|
60
|
-
|
|
61
|
-
• `Optional` **shape**: [`pill`](../enums/StyleButtonShape.md#pill) \| [`rect`](../enums/StyleButtonShape.md#rect)
|
|
62
|
-
|
|
63
|
-
___
|
|
64
|
-
|
|
65
|
-
### tagline
|
|
66
|
-
|
|
67
|
-
• `Optional` **tagline**: `boolean`
|