@bigcommerce/checkout-sdk 1.218.0 → 1.219.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.
@@ -10,31 +10,17 @@
10
10
 
11
11
  ### Properties
12
12
 
13
- * [active](paypalfieldsstyleoptions.md#optional-active)
14
- * [base](paypalfieldsstyleoptions.md#optional-base)
15
- * [input](paypalfieldsstyleoptions.md#optional-input)
16
- * [invalid](paypalfieldsstyleoptions.md#optional-invalid)
13
+ * [rules](paypalfieldsstyleoptions.md#optional-rules)
14
+ * [variables](paypalfieldsstyleoptions.md#optional-variables)
17
15
 
18
16
  ## Properties
19
17
 
20
- ### `Optional` active
18
+ ### `Optional` rules
21
19
 
22
- • **active**? : *undefined | object*
20
+ • **rules**? : *undefined | object*
23
21
 
24
22
  ___
25
23
 
26
- ### `Optional` base
24
+ ### `Optional` variables
27
25
 
28
- • **base**? : *undefined | object*
29
-
30
- ___
31
-
32
- ### `Optional` input
33
-
34
- • **input**? : *undefined | object*
35
-
36
- ___
37
-
38
- ### `Optional` invalid
39
-
40
- • **invalid**? : *undefined | object*
26
+ • **variables**? : *undefined | object*
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigcommerce/checkout-sdk",
3
- "version": "1.218.0",
3
+ "version": "1.219.0",
4
4
  "description": "BigCommerce Checkout JavaScript SDK",
5
5
  "license": "MIT",
6
6
  "main": "dist/checkout-sdk.js",